[java-shib-idp2 COMMIT] /branches/REL_2/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Feb 19 18:09:25 EST 2013
Author: scantor
Date: Tue Feb 19 18:09:25 2013
New Revision: 3141
URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3141&view=rev
Log:
Accidentally removed Spring version override.
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=3141&r1=3140&r2=3141&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Tue Feb 19 18:09:25 2013
@@ -26,6 +26,7 @@
<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>
@@ -179,6 +180,7 @@
<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