Skip to content

Commit

Permalink
jar update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Kaczmarek committed Nov 20, 2019
1 parent 8a22b8c commit e7c2e0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ publishing {
artifact sourcesJar
artifact javadocJar
groupId project.group
artifactId 'idam-client'
artifactId 'em-test-helper'
version project.version

pom.withXml {
def root = asNode()
root.appendNode('description', 'Idam client')
root.appendNode('name', 'Idam client')
root.appendNode('description', 'Em Test Helper')
root.appendNode('name', 'Em Test Helper')
root.appendNode('url', gitRepo)
root.children().last() + pomConfig
}
Expand Down

0 comments on commit e7c2e0b

Please sign in to comment.