Skip to content

Commit

Permalink
prepare release liberty-gradle-plugin-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgawor committed Aug 22, 2016
1 parent e7ccc6e commit ada1243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ configurations {
dependencies {
compile gradleApi()
compile localGroovy()
compile ('net.wasdev.wlp.ant:wlp-anttasks:1.3-SNAPSHOT')
compile ('net.wasdev.wlp.ant:wlp-anttasks:1.2.1')
provided group: 'com.ibm.websphere.appserver.api', name: 'com.ibm.websphere.appserver.spi.kernel.embeddable', version: '1.0.0'
testCompile 'junit:junit:4.11'
}
Expand Down Expand Up @@ -58,7 +58,7 @@ task wrapper(type: Wrapper) {

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

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

licenses {
Expand Down
2 changes: 1 addition & 1 deletion src/integTest/resources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath fileTree(dir: '../libs', include: '*.jar', exclude: ['*-groovydoc.jar', '*-sources.jar'])
classpath 'net.wasdev.wlp.ant:wlp-anttasks:1.3-SNAPSHOT'
classpath 'net.wasdev.wlp.ant:wlp-anttasks:1.2.1'
}
}

Expand Down

0 comments on commit ada1243

Please sign in to comment.