[java-parent-project COMMIT] /trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Jun 26 15:23:09 BST 2012


Author: lajoie
Date: Tue Jun 26 10:23:09 2012
New Revision: 73

URL: http://svn.shibboleth.net/view/java-parent-project?rev=73&view=rev
Log:
Update POM to point to new repo server

Modified:
    trunk/pom.xml

Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=73&r1=72&r2=73&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Tue Jun 26 10:23:09 2012
@@ -39,14 +39,14 @@
     <repositories>
         <repository>
             <id>shib-release</id>
-            <url>https://shibboleth.net/nexus/content/groups/public</url>
+            <url>https://build.shibboleth.net/nexus/content/groups/public</url>
             <snapshots>
                 <enabled>false</enabled>
             </snapshots>
         </repository>
         <repository>
             <id>shib-snapshot</id>
-            <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
+            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
             <releases>
                 <enabled>false</enabled>
             </releases>
@@ -343,11 +343,11 @@
     <distributionManagement>
         <repository>
             <id>release</id>
-            <url>https://shibboleth.net/nexus/content/repositories/releases</url>
+            <url>https://build.shibboleth.net/nexus/content/repositories/releases</url>
         </repository>
         <snapshotRepository>
             <id>snapshot</id>
-            <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
+            <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
         </snapshotRepository>
     </distributionManagement>
     



More information about the commits mailing list