Author: dkulp Date: Tue Sep 25 19:31:57 2012 New Revision: 1390086 URL: http://svn.apache.org/viewvc?rev=1390086&view=rev Log: Merged revisions 1390071 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes
........ r1390071 | dkulp | 2012-09-25 15:23:47 -0400 (Tue, 25 Sep 2012) | 18 lines Merged revisions 1389581 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes ........ r1389581 | dkulp | 2012-09-24 17:03:59 -0400 (Mon, 24 Sep 2012) | 10 lines 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.4.x-fixes/parent/pom.xml Modified: cxf/branches/2.4.x-fixes/parent/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/parent/pom.xml?rev=1390086&r1=1390085&r2=1390086&view=diff ============================================================================== --- cxf/branches/2.4.x-fixes/parent/pom.xml (original) +++ cxf/branches/2.4.x-fixes/parent/pom.xml Tue Sep 25 19:31:57 2012 @@ -47,7 +47,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.12</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> @@ -138,7 +138,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.asm.bundle.version>3.3.1_1</cxf.asm.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>
