From 81e024e30970c3445aac69efe15ef9b6acf649d8 Mon Sep 17 00:00:00 2001 From: carm Date: Tue, 18 Jul 2023 00:20:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(file):=20=E4=BF=AE=E5=A4=8D=20FileConfigPro?= =?UTF-8?q?vider#saveResource=20=E6=96=87=E4=BB=B6=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82#39?= 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 7d72780..70b8d6a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.7.0 + 3.7.1 4.0.0 diff --git a/demo/pom.xml b/demo/pom.xml index 7030456..35a500b 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.7.0 + 3.7.1 4.0.0 diff --git a/impl/hocon/pom.xml b/impl/hocon/pom.xml index 28e1a8d..5d488dc 100644 --- a/impl/hocon/pom.xml +++ b/impl/hocon/pom.xml @@ -6,7 +6,7 @@ cc.carm.lib easyconfiguration-parent - 3.7.0 + 3.7.1 ../../pom.xml diff --git a/impl/json/pom.xml b/impl/json/pom.xml index 6f387c1..f003184 100644 --- a/impl/json/pom.xml +++ b/impl/json/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.7.0 + 3.7.1 ../../pom.xml 4.0.0 diff --git a/impl/sql/pom.xml b/impl/sql/pom.xml index 9e81d1f..6b37d38 100644 --- a/impl/sql/pom.xml +++ b/impl/sql/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.7.0 + 3.7.1 ../../pom.xml 4.0.0 diff --git a/impl/yaml/pom.xml b/impl/yaml/pom.xml index 13cd952..cb12f96 100644 --- a/impl/yaml/pom.xml +++ b/impl/yaml/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.7.0 + 3.7.1 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index f359b04..15d905e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ cc.carm.lib easyconfiguration-parent pom - 3.7.0 + 3.7.1 core demo