Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Rollback realm name change
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlynch committed Jun 22, 2016
1 parent b548a44 commit 20baf27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ant-ivy/another-project/ivysettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ivysettings>
<settings defaultResolver="nexus"/>
<credentials host="localhost" realm="Nexus Repository Manager" username="deployment" passwd="deployment123"/>
<credentials host="localhost" realm="Sonatype Nexus Repository Manager" username="deployment" passwd="deployment123"/>
<property name="nexus-public" value="http://localhost:8081/nexus/content/groups/public"/>
<property name="nexus-releases" value="http://localhost:8081/nexus/content/repositories/releases"/>
<property name="nexus-snapshots" value="http://localhost:8081/nexus/content/repositories/snapshots"/>
Expand All @@ -9,4 +9,4 @@
<ibiblio name="nexus-snapshots" m2compatible="true" root="${nexus-snapshots}"/>
<ibiblio name="nexus-releases" m2compatible="true" root="${nexus-releases}"/>
</resolvers>
</ivysettings>
</ivysettings>
4 changes: 2 additions & 2 deletions ant-ivy/simple-project/ivysettings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ivysettings>
<settings defaultResolver="nexus"/>
<credentials host="localhost" realm="Nexus Repository Manager" username="deployment" passwd="deployment123"/>
<credentials host="localhost" realm="Sonatype Nexus Repository Manager" username="deployment" passwd="deployment123"/>
<property name="nexus-public" value="http://localhost:8081/nexus/content/groups/public"/>
<property name="nexus-releases" value="http://localhost:8081/nexus/content/repositories/releases"/>
<property name="nexus-snapshots" value="http://localhost:8081/nexus/content/repositories/snapshots"/>
Expand All @@ -9,4 +9,4 @@
<ibiblio name="nexus-snapshots" m2compatible="true" root="${nexus-snapshots}"/>
<ibiblio name="nexus-releases" m2compatible="true" root="${nexus-releases}"/>
</resolvers>
</ivysettings>
</ivysettings>

0 comments on commit 20baf27

Please sign in to comment.