Author: dkulp
Date: Fri Mar 11 17:50:00 2011
New Revision: 1080700
URL: http://svn.apache.org/viewvc?rev=1080700&view=rev
Log:
Fix version numbers
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
Modified: cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml?rev=1080700&r1=1080699&r2=1080700&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml
(original)
+++ cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/pom.xml Fri
Mar 11 17:50:00 2011
@@ -90,7 +90,7 @@
<module>ws_security/interopfest/wssc</module>
<module>ws_security/interopfest/wstrust10</module>
<module>ws_security/interopfest/wssec10</module>
- <module>ws_security/interopfest/wssec11</module-->
+ <module>ws_security/interopfest/wssec11</module>
<module>ws_security/interopfest/wstrust13</module>
</modules>
<dependencyManagement>
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml?rev=1080700&r1=1080699&r2=1080700&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
(original)
+++
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssc/pom.xml
Fri Mar 11 17:50:00 2011
@@ -21,12 +21,12 @@
<groupId>org.apache.cxf.samples.interopfest</groupId>
<name>CXF Interopfest WS-SC Demo </name>
<artifactId>ws-sc</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
@@ -181,29 +181,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-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.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml?rev=1080700&r1=1080699&r2=1080700&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
(original)
+++
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec10/pom.xml
Fri Mar 11 17:50:00 2011
@@ -21,12 +21,12 @@
<groupId>org.apache.cxf.samples.interopfest</groupId>
<name>CXF Interopfest WS-SEC10 Demo</name>
<artifactId>ws-sec10</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
@@ -167,29 +167,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-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.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml?rev=1080700&r1=1080699&r2=1080700&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
(original)
+++
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wssec11/pom.xml
Fri Mar 11 17:50:00 2011
@@ -21,12 +21,12 @@
<groupId>org.apache.cxf.samples.interopfest</groupId>
<name>CXF Interopfest WS-SEC11 Demo</name>
<artifactId>ws-sec11</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
@@ -168,29 +168,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-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.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml?rev=1080700&r1=1080699&r2=1080700&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
(original)
+++
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust10/pom.xml
Fri Mar 11 17:50:00 2011
@@ -21,12 +21,12 @@
<groupId>org.apache.cxf.samples.interopfest</groupId>
<name>CXF Interopfest WS-TRUST10 Demo</name>
<artifactId>ws-trust10</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
@@ -151,29 +151,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-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.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.3.2-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified:
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml?rev=1080700&r1=1080699&r2=1080700&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
(original)
+++
cxf/branches/2.3.x-fixes/distribution/src/main/release/samples/ws_security/interopfest/wstrust13/pom.xml
Fri Mar 11 17:50:00 2011
@@ -21,12 +21,12 @@
<groupId>org.apache.cxf.samples.interopfest</groupId>
<name>CXF Interopfest WS-TRUST13 Demo</name>
<artifactId>ws-trust13</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
- <version>2.3.3</version>
+ <version>2.3.4-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
@@ -143,29 +143,29 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.4-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.3.1-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.3.4-SNAPSHOT</version>
</dependency>
</dependencies>
</project>