[java-openws COMMIT] /branches/REL_1/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Aug 7 19:49:28 BST 2011


Author: lajoie
Date: Sun Aug  7 19:49:28 2011
New Revision: 415

URL: http://svn.shibboleth.net/view/java-openws?rev=415&view=rev
Log:
need to leave repository locations in project POM so it can find the parent POM

Modified:
    branches/REL_1/pom.xml

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/pom.xml?rev=415&r1=414&r2=415&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sun Aug  7 19:49:28 2011
@@ -25,6 +25,23 @@
     <properties>
         <svn.relative.location>java-openws</svn.relative.location>
     </properties>
+
+    <repositories>
+        <repository>
+            <id>shib-release</id>
+            <url>https://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>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </repository>
+    </repositories>
 
     <dependencies>
         <!-- Compile dependencies -->



More information about the commits mailing list