diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a1776cd352..90656a478c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,8 +27,8 @@ jobs: # -U force updates just to make sure we are using latest dependencies # -B Batch mode (do not ask for user input), just in case # -P activate profile - mvn -U -B clean deploy -P release + mvn -U -B clean deploy -Prelease -DskipTests env: SIGN_KEY_PASS: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }} OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }} - OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }} \ No newline at end of file + OSSRH_PASSWORD: ${{ secrets.SONATYPE_PW }} diff --git a/pom.xml b/pom.xml index e2b64022f1..80a6a4f4b3 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ 3.1.1 2.8.2 3.1.0 - 3.0.1 + 3.0.1 true ${basedir}/target @@ -201,14 +201,14 @@ true - - org.apache.maven.plugins - maven-release-plugin - ${maven-release-plugin.version} - - @{project.version} - - + + org.apache.maven.plugins + maven-release-plugin + ${maven-release-plugin.version} + + @{project.version} + +