Skip to content

Commit

Permalink
Revert to 2.0.1-SNAPSHOT (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjvilleg authored and cthigh committed Nov 13, 2017
1 parent 1287232 commit 2f8cb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ task wrapper(type: Wrapper) {

archivesBaseName = 'liberty-gradle-plugin'
group = 'net.wasdev.wlp.gradle.plugins'
version = '2.0.1'
version = '2.0.1-SNAPSHOT'

task sourcesJar(type: Jar) {
classifier = 'sources'
Expand Down Expand Up @@ -158,7 +158,7 @@ if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')
connection 'scm:git:[email protected]:WASdev/ci.gradle.git'
developerConnection 'scm:git:[email protected]:WASdev/ci.gradle.git'
url '[email protected]:WASdev/ci.gradle.git'
tag 'liberty-gradle-plugin-2.0.1'
tag 'HEAD'
}

licenses {
Expand Down

0 comments on commit 2f8cb89

Please sign in to comment.