Skip to content

Commit

Permalink
Add SCM info to pom.xml for Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaskins committed Feb 27, 2017
1 parent 19605a1 commit 5d643d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ def pomConfig = {
organizationUrl 'https://github.com/spectrumbdd/'
}
}
scm {
connection 'scm:git:https://github.com/greghaskins/spectrum.git'
developerConnection 'scm:git:ssh://github.com:greghaskins/spectrum.git'
url 'https://github.com/greghaskins/spectrum/tree/master'
}
}

def description = 'A colorful BDD-style test runner for Java'
Expand Down

0 comments on commit 5d643d5

Please sign in to comment.