[java-shib-common COMMIT] in /branches/REL_1: doc/RELEASE-NOTES.txt pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Feb 21 12:35:53 GMT 2012


Author: lajoie
Date: Tue Feb 21 12:35:53 2012
New Revision: 1014

URL: http://svn.shibboleth.net/view/java-shib-common?rev=1014&view=rev
Log:
Bump Spring release version to latest security release - SC-171

Modified:
    branches/REL_1/doc/RELEASE-NOTES.txt
    branches/REL_1/pom.xml

Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/doc/RELEASE-NOTES.txt?rev=1014&r1=1013&r2=1014&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Tue Feb 21 12:35:53 2012
@@ -2,6 +2,7 @@
 =============================================
 [SC-169] - Velocity ErrorHandler doesn't set Content-Type of response
 [SC-170] - Move pool initialization to protected method on DataConnector bean factory
+[SC-171] - Bump Spring dependencies to the newest security patch release (SEC03)
 
 Changes in Release 1.3.4
 =============================================

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-common/branches/REL_1/pom.xml?rev=1014&r1=1013&r2=1014&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Tue Feb 21 12:35:53 2012
@@ -24,7 +24,7 @@
     <properties>
         <svn.relative.location>java-shib-common</svn.relative.location>
         <spring.groupId>org.springframework</spring.groupId>
-        <spring.version>2.5.6.SEC02</spring.version>
+        <spring.version>2.5.6.SEC03</spring.version>
     </properties>
 
     <repositories>



More information about the commits mailing list