Skip to content

Commit

Permalink
Bump version to 3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Apr 29, 2024
1 parent 4f72490 commit 633fb6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow kicks off the releases a new version of booz-allen-licenses and deploys artifacts to Maven Central.
# This workflow kicks off the releases a new version of aissemble-parent and deploys artifacts to Maven Central.

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
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 }} -X
mvn -B release:prepare release:perform -Possrh-release -DreleaseVersion=${{ inputs.releaseVersion }} -DdevelopmentVersion=${{ inputs.developmentVersion }}
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 @@ -4,7 +4,7 @@

<groupId>com.boozallen.aissemble</groupId>
<artifactId>aissemble-parent</artifactId>
<version>2-SNAPSHOT</version>
<version>3-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 633fb6e

Please sign in to comment.