You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2013/07/15 16:29:20 UTC

svn commit: r1503270 - /cxf/branches/2.6.x-fixes/parent/pom.xml

Author: coheigea
Date: Mon Jul 15 14:29:19 2013
New Revision: 1503270

URL: http://svn.apache.org/r1503270
Log:
Downgrading Opensaml for JDK 1.5 support

Modified:
    cxf/branches/2.6.x-fixes/parent/pom.xml

Modified: cxf/branches/2.6.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/parent/pom.xml?rev=1503270&r1=1503269&r2=1503270&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/parent/pom.xml Mon Jul 15 14:29:19 2013
@@ -132,10 +132,10 @@
         <cxf.msv.version>2011.1</cxf.msv.version>
         <cxf.neethi.version>3.0.2</cxf.neethi.version>
         <cxf.oauth.bundle.version>20100527_1</cxf.oauth.bundle.version>
-        <cxf.opensaml.version>2.5.3</cxf.opensaml.version>
-        <cxf.opensaml.osgi.version>2.5.3_1</cxf.opensaml.osgi.version>
-        <cxf.opensaml.xmltooling.version>1.3.4-1</cxf.opensaml.xmltooling.version>
-        <cxf.opensamlws.version>1.4.4-1</cxf.opensamlws.version>
+        <cxf.opensaml.version>2.5.1</cxf.opensaml.version>
+        <cxf.opensamlws.version>1.4.2-1</cxf.opensamlws.version>
+        <cxf.opensaml.osgi.version>2.5.1_2</cxf.opensaml.osgi.version>
+        <cxf.opensaml.xmltooling.version>1.3.2-1</cxf.opensaml.xmltooling.version>
         <cxf.rhino.version>1.7R2</cxf.rhino.version>
         <cxf.saaj-api.version>1.3.4</cxf.saaj-api.version>
         <cxf.servlet-api.group>org.apache.geronimo.specs</cxf.servlet-api.group>