diff --git a/core/pom.xml b/core/pom.xml index 9b16639..05c6d45 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.9 + 4.0.10 4.0.0 diff --git a/demo/pom.xml b/demo/pom.xml index 5646638..239bc0e 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.9 + 4.0.10 4.0.0 diff --git a/features/commentable/pom.xml b/features/commentable/pom.xml index d4298ed..cc43099 100644 --- a/features/commentable/pom.xml +++ b/features/commentable/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.9 + 4.0.10 ../../pom.xml diff --git a/features/file/pom.xml b/features/file/pom.xml index 3e020bf..e6a03d0 100644 --- a/features/file/pom.xml +++ b/features/file/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.9 + 4.0.10 ../../pom.xml diff --git a/features/section/pom.xml b/features/section/pom.xml index 73d49c7..b067493 100644 --- a/features/section/pom.xml +++ b/features/section/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.9 + 4.0.10 ../../pom.xml diff --git a/features/text/pom.xml b/features/text/pom.xml index 6115b37..6670e70 100644 --- a/features/text/pom.xml +++ b/features/text/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.9 + 4.0.10 ../../pom.xml diff --git a/features/versioned/pom.xml b/features/versioned/pom.xml index 5f54fe8..8fb29b4 100644 --- a/features/versioned/pom.xml +++ b/features/versioned/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 4.0.9 + 4.0.10 ../../pom.xml diff --git a/pom.xml b/pom.xml index ec69c79..482a2b5 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ cc.carm.lib easyconfiguration-parent pom - 4.0.9 + 4.0.10 core features/section diff --git a/providers/gson/pom.xml b/providers/gson/pom.xml index e756244..ae4798c 100644 --- a/providers/gson/pom.xml +++ b/providers/gson/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.9 + 4.0.10 ../../pom.xml 4.0.0 diff --git a/providers/mongodb/pom.xml b/providers/mongodb/pom.xml index 6de61ed..c723cc2 100644 --- a/providers/mongodb/pom.xml +++ b/providers/mongodb/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.9 + 4.0.10 ../../pom.xml 4.0.0 diff --git a/providers/sql/pom.xml b/providers/sql/pom.xml index 597177c..a130a2b 100644 --- a/providers/sql/pom.xml +++ b/providers/sql/pom.xml @@ -6,7 +6,7 @@ easyconfiguration-parent cc.carm.lib - 4.0.9 + 4.0.10 ../../pom.xml diff --git a/providers/sql/src/main/java/cc/carm/lib/configuration/source/sql/SQLSource.java b/providers/sql/src/main/java/cc/carm/lib/configuration/source/sql/SQLSource.java index 2cc70aa..8cddcfe 100644 --- a/providers/sql/src/main/java/cc/carm/lib/configuration/source/sql/SQLSource.java +++ b/providers/sql/src/main/java/cc/carm/lib/configuration/source/sql/SQLSource.java @@ -55,8 +55,14 @@ public class SQLSource extends ConfigureSource easyconfiguration-parent cc.carm.lib - 4.0.9 + 4.0.10 ../../pom.xml