diff --git a/build.gradle b/build.gradle index b88aac68f..5e197165a 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ task wrapper(type: Wrapper) { archivesBaseName = 'liberty-gradle-plugin' group = 'net.wasdev.wlp.gradle.plugins' -version = '2.0.2-SNAPSHOT' +version = '2.1' task sourcesJar(type: Jar) { classifier = 'sources' @@ -158,7 +158,7 @@ if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword') connection 'scm:git:git@github.com:WASdev/ci.gradle.git' developerConnection 'scm:git:git@github.com:WASdev/ci.gradle.git' url 'git@github.com:WASdev/ci.gradle.git' - tag 'HEAD' + tag 'liberty-gradle-plugin-2.1' } licenses {