Merge pull request #1529 from AbrarSyed/patch-2

fix maven uploading
This commit is contained in:
SpaceToad 2014-03-18 22:24:20 +01:00
commit 2f1f60f987

View file

@ -150,7 +150,7 @@ uploadArchives {
// this is the definition of the maven pom.xml. This is simply a DSL to define the XML. Not actual fields or things to set.
pom {
groupId = project.group
version = project.version + '.' + project.buildnumber
version = project.version
artifactId = project.archivesBaseName
project {
name project.archivesBaseName