Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cxf-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Aug 8, 2019
1 parent 9e71376 commit c7806cb
Show file tree
Hide file tree
Showing 288 changed files with 505 additions and 505 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution/javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../../parent</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution/manifest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../../parent</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../parent</relativePath>
</parent>
<properties>
Expand Down
10 changes: 5 additions & 5 deletions distribution/src/main/release/samples/aegis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -88,24 +88,24 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</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>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>net.java.dev.stax-utils</groupId>
Expand Down
8 changes: 4 additions & 4 deletions distribution/src/main/release/samples/callback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -117,17 +117,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down Expand Up @@ -59,19 +59,19 @@ under the License.
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>failover_server</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-clustering</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../..</relativePath>
</parent>

Expand Down Expand Up @@ -58,22 +58,22 @@ under the License.
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -118,17 +118,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions distribution/src/main/release/samples/corba/bank/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -117,17 +117,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -224,17 +224,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -269,17 +269,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</parent>

<build>
Expand Down
10 changes: 5 additions & 5 deletions distribution/src/main/release/samples/in_jvm_transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -87,23 +87,23 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</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>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-coloc</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</parent>
<properties>
<cxf.tomcat.version>8.5.41</cxf.tomcat.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -82,18 +82,18 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</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>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit c7806cb

Please sign in to comment.