Skip to content

Commit

Permalink
More changes to try to fix maven central deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wnbittle committed Dec 26, 2019
1 parent d17b673 commit 51a2c54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<version>${dyn4j.nexus-staging-maven-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
Expand Down
5 changes: 5 additions & 0 deletions settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
<username>${env.GITHUB_USERNAME}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
<server>
<id>ossrh</id>
<username>${env.NEXUS_USERNAME}</username>
<password>${env.NEXUS_PASSWORD}</password>
</server>
</servers>
</settings>

0 comments on commit 51a2c54

Please sign in to comment.