diff --git a/pom.xml b/pom.xml index e2160814..8966ee58 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,11 @@ 1.8 utf-8 utf-8 + + + 3.2.7 + + 0.7.0 @@ -60,15 +65,6 @@ - - - - org.sonatype.oss - oss-parent - 7 - - - @@ -164,7 +160,28 @@ - + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.central + central-publishing-maven-plugin + true + + central + + @@ -192,6 +209,17 @@ + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + org.sonatype.central + central-publishing-maven-plugin + ${central.publishing.maven.version} + diff --git a/sa-token-bom/pom.xml b/sa-token-bom/pom.xml index ae3b6750..670abddb 100644 --- a/sa-token-bom/pom.xml +++ b/sa-token-bom/pom.xml @@ -21,6 +21,10 @@ 1.44.0 + + 3.2.7 + + 0.7.0 diff --git a/sa-token-dependencies/pom.xml b/sa-token-dependencies/pom.xml index 12be24d3..38083d72 100644 --- a/sa-token-dependencies/pom.xml +++ b/sa-token-dependencies/pom.xml @@ -45,6 +45,11 @@ 3.2.0 1.6.4 4.1.0 + + + 3.2.7 + + 0.7.0 @@ -264,6 +269,109 @@ + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 1.8 + 1.8 + UTF-8 + + + + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.7 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.central + central-publishing-maven-plugin + true + + central + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + [1.0.0,) + + enforce + + + + + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + org.sonatype.central + central-publishing-maven-plugin + ${central.publishing.maven.version} + + + + \ No newline at end of file