Skip to content

Commit

Permalink
prepare release liberty-gradle-plugin-3.1-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdevb1 committed Jul 24, 2020
1 parent 6a617d5 commit c27896b
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.1-M1-SNAPSHOT'
version = '3.1-M1'

repositories {
mavenLocal()
Expand Down Expand Up @@ -205,7 +205,7 @@ if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')
connection 'scm:git:[email protected]:OpenLiberty/ci.gradle.git'
developerConnection 'scm:git:[email protected]:OpenLiberty/ci.gradle.git'
url '[email protected]:OpenLiberty/ci.gradle.git'
tag 'HEAD'
tag 'liberty-gradle-plugin-3.1-M1'
}

licenses {
Expand Down

0 comments on commit c27896b

Please sign in to comment.