You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/03/29 17:59:47 UTC

[cxf] branch master updated: Update Swagger UI to 3.25.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 12e20a5  Update Swagger UI to 3.25.0
12e20a5 is described below

commit 12e20a5147f57dde28c1cfb08acbf1ccd8ba3402
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Sun Mar 29 19:59:22 2020 +0200

    Update Swagger UI to 3.25.0
---
 .../main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt  | 2 +-
 .../main/release/samples/jax_rs/description_swagger2_osgi/README.txt    | 2 +-
 distribution/src/main/release/samples/pom.xml                           | 2 +-
 parent/pom.xml                                                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt
index a557f78..38e5af2 100644
--- a/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt
+++ b/distribution/src/main/release/samples/jax_rs/description_openapi_v3_osgi/README.txt
@@ -48,7 +48,7 @@ for this demo bundle.
 
 Optionally, you could install Swagger UI into Karaf OSGi container:
 
-  install -s mvn:org.webjars/swagger-ui/3.24.3
+  install -s mvn:org.webjars/swagger-ui/3.25.0
 
 Install this demo bundle (using the appropriate bundle version number)
   
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
index 0f37447..8c074a8 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
@@ -48,7 +48,7 @@ for this demo bundle.
 
 Optionally, you could install Swagger UI into Karaf OSGi container:
 
-  install -s mvn:org.webjars/swagger-ui/3.24.3
+  install -s mvn:org.webjars/swagger-ui/3.25.0
 
 Install this demo bundle (using the appropriate bundle version number)
   
diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 9fa9a1e..57c188c 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -34,7 +34,7 @@
         <spring.cloud.eureka.version>2.2.1.RELEASE</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.27.v20200227</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.8</cxf.httpcomponents.client.version>
-        <cxf.swagger.ui.version>3.24.3</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>3.25.0</cxf.swagger.ui.version>
         <cxf.tika.version>1.24</cxf.tika.version>
     </properties>
     <dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index e20d8e2..04b8171 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -201,7 +201,7 @@
         <cxf.spring.security.version>5.3.0.RELEASE</cxf.spring.security.version>
         <cxf.spring.version>5.2.5.RELEASE</cxf.spring.version>
         <cxf.stax-ex.version>1.7.6</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>3.24.3</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>3.25.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.1.1</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.0</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>