Author: dkulp
Date: Wed Apr 8 21:19:19 2009
New Revision: 763400
URL: http://svn.apache.org/viewvc?rev=763400&view=rev
Log:
Update a bunch of versions of things... deps/plugins/etc...
Modified:
cxf/trunk/distribution/bundle/all/pom.xml
cxf/trunk/distribution/bundle/jaxrs/pom.xml
cxf/trunk/distribution/bundle/minimal/pom.xml
cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
cxf/trunk/parent/pom.xml
cxf/trunk/pom.xml
cxf/trunk/rt/core/pom.xml
cxf/trunk/rt/javascript/pom.xml
cxf/trunk/rt/transports/http-jetty/pom.xml
Modified: cxf/trunk/distribution/bundle/all/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/all/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/all/pom.xml (original)
+++ cxf/trunk/distribution/bundle/all/pom.xml Wed Apr 8 21:19:19 2009
@@ -298,7 +298,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.1</version>
<executions>
<execution>
<phase>package</phase>
Modified: cxf/trunk/distribution/bundle/jaxrs/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/jaxrs/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/jaxrs/pom.xml (original)
+++ cxf/trunk/distribution/bundle/jaxrs/pom.xml Wed Apr 8 21:19:19 2009
@@ -148,7 +148,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.1</version>
<executions>
<execution>
<phase>package</phase>
Modified: cxf/trunk/distribution/bundle/minimal/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/minimal/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/minimal/pom.xml (original)
+++ cxf/trunk/distribution/bundle/minimal/pom.xml Wed Apr 8 21:19:19 2009
@@ -191,7 +191,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.1</version>
<executions>
<execution>
<phase>package</phase>
Modified: cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml (original)
+++ cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml Wed Apr 8 21:19:19
2009
@@ -71,7 +71,7 @@
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
- <version>1.2.2</version>
+ <version>1.2.3</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: cxf/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Apr 8 21:19:19 2009
@@ -51,7 +51,7 @@
<jaxb.impl.version>2.1.9</jaxb.impl.version>
<jaxb.xjc.version>2.1.9</jaxb.xjc.version>
<jdom.version>1.0</jdom.version>
- <jetty.version>6.1.15</jetty.version>
+ <jetty.version>6.1.16</jetty.version>
<msv.version>2009.1-SNAPSHOT</msv.version>
<rhino.version>1.7R1</rhino.version>
<saaj.version>1.3</saaj.version>
@@ -59,7 +59,7 @@
<spring.mock>spring-test</spring.mock>
<stax.impl.groupId>org.codehaus.woodstox</stax.impl.groupId>
<stax.impl.artifactId>wstx-asl</stax.impl.artifactId>
- <stax.impl.version>3.2.6</stax.impl.version>
+ <stax.impl.version>3.2.8</stax.impl.version>
<wsdl4j.version>1.6.2</wsdl4j.version>
<xmlbeans.version>2.4.0</xmlbeans.version>
<xmlschema.version>1.4.4</xmlschema.version>
@@ -68,7 +68,7 @@
<spring.validation.mode>VALIDATION_AUTO</spring.validation.mode>
<downloadSources>true</downloadSources>
- <servicemix.version>3.2.1</servicemix.version>
+ <servicemix.version>3.2.3</servicemix.version>
</properties>
@@ -360,6 +360,11 @@
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
</dependency>
+ <dependency>
+ <groupId>com.sun.xml.fastinfoset</groupId>
+ <artifactId>FastInfoset</artifactId>
+ <version>1.2.3</version>
+ </dependency>
<dependency>
@@ -544,6 +549,12 @@
</exclusion>
</exclusions>
</dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <version>1.5.6</version>
+ </dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
@@ -820,7 +831,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>
- <version>1.5</version>
+ <version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
Modified: cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/pom.xml (original)
+++ cxf/trunk/pom.xml Wed Apr 8 21:19:19 2009
@@ -377,6 +377,16 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>2.3</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/cxf/tags</tagBase>
@@ -420,7 +430,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -448,13 +458,23 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.2-beta-3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.0</version>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>1.2</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Modified: cxf/trunk/rt/core/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/core/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/rt/core/pom.xml (original)
+++ cxf/trunk/rt/core/pom.xml Wed Apr 8 21:19:19 2009
@@ -79,7 +79,6 @@
<dependency>
<groupId>com.sun.xml.fastinfoset</groupId>
<artifactId>FastInfoset</artifactId>
- <version>1.2.2</version>
</dependency>
</dependencies>
Modified: cxf/trunk/rt/javascript/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/javascript/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/rt/javascript/pom.xml (original)
+++ cxf/trunk/rt/javascript/pom.xml Wed Apr 8 21:19:19 2009
@@ -95,7 +95,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>1.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: cxf/trunk/rt/transports/http-jetty/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http-jetty/pom.xml?rev=763400&r1=763399&r2=763400&view=diff
==============================================================================
--- cxf/trunk/rt/transports/http-jetty/pom.xml (original)
+++ cxf/trunk/rt/transports/http-jetty/pom.xml Wed Apr 8 21:19:19 2009
@@ -82,7 +82,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>1.3.1</version>
<scope>runtime</scope>
</dependency>