Skip to content

Commit

Permalink
prepare release liberty-gradle-plugin-2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdevb1 committed Jun 4, 2018
1 parent 45a9060 commit 6621ed8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ task integrationTest(type: Test) {
if (runtimeVersion == null || runtimeVersion.isEmpty()) {
throw new GradleException('Tests could not be run. Please specify a Liberty runtime version.')
}

Properties prop = new Properties()
OutputStream output = null

Expand Down Expand Up @@ -146,7 +146,7 @@ task wrapper(type: Wrapper) {

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

task sourcesJar(type: Jar) {
classifier = 'sources'
Expand Down Expand Up @@ -206,7 +206,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 'HEAD'
tag 'liberty-gradle-plugin-2.4'
}

licenses {
Expand Down

0 comments on commit 6621ed8

Please sign in to comment.