Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
fixed nexus repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
milinda committed Feb 1, 2016
1 parent 0f802f8 commit 4cbb685
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
<name>Scala-tools Maven2 Repository</name>
<url>https://scala-tools.org/repo-releases</url>
</repository>
<repository>
<id>nexus</id>
<name>HTRC Nexus Repository</name>
<url>https://nexus.htrc.illinois.edu/content/groups/public/</url>
</repository>
</repositories>

<pluginRepositories>
Expand All @@ -59,6 +64,11 @@
<name>Scala-tools Maven2 Repository</name>
<url>https://scala-tools.org/repo-releases</url>
</pluginRepository>
<pluginRepository>
<id>nexus</id>
<name>HTRC Nexus Repository</name>
<url>https://nexus.htrc.illinois.edu/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>

<modules>
Expand Down Expand Up @@ -171,13 +181,13 @@
<repository>
<id>htrc.nexus.releases</id>
<name>HTRC Release Repository</name>
<url>https://htrc.illinois.edu/nexus/content/repositories/releases/</url>
<url>https://nexus.htrc.illinois.edu/content/repositories/releases/</url>
</repository>

<snapshotRepository>
<id>htrc.nexus.snapshots</id>
<name>HTRC Snapshot Repository</name>
<url>https://htrc.illinois.edu/nexus/content/repositories/snapshots/</url>
<url>https://nexus.htrc.illinois.edu/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 4cbb685

Please sign in to comment.