Author: dkulp
Date: Sat Oct 2 03:04:45 2010
New Revision: 1003737
URL: http://svn.apache.org/viewvc?rev=1003737&view=rev
Log:
Merged revisions 1003732 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1003732 | dkulp | 2010-10-01 22:33:17 -0400 (Fri, 01 Oct 2010) | 1 line
Update various versions of things
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/parent/pom.xml
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.2.x-fixes/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/parent/pom.xml?rev=1003737&r1=1003736&r2=1003737&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.2.x-fixes/parent/pom.xml Sat Oct 2 03:04:45 2010
@@ -46,15 +46,15 @@
<saaj.impl.version>1.3.2</saaj.impl.version>
<!-- please maintain alphabetical order here -->
- <abdera.version>1.0</abdera.version>
<activemq.version>5.3.1</activemq.version>
+ <abdera.version>1.1</abdera.version>
<derby.version>10.2.2.0</derby.version>
<jaxb.version>2.1</jaxb.version>
<jaxb.impl.version>2.1.13</jaxb.impl.version>
<jaxb.xjc.version>2.1.13</jaxb.xjc.version>
<jdom.version>1.0</jdom.version>
<jetty.version>6.1.25</jetty.version>
- <msv.version>2009.1</msv.version>
+ <msv.version>2010.1</msv.version>
<rhino.version>1.7R1</rhino.version>
<saaj.version>1.3</saaj.version>
<spring.version>2.5.6</spring.version>
@@ -161,7 +161,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
@@ -1110,7 +1110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.3</version>
+ <version>2.6</version>
<configuration>
<encoding>UTF-8</encoding>
<configLocation>cxf-checkstyle${checkstyle.extension}.xml</configLocation>