File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ tasks.withType(Sign).configureEach {
55
55
}
56
56
}
57
57
58
- def ossrU = project. hasProperty(" ossrhToken " ) ? ossrhToken : " "
59
- def ossrP = project. hasProperty(" ossrhTokenPassword " ) ? ossrhTokenPassword : " "
58
+ def ossrU = project. hasProperty(" ossrhToken2 " ) ? ossrhToken2 : " "
59
+ def ossrP = project. hasProperty(" ossrhTokenPassword2 " ) ? ossrhTokenPassword2 : " "
60
60
61
61
publishing {
62
62
publications {
63
63
mavenJava(MavenPublication ) {
64
64
from components. java
65
65
groupId = ' io.documentnode'
66
- artifactId = ' epub4j'
66
+ artifactId = ' epub4j-core '
67
67
version = project. version
68
68
pom {
69
69
name = ' epub4j'
@@ -97,8 +97,8 @@ publishing {
97
97
repositories {
98
98
mavenLocal()
99
99
maven {
100
- def releasesRepoUrl = " https://s01. oss.sonatype.org/service/local/staging/deploy/maven2/"
101
- def snapshotsRepoUrl = " https://s01. oss.sonatype.org/content/repositories/snapshots/"
100
+ def releasesRepoUrl = " https://oss.sonatype.org/service/local/staging/deploy/maven2/"
101
+ def snapshotsRepoUrl = " https://oss.sonatype.org/content/repositories/snapshots/"
102
102
url = version. endsWith(' SNAPSHOT' ) ? snapshotsRepoUrl : releasesRepoUrl
103
103
credentials {
104
104
username = ossrU
You can’t perform that action at this time.
0 commit comments