Skip to content

Commit

Permalink
[Release Script] Updating version to 1.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
pegasys-admin committed Feb 21, 2019
1 parent 911dd26 commit 0b94058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pipeline {
docker { image 'pegasyseng/pantheon-build:0.0.5-jdk8' }
}
parameters {
string(name: 'BRANCH_NAME', defaultValue: 'master', description: '[MANDATORY] The name of the branch to create the release from')
string(name: 'BRANCH_NAME', defaultValue: '1.0.0', description: '[MANDATORY] The name of the branch to create the release from')
string(name: 'RELEASE_VERSION', defaultValue: '', description: '[OPTIONAL] When empty: defaults to the current project version')
string(name: 'NEXT_VERSION', defaultValue: '', description: '[OPTIONAL] When empty: defaults to next patch version after current project version')
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.jvmargs=-Xmx1g
version=1.0.0-RC1
version=1.0.1-SNAPSHOT

0 comments on commit 0b94058

Please sign in to comment.