Skip to content

Commit

Permalink
OCE -> ALEC
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse White committed Apr 17, 2019
1 parent 8c081ae commit 3d7fed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci.settings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<settings>
<servers>
<server>
<id>oce-ossrh</id>
<id>alec-ossrh</id>
<username>${env.OPENNMS_OSSRH_USERNAME}</username>
<password>${env.OPENNMS_OSSRH_PASSWORD}</password>
</server>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>oce-ossrh</serverId>
<serverId>alec-ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
Expand Down Expand Up @@ -499,11 +499,11 @@

<distributionManagement>
<snapshotRepository>
<id>oce-ossrh</id>
<id>alec-ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>oce-ossrh</id>
<id>alec-ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit 3d7fed7

Please sign in to comment.