fix maven uploading
This commit is contained in:
parent
988156a290
commit
8eea3a74e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue