You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2013/07/09 17:04:21 UTC

svn commit: r1501311 - in /webservices/wss4j/branches/1_6_x-fixes: lib/opensaml-2.5.1-1.jar lib/opensaml-2.5.3.jar lib/openws-1.4.2-1.jar lib/openws-1.4.4.jar lib/xmltooling-1.3.2-1.jar lib/xmltooling-1.3.4.jar pom.xml

Author: coheigea
Date: Tue Jul  9 15:04:20 2013
New Revision: 1501311

URL: http://svn.apache.org/r1501311
Log:
Downgrading Opensaml from 2.5.3 -> 2.5.1-1 for JDK 1.5 compatibility

Added:
    webservices/wss4j/branches/1_6_x-fixes/lib/opensaml-2.5.1-1.jar
    webservices/wss4j/branches/1_6_x-fixes/lib/openws-1.4.2-1.jar
    webservices/wss4j/branches/1_6_x-fixes/lib/xmltooling-1.3.2-1.jar
Removed:
    webservices/wss4j/branches/1_6_x-fixes/lib/opensaml-2.5.3.jar
    webservices/wss4j/branches/1_6_x-fixes/lib/openws-1.4.4.jar
    webservices/wss4j/branches/1_6_x-fixes/lib/xmltooling-1.3.4.jar
Modified:
    webservices/wss4j/branches/1_6_x-fixes/pom.xml

Added: webservices/wss4j/branches/1_6_x-fixes/lib/opensaml-2.5.1-1.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/lib/opensaml-2.5.1-1.jar?rev=1501311&view=auto
==============================================================================
Files webservices/wss4j/branches/1_6_x-fixes/lib/opensaml-2.5.1-1.jar (added) and webservices/wss4j/branches/1_6_x-fixes/lib/opensaml-2.5.1-1.jar Tue Jul  9 15:04:20 2013 differ

Added: webservices/wss4j/branches/1_6_x-fixes/lib/openws-1.4.2-1.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/lib/openws-1.4.2-1.jar?rev=1501311&view=auto
==============================================================================
Files webservices/wss4j/branches/1_6_x-fixes/lib/openws-1.4.2-1.jar (added) and webservices/wss4j/branches/1_6_x-fixes/lib/openws-1.4.2-1.jar Tue Jul  9 15:04:20 2013 differ

Added: webservices/wss4j/branches/1_6_x-fixes/lib/xmltooling-1.3.2-1.jar
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/lib/xmltooling-1.3.2-1.jar?rev=1501311&view=auto
==============================================================================
Files webservices/wss4j/branches/1_6_x-fixes/lib/xmltooling-1.3.2-1.jar (added) and webservices/wss4j/branches/1_6_x-fixes/lib/xmltooling-1.3.2-1.jar Tue Jul  9 15:04:20 2013 differ

Modified: webservices/wss4j/branches/1_6_x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/webservices/wss4j/branches/1_6_x-fixes/pom.xml?rev=1501311&r1=1501310&r2=1501311&view=diff
==============================================================================
--- webservices/wss4j/branches/1_6_x-fixes/pom.xml (original)
+++ webservices/wss4j/branches/1_6_x-fixes/pom.xml Tue Jul  9 15:04:20 2013
@@ -367,7 +367,7 @@
 
     <properties>
         <xmlsec.version>1.5.5</xmlsec.version>
-        <opensaml.version>2.5.3</opensaml.version>
+        <opensaml.version>2.5.1-1</opensaml.version>
         <xml.apis.version>1.3.04</xml.apis.version>
         <bcprov.version>1.49</bcprov.version>
         <commons.logging.version>1.1.1</commons.logging.version>