Skip to content

Commit

Permalink
fix: JVM release (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Dec 16, 2024
1 parent bd3a655 commit abe958e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jvm-runtime/ftl-runtime/.maven_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<servers>
<server>
<id>ossrh-snapshots</id>
<username>${env.SONATYPE_USERNAME_XYZ_BLOCK}</username>
<password>${env.SONATYPE_PASSWORD_XYZ_BLOCK}</password>
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
<server>
<id>ossrh-releases</id>
<username>${env.SONATYPE_USERNAME_XYZ_BLOCK}</username>
<password>${env.SONATYPE_PASSWORD_XYZ_BLOCK}</password>
<username>${env.SONATYPE_USERNAME}</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
</settings>

0 comments on commit abe958e

Please sign in to comment.