Skip to content

Commit

Permalink
fix adding next snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidsunset committed Nov 8, 2024
1 parent 81b00c5 commit 0788824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ci/mvn-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ if [[ $CURRENT_VERSION == *-6.2-SNAPSHOT ]]; then

mvn versions:set -DnewVersion=$NEXT_SNAPSHOT versions:commit --no-transfer-progress

echo "commit new snapshot version"
git commit -a -m "Release $NEW_VERSION: set 6.2 to next development version $NEXT_SNAPSHOT"

git push --all
git push --tags
fi
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.namics.oss.magnolia</groupId>
<artifactId>magnolia-flexible-image-generator</artifactId>
<version>0.0.12-6.2</version>
<version>0.0.13-6.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit 0788824

Please sign in to comment.