Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cxf-3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Apr 8, 2022
1 parent df47e19 commit 8422724
Show file tree
Hide file tree
Showing 305 changed files with 486 additions and 486 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cxf-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution/javadoc/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<relativePath>../../parent</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution/manifest/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<relativePath>../../parent</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<relativePath>../parent</relativePath>
</parent>
<properties>
Expand Down
10 changes: 5 additions & 5 deletions distribution/src/main/release/samples/aegis/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-databinding-aegis</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</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
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>failover_server</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-features-clustering</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion distribution/src/main/release/samples/corba/bank/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down Expand Up @@ -268,17 +268,17 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-corba</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>

<build>
Expand Down
10 changes: 5 additions & 5 deletions distribution/src/main/release/samples/in_jvm_transport/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-coloc</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</project>
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<build>
<plugins>
Expand Down
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</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.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions distribution/src/main/release/samples/java_first_jms/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.cxf.samples</groupId>
<artifactId>cxf-samples</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</parent>
<properties>
<cxf.version>${project.version}</cxf.version>
Expand Down Expand Up @@ -101,12 +101,12 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-jms</artifactId>
<version>3.5.2-SNAPSHOT</version>
<version>3.5.2</version>
</dependency>
</dependencies>
</project>

0 comments on commit 8422724

Please sign in to comment.