From a9f3d829bd7bcbd81085a7b41215a65824b89d52 Mon Sep 17 00:00:00 2001 From: carm Date: Sun, 11 Dec 2022 02:30:47 +0800 Subject: [PATCH] =?UTF-8?q?build(javadoc):=20=E4=BF=AE=E5=A4=8DDemo?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=BC=BA=E5=A4=B1=E7=9A=84javadoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/pom.xml | 2 +- demo/pom.xml | 23 ++++++++++++++++++++++- impl/json/pom.xml | 2 +- impl/sql/pom.xml | 2 +- impl/yaml/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 27 insertions(+), 6 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index e0eee89..5fda625 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.3.0 + 3.3.1 4.0.0 diff --git a/demo/pom.xml b/demo/pom.xml index 4442c0e..55bd9e2 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.3.0 + 3.3.1 4.0.0 @@ -28,4 +28,25 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + \ No newline at end of file diff --git a/impl/json/pom.xml b/impl/json/pom.xml index 1b52404..b1e2840 100644 --- a/impl/json/pom.xml +++ b/impl/json/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.3.0 + 3.3.1 ../../pom.xml 4.0.0 diff --git a/impl/sql/pom.xml b/impl/sql/pom.xml index 045ab0f..3c24ddd 100644 --- a/impl/sql/pom.xml +++ b/impl/sql/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.3.0 + 3.3.1 ../../pom.xml 4.0.0 diff --git a/impl/yaml/pom.xml b/impl/yaml/pom.xml index 6a52941..0576f9f 100644 --- a/impl/yaml/pom.xml +++ b/impl/yaml/pom.xml @@ -5,7 +5,7 @@ easyconfiguration-parent cc.carm.lib - 3.3.0 + 3.3.1 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index ba17af5..301ab4e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ cc.carm.lib easyconfiguration-parent pom - 3.3.0 + 3.3.1 core impl/yaml