[java-shib-idp2 COMMIT] /branches/REL_2/pom.xml

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


Author: lajoie
Date: Sun Aug  7 19:49:25 2011
New Revision: 3064

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

Modified:
    branches/REL_2/pom.xml

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3064&r1=3063&r2=3064&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Sun Aug  7 19:49:25 2011
@@ -26,6 +26,23 @@
     <properties>
         <svn.relative.location>java-shib-idp2</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 -->
@@ -173,4 +190,4 @@
         </profile>
     </profiles>
 
-</project>
+</project>



More information about the commits mailing list