Skip to content

Commit

Permalink
Update readme for OSSRH
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Oct 23, 2024
1 parent b1626cf commit 80c1765
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Modify your maven __settings.xml__ to include the following section:
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray-central</name>
<url>https://jcenter.bintray.com</url>
<name>ossrh-central</name>
<url>https://oss.sonatype.org</url>
</repository>
</repositories>
<pluginRepositories>
Expand All @@ -80,15 +80,15 @@ Modify your maven __settings.xml__ to include the following section:
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray-central</name>
<url>https://jcenter.bintray.com</url>
<name>ossrh-central</name>
<url>https://oss.sonatype.org</url>
</pluginRepository>
</pluginRepositories>
<id>bintray</id>
<id>ossrh</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>bintray</activeProfile>
<activeProfile>ossrh</activeProfile>
</activeProfiles>
</settings>
...
Expand Down

0 comments on commit 80c1765

Please sign in to comment.