Skip to content

Commit

Permalink
Fix mistakes in scm block
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Oct 15, 2019
1 parent 8b0f60b commit 4336695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mavenPublish.gradle
Expand Up @@ -81,9 +81,9 @@ private configurePOM(def pom) {
modelVersion '4.0.0'
packaging 'jar'
scm {
connection 'scm:hg:https://github.com/gluonhq/maps'
developerConnection 'scm:hg:https://github.org/gluonhq/maps'
url 'https://github.org/gluonhq/maps'
connection 'scm:git:https://github.com/gluonhq/maps'
developerConnection 'scm:git:https://github.com/gluonhq/maps'
url 'https://github.com/gluonhq/maps'
}
developers {
developer {
Expand Down

0 comments on commit 4336695

Please sign in to comment.