Skip to content

Commit

Permalink
prepare release liberty-gradle-plugin-3.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbsox committed Dec 17, 2019
1 parent 6d06404 commit 7801c63
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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-M1-SNAPSHOT'
version = '3.0-M1'

repositories {
mavenLocal()
Expand Down Expand Up @@ -159,8 +159,8 @@ test {
}

pluginBundle {
website = 'https://github.com/WASdev/ci.gradle'
vcsUrl = 'https://github.com/WASdev/ci.gradle'
website = 'https://github.com/OpenLiberty/ci.gradle'
vcsUrl = 'https://github.com/OpenLiberty/ci.gradle'
description = 'Gradle plugin for managing Liberty servers'
tags = ['liberty', 'websphere', 'devops']

Expand Down Expand Up @@ -202,16 +202,16 @@ if (project.hasProperty('ossrhUsername') && project.hasProperty('ossrhPassword')
url 'https://wasdev.github.io'

scm {
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'
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 'liberty-gradle-plugin-3.0-M1'
}

licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'https://raw.github.com/WASdev/ci.gradle/master/LICENSE'
url 'https://raw.github.com/OpenLiberty/ci.gradle/master/LICENSE'
}
}

Expand Down

0 comments on commit 7801c63

Please sign in to comment.