You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/09/24 23:03:59 UTC

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

Author: dkulp
Date: Mon Sep 24 21:03:59 2012
New Revision: 1389581

URL: http://svn.apache.org/viewvc?rev=1389581&view=rev
Log:
Merged revisions 1389480 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1389480 | dkulp | 2012-09-24 12:53:52 -0400 (Mon, 24 Sep 2012) | 2 lines

  Update to latest saaj impl

........

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=1389581&r1=1389580&r2=1389581&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/parent/pom.xml Mon Sep 24 21:03:59 2012
@@ -48,7 +48,7 @@
         <cxf.eclipse.outputDirectory>${basedir}/target/classes</cxf.eclipse.outputDirectory>
         <cxf.saaj.impl.groupId>com.sun.xml.messaging.saaj</cxf.saaj.impl.groupId>
         <cxf.saaj.impl.artifactId>saaj-impl</cxf.saaj.impl.artifactId>
-        <cxf.saaj.impl.version>1.3.18</cxf.saaj.impl.version>
+        <cxf.saaj.impl.version>1.3.19</cxf.saaj.impl.version>
 
         <extra.saaj.dep.groupId>${cxf.saaj.impl.groupId}</extra.saaj.dep.groupId>
         <extra.saaj.dep.artifactId>${cxf.saaj.impl.artifactId}</extra.saaj.dep.artifactId>
@@ -174,7 +174,7 @@
         <cxf.servicemix.specs.version>1.9.0</cxf.servicemix.specs.version>
         <cxf.javax.mail.version>1.4.4</cxf.javax.mail.version>
         <cxf.jaxb.bundle.version>2.2.1.1_2</cxf.jaxb.bundle.version>
-        <cxf.saaj-impl.bundle.version>1.3.18_1</cxf.saaj-impl.bundle.version>
+        <cxf.saaj-impl.bundle.version>1.3.19_1</cxf.saaj-impl.bundle.version>
         <cxf.wsdl4j.bundle.version>1.6.2_6</cxf.wsdl4j.bundle.version>
         <cxf.xmlsec.bundle.version>1.5.2</cxf.xmlsec.bundle.version>
         <cxf.rhino.bundle.version>1.7R2_3</cxf.rhino.bundle.version>