From 1f13df44cc0cedf1cf75c7a4eada5cc5e102d78c Mon Sep 17 00:00:00 2001 From: yamelsenih Date: Mon, 22 May 2023 19:31:59 -0400 Subject: [PATCH] Update gradle project --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index dbdbe01..a986b33 100644 --- a/build.gradle +++ b/build.gradle @@ -73,12 +73,12 @@ publishing { publications { mavenJava(MavenPublication) { groupId 'io.github.adempiere' - artifactId 'adempiere-template-project' + artifactId 'adempiere-jwt-token' version from components.java pom { - name = 'ADempiere Template Project' - description = 'Fill it with project description' + name = 'ADempiere JWT Token' + description = 'Generate JWT Token for Login from third party access' url = 'http://adempiere.io/' licenses { license { @@ -94,9 +94,9 @@ publishing { } } scm { - connection = 'scm:git:git://github.com/adempiere/adempiere-template-project.git' - developerConnection = 'scm:git:ssh://github.com/adempiere/adempiere-template-project.git' - url = 'http://github.com/adempiere/adempiere-template-project' + connection = 'scm:git:git://github.com/adempiere/adempiere-jwt-token.git' + developerConnection = 'scm:git:ssh://github.com/adempiere/adempiere-jwt-token.git' + url = 'http://github.com/adempiere/adempiere-jwt-token' } } }