Skip to content

Commit

Permalink
Merge pull request #400 from cherylking/updateCommon182
Browse files Browse the repository at this point in the history
prepare for milestone release
  • Loading branch information
cherylking authored Dec 16, 2019
2 parents f2be78b + 0993741 commit 6d06404
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 @@ -10,7 +10,7 @@ apply plugin: "com.gradle.plugin-publish"

archivesBaseName = 'liberty-gradle-plugin'
group = 'io.openliberty.tools'
version = '3.0-SNAPSHOT'
version = '3.0-M1-SNAPSHOT'

repositories {
mavenLocal()
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
compile gradleApi()
compile localGroovy()
compile ('io.openliberty.tools:liberty-ant-tasks:1.9.3')
compile ('io.openliberty.tools:ci.common:1.8.2-SNAPSHOT')
compile ('io.openliberty.tools:ci.common:1.8.2')
compile group: 'commons-io', name: 'commons-io', version: '2.5'
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

0 comments on commit 6d06404

Please sign in to comment.