[java-opensaml COMMIT] in /trunk: opensaml-messaging-impl/pom.xml opensaml-saml-impl/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Jun 25 15:22:56 EDT 2014


Author: putmanb
Date: Wed Jun 25 15:22:56 2014
New Revision: 3940

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3940&view=rev
Log:
Fix references to spring-extensions to use properties defined in the parent POM.

Modified:
    trunk/opensaml-messaging-impl/pom.xml
    trunk/opensaml-saml-impl/pom.xml

Modified: trunk/opensaml-messaging-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-messaging-impl/pom.xml?rev=3940&r1=3939&r2=3940&view=diff
==============================================================================
--- trunk/opensaml-messaging-impl/pom.xml (original)
+++ trunk/opensaml-messaging-impl/pom.xml Wed Jun 25 15:22:56 2014
@@ -49,7 +49,7 @@
 			<groupId>net.shibboleth.ext</groupId>
 			<artifactId>spring-extensions</artifactId>
 			<scope>test</scope>
-			<version>1.2-SNAPSHOT</version>
+			<version>${spring-extensions.version}</version>
 		</dependency>
 
 		<dependency>
@@ -60,4 +60,4 @@
 
 	</dependencies>
 
-</project>
+</project>

Modified: trunk/opensaml-saml-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-impl/pom.xml?rev=3940&r1=3939&r2=3940&view=diff
==============================================================================
--- trunk/opensaml-saml-impl/pom.xml (original)
+++ trunk/opensaml-saml-impl/pom.xml Wed Jun 25 15:22:56 2014
@@ -127,9 +127,9 @@
             <groupId>net.shibboleth.ext</groupId>
             <artifactId>spring-extensions</artifactId>
             <scope>test</scope>
-            <version>1.2-SNAPSHOT</version>
+            <version>${spring-extensions.version}</version>
         </dependency>
         
     </dependencies>
 
-</project>
+</project>



More information about the commits mailing list