diff --git a/pom.xml b/pom.xml index f7f45cdf8..fd652c529 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,8 @@ ${maven.compiler.source} [4.26.0,) + 3.3.0 + 3.0.2 Liquibase.org @@ -281,7 +283,7 @@ org.codehaus.gmavenplus gmavenplus-plugin - 3.0.2 + ${gmavenplus-plugin.version} @@ -289,7 +291,6 @@ addTestSources compile compileTests - removeStubs @@ -297,12 +298,12 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + ${maven-source-plugin.version} attach-sources - jar + jar-no-fork @@ -381,10 +382,10 @@ - release-sign-artifacts + release - performRelease + env.CI true @@ -392,24 +393,30 @@ org.apache.maven.plugins - maven-gpg-plugin - 3.2.2 - - ${env.GPG_PASSPHRASE} - - - --batch - --no-tty - --pinentry-mode - loopback - - + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar-no-fork + + + + + + org.codehaus.gmavenplus + gmavenplus-plugin + ${gmavenplus-plugin.version} - sign-artifacts - verify - sign + addSources + addTestSources + compile + compileTests + removeStubs + removeTestStubs