This is an automated email from the ASF dual-hosted git repository.

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit bf1b85003e89c4b3e28384f0de476cf0e5b1af12
Author: Alexey Markevich <[email protected]>
AuthorDate: Tue Oct 29 11:38:30 2019 +0300

    Update examples
---
 distribution/src/main/release/samples/java_first_jaxws/pom.xml      | 2 +-
 .../main/release/samples/jax_rs/description_openapi_v3_web/pom.xml  | 5 +----
 .../main/release/samples/jax_rs/description_swagger2_web/pom.xml    | 5 +----
 distribution/src/main/release/samples/jax_rs/sse_tomcat/README.txt  | 6 +++---
 distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml     | 2 +-
 distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml  | 5 +----
 distribution/src/main/release/samples/wsdl_first/pom.xml            | 2 +-
 7 files changed, 9 insertions(+), 18 deletions(-)

diff --git a/distribution/src/main/release/samples/java_first_jaxws/pom.xml 
b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
index 502148f..facb461 100644
--- a/distribution/src/main/release/samples/java_first_jaxws/pom.xml
+++ b/distribution/src/main/release/samples/java_first_jaxws/pom.xml
@@ -29,7 +29,7 @@
         <version>3.4.0-SNAPSHOT</version>
     </parent>
     <properties>
-        <cxf.tomcat.version>8.5.41</cxf.tomcat.version>
+        <cxf.tomcat.version>8.5.47</cxf.tomcat.version>
     </properties>
     <build>
         <plugins>
diff --git 
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
 
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
index 023345b..37d36b5 100644
--- 
a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml
@@ -56,22 +56,19 @@ under the License.
         <dependency>
             <groupId>org.webjars</groupId>
             <artifactId>swagger-ui</artifactId>
-            <version>3.23.0</version>
+            <version>3.24.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git 
a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml 
b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
index 89cb468..6b9e707 100644
--- 
a/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/description_swagger2_web/pom.xml
@@ -56,22 +56,19 @@ under the License.
         <dependency>
             <groupId>org.webjars</groupId>
             <artifactId>swagger-ui</artifactId>
-            <version>3.23.0</version>
+            <version>3.24.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-rs-service-description-swagger</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/jax_rs/sse_tomcat/README.txt 
b/distribution/src/main/release/samples/jax_rs/sse_tomcat/README.txt
index 2e4a2e3..59fcf23 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_tomcat/README.txt
+++ b/distribution/src/main/release/samples/jax_rs/sse_tomcat/README.txt
@@ -20,16 +20,16 @@ Building and running the demo using maven
 ---------------------------------------
 
 From the base directory of this sample (i.e., where this README file is
-located), the maven pom.xml file can be used to build and run the demo. 
+located), the maven pom.xml file can be used to build and run the demo.
 
 Using either UNIX or Windows:
 
   mvn install
   mvn -Pserver
 
-To remove the target dir, run mvn clean".  
+To remove the target dir, run mvn clean".
 
 Connecting to the SSE stream
 ---------------------------------------
 
-Open a web browser at: http://localhost:8686/static/index.html 
+Open a web browser at: http://localhost:8686/static/index.html
diff --git a/distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml 
b/distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml
index 93f94767..18b4ece 100644
--- a/distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/sse_tomcat/pom.xml
@@ -12,7 +12,7 @@
     </parent>
 
     <properties>
-        <cxf.tomcat.version>8.5.41</cxf.tomcat.version>
+        <cxf.tomcat.version>8.5.47</cxf.tomcat.version>
     </properties>
 
     <dependencies>
diff --git a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml 
b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
index f396c6b..082bf66 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml
@@ -31,7 +31,7 @@
     </parent>
     <properties>
         <cxf.version>${project.version}</cxf.version>
-        <cxf.tomcat.version>7.0.92</cxf.tomcat.version>
+        <cxf.tomcat.version>7.0.96</cxf.tomcat.version>
     </properties>
     <build>
         <plugins>
@@ -115,17 +115,14 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-websocket</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-            <version>3.4.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>jakarta.ws.rs</groupId>
diff --git a/distribution/src/main/release/samples/wsdl_first/pom.xml 
b/distribution/src/main/release/samples/wsdl_first/pom.xml
index 0e15261..67bc5af 100644
--- a/distribution/src/main/release/samples/wsdl_first/pom.xml
+++ b/distribution/src/main/release/samples/wsdl_first/pom.xml
@@ -51,7 +51,7 @@
                 <plugin>
                     <groupId>org.apache.tomcat.maven</groupId>
                     <artifactId>tomcat7-maven-plugin</artifactId>
-                    <version>2.1</version>
+                    <version>2.2</version>
                     <configuration>
                         <server>myTomcat</server>
                         <url>http://localhost:8080/manager/text</url>

Reply via email to