From 633fb6e71769e3d75214f4ab5431b5d0370dccab Mon Sep 17 00:00:00 2001 From: Aaron Gary Date: Mon, 29 Apr 2024 11:30:57 -0700 Subject: [PATCH] Bump version to 3-SNAPSHOT --- .github/workflows/release.yaml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9c38117..8bb45a8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -40,7 +40,7 @@ jobs: git config --local user.email "aissemble-noreply@bah.com" 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 }} diff --git a/pom.xml b/pom.xml index 4a04613..f247df0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.boozallen.aissemble aissemble-parent - 2-SNAPSHOT + 3-SNAPSHOT pom