Skip to content

Commit

Permalink
Bumping to next rev
Browse files Browse the repository at this point in the history
  • Loading branch information
alextu committed Dec 13, 2024
1 parent 34c5483 commit 5ee6bdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Jenkins plugin not using a release plugin.
userName=yourUsername
password=IHeartJenkins
```
* Deploy: `./gradlew clean publish`
* Deploy: `./gradlew clean publish --rerun-tasks`
* Tag the source as it is: `git tag -s -a gradle-1.25 -m "Staging 1.25"`
* Increment the version in _gradle.properties_ and append `-SNAPSHOT`: `echo "version=1.26-SNAPSHOT">gradle.properties`
* Commit the updated version number: `git commit -S -am "Bumping to next rev"`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = 2.14
version = 2.14.1-SNAPSHOT
githubUser = jenkinsci
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m

0 comments on commit 5ee6bdd

Please sign in to comment.