Skip to content

Commit

Permalink
prepare release liberty-gradle-plugin-2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdevb1 committed Feb 5, 2019
1 parent a549c5c commit e9a0c5e
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 @@ -154,7 +154,7 @@ sourceSets.main.compileClasspath += configurations.provided

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

task sourcesJar(type: Jar) {
classifier = 'sources'
Expand Down Expand Up @@ -214,7 +214,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.6.5'
}

licenses {
Expand Down

0 comments on commit e9a0c5e

Please sign in to comment.