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

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 19 14:55:42 EST 2013


Author: scantor
Date: Tue Feb 19 14:55:42 2013
New Revision: 3139

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3139&view=rev
Log:
Added -SNAPSHOT to versions and dependencies until release.

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=3139&r1=3138&r2=3139&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Tue Feb 19 14:55:42 2013
@@ -12,7 +12,7 @@
 
     <groupId>edu.internet2.middleware</groupId>
     <artifactId>shibboleth-identityprovider</artifactId>
-    <version>2.4.0</version>
+    <version>2.4.0-SNAPSHOT</version>
 
     <!-- We bundle as a jar here, the installer creates the WAR -->
     <packaging>jar</packaging>
@@ -26,7 +26,6 @@
     <properties>
         <svn.relative.location>java-shib-idp2</svn.relative.location>
         <spring.groupId>org.springframework</spring.groupId>
-        <spring.version>2.5.6.SEC03</spring.version>
     </properties>
 
     <repositories>
@@ -51,7 +50,7 @@
         <dependency>
             <groupId>edu.internet2.middleware</groupId>
             <artifactId>shibboleth-common</artifactId>
-            <version>1.4.0</version>
+            <version>1.4.0-SNAPSHOT</version>
         </dependency>
         <!-- Override Spring version from parent POM -->
         <dependency>
@@ -180,7 +179,6 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-test</artifactId>
-            <version>${spring.version}</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>



More information about the commits mailing list