Skip to content

Commit cf25c84

Browse files
committed
Maven Central publishing fix 2
1 parent a79bab6 commit cf25c84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/jdbc_maven_deploy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def exec(cmd):
122122
<version>1.6.14</version>
123123
<extensions>true</extensions>
124124
<configuration>
125-
<serverId>ossrh</serverId>
125+
<serverId>central</serverId>
126126
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
127127
</configuration>
128128
</plugin>
@@ -178,7 +178,7 @@ def exec(cmd):
178178
# <servers>
179179
# <server>
180180
# <id>central</id>
181-
# <username>[...]</username> <!-- Sonatype OSSRH JIRA user/pw -->
181+
# <username>[...]</username> <!-- Sonatype Central Portal user/pw -->
182182
# <password>[...]</password>
183183
# </server>
184184
# </servers>

0 commit comments

Comments
 (0)