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

noreply at shibboleth.net noreply at shibboleth.net
Thu Feb 23 15:13:33 GMT 2012


Author: lajoie
Date: Thu Feb 23 15:13:33 2012
New Revision: 3100

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3100&view=rev
Log:
Update to latest shib-common version

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

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3100&r1=3099&r2=3100&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Thu Feb 23 15:13:33 2012
@@ -3,6 +3,7 @@
 [SIDP-532] - ExternalAuthnSystemLoginHandler incorrectly logs as RemoteUserLoginHandler
 [SIDP-536] - LoginContext added to storage service twice but only cleared once
 [SIDP-538] - Response does not contain Status when assertion assigning is enabled but signing credential is improperly configured
+[SIDP-539] - Update shib-common library
 
 Changes in Release 2.3.5
 =============================================

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/pom.xml?rev=3100&r1=3099&r2=3100&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Thu Feb 23 15:13:33 2012
@@ -26,7 +26,7 @@
     <properties>
         <svn.relative.location>java-shib-idp2</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>
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>edu.internet2.middleware</groupId>
             <artifactId>shibboleth-common</artifactId>
-            <version>1.3.4</version>
+            <version>1.3.5</version>
         </dependency>
         <!-- Override Spring version from parent POM -->
         <dependency>



More information about the commits mailing list