Skip to content

Commit

Permalink
Fixing maven coordinates to use consistent com.terrafolio group id
Browse files Browse the repository at this point in the history
  • Loading branch information
ghale committed May 18, 2015
1 parent 11165eb commit 088ce2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
exclude(module: 'groovy-all')
}

testCompile('com.netflix.nebula:nebula-test:1.12.4') {
testCompile('com.netflix.nebula:nebula-test:1.12.5') {
exclude(module: 'groovy-all')
}

Expand Down Expand Up @@ -139,6 +139,12 @@ pluginBundle {
displayName = 'Gradle Jenkins plugin'
}
}

mavenCoordinates {
groupId = project.group
artifactId = project.name
version = project.version
}
}

apply from: "gradle/jenkinsIntegTest.gradle"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.3.0
version=1.3.1
group=com.terrafolio

0 comments on commit 088ce2f

Please sign in to comment.