Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cxf-2.6.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cxf/trunk@1344315 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dkulp committed May 30, 2012
1 parent 32eb127 commit e4bdb9d
Show file tree
Hide file tree
Showing 167 changed files with 489 additions and 493 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<packaging>jar</packaging>
<name>Apache CXF API</name>
<description>Apache CXF API</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<url>http://cxf.apache.org</url>

<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common</artifactId>
<packaging>pom</packaging>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<name>Apache CXF Common</name>
<description>Apache CXF Common</description>
<url>http://cxf.apache.org</url>

<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions common/wstx-msv-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-wstx-msv-validation</artifactId>
<packaging>jar</packaging>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<name>Apache CXF Woodstox/MSV Schema Validation</name>
<description>Apache CXF Woodstox/MSV Schema Validation</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions common/xerces-xsd-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xerces-xsd-validation</artifactId>
<packaging>jar</packaging>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<name>Apache CXF XML Schema Validation with Xerces</name>
<description>Apache CXF XML Schema Validation with Xerces</description>
<url>http://cxf.apache.org</url>
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions distribution/manifest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<packaging>jar</packaging>
<name>Apache CXF Manifest Jar</name>
<description>Apache CXF Manifest Jar</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<url>http://cxf.apache.org</url>

<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<relativePath>../../parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<packaging>pom</packaging>
<name>Apache CXF Distribution</name>
<description>Apache CXF Distribution</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<url>http://cxf.apache.org</url>

<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions distribution/src/main/release/samples/aegis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<artifactId>aegis</artifactId>
<name>CXF sample using code first POJO's and the Aegis Binding</name>
<description>CXF sample using code first POJO's and the Aegis Binding</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>

<properties>
Expand Down Expand Up @@ -111,24 +111,24 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<!-- The server example in here launches the embedded jetty. Not needed
if you deploy a WAR. -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<artifactId>aegis-standalone</artifactId>
<name>CXF sample using the Aegis Binding without any webservice</name>
<description>CXF sample using the Aegis Binding without any webservice</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>net.java.dev.stax-utils</groupId>
Expand Down
10 changes: 5 additions & 5 deletions distribution/src/main/release/samples/callback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<artifactId>callback</artifactId>
<name>CXF sample using a callbak object</name>
<description>CXF sample using a callbak object</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -166,17 +166,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<artifactId>configuration_interceptor</artifactId>
<name>CXF Sample of Stream GZIP Interceptor</name>
<description>CXF Sample of Stream GZIP Interceptor</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -147,22 +147,22 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions distribution/src/main/release/samples/corba/bank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

<name>Bank sample using JAX-WS API's to talk via CORBA/IIOP</name>
<description>Bank sample using JAX-WS API's to talk via CORBA/IIOP</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -132,17 +132,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

<name>Bank sample using JAX-WS API's to talk via CORBA/IIOP</name>
<description>Bank sample using JAX-WS API's to talk via CORBA/IIOP</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -208,17 +208,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
10 changes: 5 additions & 5 deletions distribution/src/main/release/samples/corba/hello_world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

<name>hello-world sample using JAX-WS API's to talk via CORBA/IIOP</name>
<description>hello-world sample using JAX-WS API's to talk via CORBA/IIOP</description>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -253,17 +253,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1-SNAPSHOT</version>
<version>2.6.1</version>

<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -111,18 +111,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>2.6.1-SNAPSHOT</version>
<version>2.6.1</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.6.1-SNAPSHOT</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
Loading

0 comments on commit e4bdb9d

Please sign in to comment.