Skip to content

Commit

Permalink
Modify project name
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoxinhu committed Oct 15, 2019
1 parent 6aa46bb commit bb65e57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,15 @@ if (!gradle.startParameter.isOffline()) {
}

pom.project {
name project.name
name 'weid-java-sdk'
packaging 'jar'
description 'Java SDK for WeIdentity.'
url 'https://github.com/WeBankFinTech/weid-java-sdk'
url 'https://github.com/WeBankFinTech/WeIdentity'

scm {
url 'scm:git@github.com:WeBankFinTech/weid-java-sdk.git'
connection 'scm:git@github.com:WeBankFinTech/weid-java-sdk.git'
developerConnection 'git@github.com:WeBankFinTech/weid-java-sdk.git'
url 'scm:git@github.com:WeBankFinTech/WeIdentity.git'
connection 'scm:git@github.com:WeBankFinTech/WeIdentity.git'
developerConnection 'git@github.com:WeBankFinTech/WeIdentity.git'
}

licenses {
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Preserve the original java sdk name
rootProject.name = "weid-java-sdk"

0 comments on commit bb65e57

Please sign in to comment.