Skip to content

Commit 9a7707b

Browse files
committed
Fix snapshot deployment
The server id was changed because of the new parent pom.
1 parent de142c6 commit 9a7707b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

settings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
22
<servers>
33
<server>
4-
<id>sonatype-nexus-snapshots</id>
4+
<id>ossrh</id>
55
<username>${env.CI_DEPLOY_USERNAME}</username>
66
<password>${env.CI_DEPLOY_PASSWORD}</password>
77
</server>
88
</servers>
9-
</settings>
9+
</settings>

0 commit comments

Comments
 (0)