diff --git a/jcommon/aop/pom.xml b/jcommon/aop/pom.xml index bfa30b9a7..c092ac81c 100644 --- a/jcommon/aop/pom.xml +++ b/jcommon/aop/pom.xml @@ -8,7 +8,7 @@ 1.4-jdk20-SNAPSHOT aop - 1.4-jdk21-SNAPSHOT + ${submodule-release.version} javax.annotation diff --git a/jcommon/api/pom.xml b/jcommon/api/pom.xml index 863eafb8e..bf4f6b090 100644 --- a/jcommon/api/pom.xml +++ b/jcommon/api/pom.xml @@ -8,5 +8,5 @@ 1.4-jdk20-SNAPSHOT api - 1.4.1-jdk20-SNAPSHOT + ${submodule-release.version} diff --git a/jcommon/crypto/pom.xml b/jcommon/crypto/pom.xml index 211fc718b..83916430c 100644 --- a/jcommon/crypto/pom.xml +++ b/jcommon/crypto/pom.xml @@ -8,6 +8,7 @@ 1.4-jdk20-SNAPSHOT crypto + ${submodule-release.version} org.projectlombok diff --git a/jcommon/docean-plugin/pom.xml b/jcommon/docean-plugin/pom.xml index 9ecc0a8cb..1e73c4c62 100644 --- a/jcommon/docean-plugin/pom.xml +++ b/jcommon/docean-plugin/pom.xml @@ -8,7 +8,7 @@ 1.4-jdk20-SNAPSHOT docean-plugin - 1.4-jdk21-SNAPSHOT + ${submodule-release.version} pom docean-plugin-aop diff --git a/jcommon/docean/pom.xml b/jcommon/docean/pom.xml index 448cd20de..5e4621c9e 100644 --- a/jcommon/docean/pom.xml +++ b/jcommon/docean/pom.xml @@ -8,7 +8,7 @@ 1.4-jdk20-SNAPSHOT docean - 1.4-jdk21-SNAPSHOT + ${submodule-release.version} 4.1.97.Final @@ -16,7 +16,8 @@ run.mone easy - 1.4-jdk21-SNAPSHOT + + 1.5.0-jdk21 cglib diff --git a/jcommon/easy/pom.xml b/jcommon/easy/pom.xml index c192bbfac..eac680ddc 100644 --- a/jcommon/easy/pom.xml +++ b/jcommon/easy/pom.xml @@ -8,7 +8,7 @@ 1.4-jdk20-SNAPSHOT easy - 1.4-jdk21-SNAPSHOT + ${submodule-release.version} cglib diff --git a/jcommon/pom.xml b/jcommon/pom.xml index e6bf86c2c..78fe52117 100644 --- a/jcommon/pom.xml +++ b/jcommon/pom.xml @@ -98,9 +98,10 @@ - ~/ + ./ 8 8 + 1.5.0-jdk21 @@ -175,6 +176,31 @@ + + + org.codehaus.mojo + build-helper-maven-plugin + 3.4.0 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + false + + + + attach-javadocs + + jar + + + + + + maven-compiler-plugin 3.11.0 @@ -203,6 +229,25 @@ true + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + gpg + your key + + + +