Skip to content

Commit

Permalink
Changing gpg plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Apr 27, 2024
1 parent da2f85e commit fa5e154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ jobs:
gpg-passphrase: GPG_PASSPHRASE
- name: Release aiSSEMBLE Parent
run: |
export GPG_TTY=$(tty)
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
git checkout -b ${{ inputs.releaseVersion }}-release
mvn -B release:prepare release:perform -Possrh-release -DreleaseVersion=${{ inputs.releaseVersion }} -DdevelopmentVersion=${{ inputs.developmentVersion }}
mvn -B release:prepare release:perform -Possrh-release -DreleaseVersion=${{ inputs.releaseVersion }} -DdevelopmentVersion=${{ inputs.developmentVersion }} -X
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_CENTRAL_REPO_TOKEN_USER }}
MAVEN_PASSWORD: ${{ secrets.SONATYPE_CENTRAL_REPO_TOKEN_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<version.maven.dependency.plugin>3.1.1</version.maven.dependency.plugin>
<version.maven.deploy.plugin>2.8.2</version.maven.deploy.plugin>
<version.maven.enforcer.plugin>3.3.0</version.maven.enforcer.plugin>
<version.maven.gpg.plugin>1.6</version.maven.gpg.plugin>
<version.maven.gpg.plugin>3.2.2</version.maven.gpg.plugin>
<version.maven.install.plugin>3.1.1</version.maven.install.plugin>
<version.maven.javadoc.plugin>3.1.1</version.maven.javadoc.plugin>
<version.maven.jar.plugin>3.3.0</version.maven.jar.plugin>
Expand Down

0 comments on commit fa5e154

Please sign in to comment.