diff --git a/easysql-api/pom.xml b/easysql-api/pom.xml index 3f7271d..bc3969d 100644 --- a/easysql-api/pom.xml +++ b/easysql-api/pom.xml @@ -5,7 +5,7 @@ cc.carm.lib easysql-parent - 0.3.0 + 0.3.1 4.0.0 @@ -54,10 +54,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - org.apache.maven.plugins maven-compiler-plugin @@ -70,6 +66,10 @@ org.apache.maven.plugins maven-source-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + org.apache.maven.plugins maven-shade-plugin diff --git a/easysql-impl/pom.xml b/easysql-impl/pom.xml index 343d0b7..d5e4213 100644 --- a/easysql-impl/pom.xml +++ b/easysql-impl/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.0 + 0.3.1 4.0.0 @@ -77,6 +77,10 @@ org.apache.maven.plugins maven-source-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + org.apache.maven.plugins maven-shade-plugin diff --git a/example/easysql-demo/pom.xml b/example/easysql-demo/pom.xml index 1895088..8e7a79b 100644 --- a/example/easysql-demo/pom.xml +++ b/example/easysql-demo/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.0 + 0.3.1 ../../pom.xml 4.0.0 diff --git a/example/easysql-test/pom.xml b/example/easysql-test/pom.xml index 6d74022..23e6157 100644 --- a/example/easysql-test/pom.xml +++ b/example/easysql-test/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.0 + 0.3.1 ../../pom.xml 4.0.0 @@ -20,6 +20,11 @@ easysql-test + + 98-EasySQL-Demo + EasySQL的测试代码 + https://github.com/CarmJos/EasySQL + ${project.parent.groupId} diff --git a/pom.xml b/pom.xml index 95d6e0f..a259fe3 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ cc.carm.lib easysql-parent pom - 0.3.0 + 0.3.1 easysql-api @@ -172,14 +172,17 @@ 3.2.0 javadoc - - https://javadoc.io/doc/org.jetbrains/annotations/ - false UTF-8 UTF-8 UTF-8 zh_CN + + true + + cc.carm.lib:* + cn.beecp:* + diff --git a/with-pool/easysql-beecp/pom.xml b/with-pool/easysql-beecp/pom.xml index cf67502..ade83f9 100644 --- a/with-pool/easysql-beecp/pom.xml +++ b/with-pool/easysql-beecp/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.0 + 0.3.1 ../../pom.xml 4.0.0 @@ -55,6 +55,13 @@ + + ${project.parent.groupId} + easysql-api + ${project.parent.version} + provided + + ${project.parent.groupId} easysql-impl @@ -87,6 +94,10 @@ org.apache.maven.plugins maven-source-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + org.apache.maven.plugins maven-shade-plugin diff --git a/with-pool/easysql-hikaricp/pom.xml b/with-pool/easysql-hikaricp/pom.xml index 4af9cfe..f176e45 100644 --- a/with-pool/easysql-hikaricp/pom.xml +++ b/with-pool/easysql-hikaricp/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.3.0 + 0.3.1 ../../pom.xml 4.0.0 @@ -54,6 +54,13 @@ + + ${project.parent.groupId} + easysql-api + ${project.parent.version} + provided + + ${project.parent.groupId} easysql-impl @@ -86,6 +93,10 @@ org.apache.maven.plugins maven-source-plugin + + org.apache.maven.plugins + maven-javadoc-plugin + org.apache.maven.plugins maven-shade-plugin