Skip to content

Commit

Permalink
[artifactory-release] Next development version [skipRun]
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Oct 11, 2024
1 parent a958efb commit 335511b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
currentVersion=2.19.1
currentVersion=2.19.x-SNAPSHOT
2 changes: 1 addition & 1 deletion release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pipelines:
# Update next development version
- git clean -fd
- git checkout dev
- git checkout dev -f
- git merge origin/master
- sed -i "s/\(currentVersion=\).*\$/\1${NEXT_DEVELOPMENT_VERSION}/" gradle.properties
- git commit -am "[artifactory-release] Next development version [skipRun]"
Expand Down

0 comments on commit 335511b

Please sign in to comment.