From e7c2e0b68df8122f1b06102b02721b330ceeb013 Mon Sep 17 00:00:00 2001 From: Pawel Kaczmarek Date: Wed, 20 Nov 2019 17:43:31 +0100 Subject: [PATCH] jar update --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c82b303..dddeaa7 100644 --- a/build.gradle +++ b/build.gradle @@ -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 }