Author: ningjiang
Date: Thu Sep 22 09:20:48 2011
New Revision: 1174013
URL: http://svn.apache.org/viewvc?rev=1174013&view=rev
Log:
CXF-3817 Fixed the version issue of new added pom.xml
Modified:
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/groovy_spring_support/pom.xml
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ruby_spring_support/pom.xml
Modified:
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/groovy_spring_support/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/groovy_spring_support/pom.xml?rev=1174013&r1=1174012&r2=1174013&view=diff
==============================================================================
---
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/groovy_spring_support/pom.xml
(original)
+++
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/groovy_spring_support/pom.xml
Thu Sep 22 09:20:48 2011
@@ -23,12 +23,12 @@
<packaging>war</packaging>
<name>Spring HTTP Servlet demo with groovy support</name>
<description>Spring HTTP Servlet demo with groovy support</description>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -129,18 +129,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Modified:
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ruby_spring_support/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ruby_spring_support/pom.xml?rev=1174013&r1=1174012&r2=1174013&view=diff
==============================================================================
---
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ruby_spring_support/pom.xml
(original)
+++
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/ruby_spring_support/pom.xml
Thu Sep 22 09:20:48 2011
@@ -23,12 +23,12 @@
<packaging>war</packaging>
<name>Spring HTTP Servlet demo with ruby support</name>
<description>Spring HTTP Servlet demo with ruby support</description>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
@@ -128,18 +128,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
</dependency>
<!-- Jetty is needed if you're using the CXFServlet -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.4.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jruby</groupId>