Author: dandiep
Date: Sun Jul 29 11:28:52 2007
New Revision: 560776
URL: http://svn.apache.org/viewvc?view=rev&rev=560776
Log:
Update JRA, Jettison, and Shade plugin versions.
Modified:
incubator/cxf/trunk/distribution/bundle/pom.xml
incubator/cxf/trunk/distribution/pom.xml
incubator/cxf/trunk/rt/bindings/http/pom.xml
incubator/cxf/trunk/systests/pom.xml
Modified: incubator/cxf/trunk/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/bundle/pom.xml?view=diff&rev=560776&r1=560775&r2=560776
==============================================================================
--- incubator/cxf/trunk/distribution/bundle/pom.xml (original)
+++ incubator/cxf/trunk/distribution/bundle/pom.xml Sun Jul 29 11:28:52 2007
@@ -258,7 +258,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>shade-maven-plugin</artifactId>
- <version>1.0-alpha-8</version>
+ <version>1.0-alpha-10</version>
<executions>
<execution>
<phase>package</phase>
Modified: incubator/cxf/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?view=diff&rev=560776&r1=560775&r2=560776
==============================================================================
--- incubator/cxf/trunk/distribution/pom.xml (original)
+++ incubator/cxf/trunk/distribution/pom.xml Sun Jul 29 11:28:52 2007
@@ -214,7 +214,7 @@
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
- <version>1.0-RC1</version>
+ <version>1.0-RC2</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
Modified: incubator/cxf/trunk/rt/bindings/http/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/http/pom.xml?view=diff&rev=560776&r1=560775&r2=560776
==============================================================================
--- incubator/cxf/trunk/rt/bindings/http/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/http/pom.xml Sun Jul 29 11:28:52 2007
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.codehaus.jra</groupId>
<artifactId>jra</artifactId>
- <version>1.0-alpha-4-SNAPSHOT</version>
+ <version>1.0-alpha-4</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
@@ -129,17 +129,6 @@
</plugin>
</plugins>
</build>
-
- <repositories>
- <repository>
- <id>codehaus.org</id>
- <name>Codehaus Snapshot Repository</name>
- <url>http://snapshots.repository.codehaus.org/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/cxf/trunk/rt/bindings/http</connection>
Modified: incubator/cxf/trunk/systests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=diff&rev=560776&r1=560775&r2=560776
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Sun Jul 29 11:28:52 2007
@@ -379,7 +379,7 @@
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
- <version>1.0-RC1</version>
+ <version>1.0-RC2</version>
<scope>test</scope>
</dependency>
<dependency>