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

noreply at shibboleth.net noreply at shibboleth.net
Tue Jun 26 15:07:37 BST 2012


Author: lajoie
Date: Tue Jun 26 10:07:37 2012
New Revision: 3111

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3111&view=rev
Log:
update POMs to point to new server and to appropriate -SNAPSHOT version numbers

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=3111&r1=3110&r2=3111&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Tue Jun 26 10:07:37 2012
@@ -12,7 +12,7 @@
 
     <groupId>edu.internet2.middleware</groupId>
     <artifactId>shibboleth-identityprovider</artifactId>
-    <version>2.3.6</version>
+    <version>2.3.7-SNAPSHOT</version>
 
     <!-- We bundle as a jar here, the installer creates the WAR -->
     <packaging>jar</packaging>
@@ -32,14 +32,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>
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>edu.internet2.middleware</groupId>
             <artifactId>shibboleth-common</artifactId>
-            <version>1.3.5</version>
+            <version>1.3.6-SNAPSHOT</version>
         </dependency>
         <!-- Override Spring version from parent POM -->
         <dependency>



More information about the commits mailing list