From bf725f32599660072d6cd46a8f2db7a841fe2412 Mon Sep 17 00:00:00 2001 From: wasdevb1 Date: Fri, 11 Jan 2019 16:54:58 +0000 Subject: [PATCH] prepare release liberty-gradle-plugin-2.6.2 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6f0234229..815b899f9 100644 --- a/build.gradle +++ b/build.gradle @@ -154,7 +154,7 @@ sourceSets.main.compileClasspath += configurations.provided archivesBaseName = 'liberty-gradle-plugin' group = 'net.wasdev.wlp.gradle.plugins' -version = '2.6.2-SNAPSHOT' +version = '2.6.2' task sourcesJar(type: Jar) { classifier = 'sources' @@ -214,7 +214,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.6.2' } licenses {