[java-identity-provider COMMIT] /trunk/idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Dec 5 20:54:45 EST 2013


Author: tzeller
Date: Thu Dec  5 20:54:45 2013
New Revision: 4991

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4991&view=rev
Log:
JPAR-35 Remove java-support and spring-extensions version properties from parent-v3 POM.

Modified:
    trunk/idp-parent/pom.xml

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4991&r1=4990&r2=4991&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Thu Dec  5 20:54:45 2013
@@ -98,7 +98,7 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
-            <version>${shibboleth.java-support.version}</version>
+            <version>2.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
@@ -139,7 +139,7 @@
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
-            <version>${shibboleth.java-support.version}</version>
+            <version>2.1-SNAPSHOT</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -160,7 +160,7 @@
             <dependency>
                 <groupId>net.shibboleth.ext</groupId>
                 <artifactId>spring-extensions</artifactId>
-                <version>${shibboleth.spring-extensions.version}</version>
+                <version>1.2-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.ldaptive</groupId>
@@ -198,7 +198,7 @@
             <dependency>
                 <groupId>net.shibboleth.ext</groupId>
                 <artifactId>spring-extensions</artifactId>
-                <version>${shibboleth.spring-extensions.version}</version>
+                <version>1.2-SNAPSHOT</version>
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>



More information about the commits mailing list