Skip to content

Commit

Permalink
Put tag in POM for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
HackAttack committed Apr 25, 2017
1 parent d186dc1 commit 126d754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ publishing {
def scm = asNode().appendNode('scm')
scm.appendNode('developerConnection', 'scm:git:https://github.com/HackAttack/cloudflare-java-client.git')
scm.appendNode('url', 'https://github.com/HackAttack/cloudflare-java-client')
scm.appendNode('tag', 'HEAD')
scm.appendNode('tag', version == DEFAULT_VERSION ? 'HEAD' : version)
}
}
}
Expand Down

0 comments on commit 126d754

Please sign in to comment.