fix maven uploading

This commit is contained in:
Abrar Syed 2014-03-18 16:08:36 -05:00
parent 988156a290
commit 8eea3a74e9

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