Skip to content

Commit

Permalink
switched back to 2.1.2 of release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodavid committed Feb 3, 2019
1 parent e26baa8 commit 9979821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ To create a release of this application component do the following:
1. commit & push your changes to Github
2. wait for travis to be build
3a. `./gradlew release -Prelease.useAutomaticVersion=true` to update to next patch version (0.3.2)
3b. `./gradlew release -Prelease.useAutomaticVersion=true -Prelease.releaseVersion=0.4.0 -Prelease.newVersion=0.4.1-SNAPSHOT` to update to next minor version (0.4.0)
3b. `./gradlew release -Prelease.useAutomaticVersion=true -PreleaseVersion=0.4.0 -PnewVersion=0.4.1-SNAPSHOT` to update to next minor version (0.4.0)
4. Update the title "version 0.3.1" and description of the tag in the Github UI
10 changes: 2 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@ buildscript {


plugins {
id 'net.researchgate.release' version '2.8.0'
}

task build {}
build.dependsOn('lib:build')

release {
buildTasks=['build']
id 'net.researchgate.release' version '2.1.2'
}

def modulePrefix = 'wizard'
Expand Down Expand Up @@ -280,3 +273,4 @@ task wrapper(type: Wrapper) {
gradleVersion = '4.3.1'
}


0 comments on commit 9979821

Please sign in to comment.