Skip to content

Commit

Permalink
Update gradle project
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed May 22, 2023
1 parent 2e0b5e1 commit 1f13df4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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'
}
}
}
Expand Down

0 comments on commit 1f13df4

Please sign in to comment.