diff --git a/.gitignore b/.gitignore index d7f0d54..1aa87da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/.idea/ +.idea/ **/target/ **.iml \ No newline at end of file diff --git a/core/pom.xml b/core/pom.xml index aa4ad15..05a3687 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.0 + 4.0.1 4.0.0 diff --git a/demo/pom.xml b/demo/pom.xml index b2a1fc9..dc8bd5f 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.0 + 4.0.1 4.0.0 diff --git a/features/commentable/pom.xml b/features/commentable/pom.xml index 6b056ea..4b27f03 100644 --- a/features/commentable/pom.xml +++ b/features/commentable/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.0 + 4.0.1 ../../pom.xml diff --git a/features/file/pom.xml b/features/file/pom.xml index 1ebb3f8..f5ddb79 100644 --- a/features/file/pom.xml +++ b/features/file/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.0 + 4.0.1 ../../pom.xml diff --git a/features/section/pom.xml b/features/section/pom.xml index 192790c..9f183f6 100644 --- a/features/section/pom.xml +++ b/features/section/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.0 + 4.0.1 ../../pom.xml diff --git a/features/versioned/pom.xml b/features/versioned/pom.xml index 3c6f09d..c725fcf 100644 --- a/features/versioned/pom.xml +++ b/features/versioned/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.0 + 4.0.1 ../../pom.xml diff --git a/pom.xml b/pom.xml index afc1dd4..9e9bc66 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ cc.carm.lib easyconfiguration-parent pom - 4.0.0 + 4.0.1 core features/section diff --git a/providers/gson/pom.xml b/providers/gson/pom.xml index 405f0fd..0c02fa0 100644 --- a/providers/gson/pom.xml +++ b/providers/gson/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.0 + 4.0.1 ../../pom.xml 4.0.0 diff --git a/providers/yaml/pom.xml b/providers/yaml/pom.xml index b39f8b7..8795b4e 100644 --- a/providers/yaml/pom.xml +++ b/providers/yaml/pom.xml @@ -6,7 +6,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.0 + 4.0.1 ../../pom.xml