@@ -9,7 +9,7 @@ plugins {
99 id " org.gradle.test-retry" version " ${ testRetryVersion} "
1010}
1111group = " com.box"
12- archivesBaseName = " box-java-sdk-gen "
12+ archivesBaseName = " box-java-sdk"
1313version = " 0.1.0"
1414java {
1515 sourceCompatibility = JavaVersion . toVersion(libraryJavaVersion)
@@ -63,13 +63,13 @@ test {
6363}
6464publishing {
6565 publications {
66- boxJavaSdkGen (MavenPublication ) {
66+ boxJavaSdk (MavenPublication ) {
6767 from components. java
6868 pom {
6969 artifactId = project. getArchivesBaseName()
70- name = " Box Java SDK Gen "
71- description = " Official Box Java Generated SDK."
72- url = " https://opensource.box.com/box-java-sdk-gen /"
70+ name = " Box Java SDK"
71+ description = " Official Box Java SDK."
72+ url = " https://opensource.box.com/box-java-sdk/"
7373 packaging = " jar"
7474 licenses {
7575 license {
@@ -89,9 +89,9 @@ publishing {
8989 }
9090
9191 scm {
92- connection = " scm:git:https://github.com/box/box-java-sdk-gen .git"
93- developerConnection = " scm:git:https://github.com/box/box-java-sdk-gen .git"
94- url = " https://github.com/box/box-java-sdk-gen "
92+ connection = " scm:git:https://github.com/box/box-java-sdk.git"
93+ developerConnection = " scm:git:https://github.com/box/box-java-sdk.git"
94+ url = " https://github.com/box/box-java-sdk"
9595 }
9696
9797 }
@@ -114,7 +114,7 @@ signing {
114114 // org.bouncycastle:bc-fips:1.0.2.1 libray preset in our Docker machines which is
115115 // not compatible with Gradle implementation
116116 useGpgCmd()
117- sign publishing. publications. boxJavaSdkGen
117+ sign publishing. publications. boxJavaSdk
118118}
119119def centralUsername = project. findProperty(" centralUsername" )
120120def centralPassword = project. findProperty(" centralPassword" )
0 commit comments