From 89c8ec8adf046dab4ab78f6d82754ec4b3cc09e8 Mon Sep 17 00:00:00 2001 From: carm Date: Thu, 21 Dec 2023 20:47:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(type):=20=E4=BF=AE=E5=A4=8D=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=8E=9F=E7=94=9F=E7=B1=BB=E5=9E=8B=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82#54?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/pom.xml | 2 +- demo/pom.xml | 2 +- impl/hocon/pom.xml | 2 +- impl/json/pom.xml | 2 +- impl/sql/pom.xml | 2 +- impl/yaml/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 7d86ffa..7a2a8e2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.8.0 + 3.8.1 4.0.0 diff --git a/demo/pom.xml b/demo/pom.xml index 40b80df..032e73a 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.8.0 + 3.8.1 4.0.0 diff --git a/impl/hocon/pom.xml b/impl/hocon/pom.xml index aa63cfa..97f0629 100644 --- a/impl/hocon/pom.xml +++ b/impl/hocon/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 3.8.0 + 3.8.1 ../../pom.xml diff --git a/impl/json/pom.xml b/impl/json/pom.xml index 057f433..19af1a0 100644 --- a/impl/json/pom.xml +++ b/impl/json/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.8.0 + 3.8.1 ../../pom.xml 4.0.0 diff --git a/impl/sql/pom.xml b/impl/sql/pom.xml index 7c845cf..1ad21a1 100644 --- a/impl/sql/pom.xml +++ b/impl/sql/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.8.0 + 3.8.1 ../../pom.xml 4.0.0 diff --git a/impl/yaml/pom.xml b/impl/yaml/pom.xml index 7f44e8b..8aeec9c 100644 --- a/impl/yaml/pom.xml +++ b/impl/yaml/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.8.0 + 3.8.1 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 4d5dab9..7c670e6 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ cc.carm.lib easyconfiguration-parent pom - 3.8.0 + 3.8.1 core demo