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 1f973f3 Update Jetty version
1f973f3 is described below
commit 1f973f3a5aa8f2c919a1d3852f1eb0eccb949bee
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Wed Feb 13 13:07:31 2019 +0100
Update Jetty version
---
distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml | 2 +-
distribution/src/main/release/samples/jax_rs/big_query/pom.xml | 2 +-
.../src/main/release/samples/jax_rs/description_openapi_v3_web/pom.xml | 2 +-
.../src/main/release/samples/jax_rs/description_swagger2_web/pom.xml | 2 +-
distribution/src/main/release/samples/jax_rs/websocket/pom.xml | 2 +-
distribution/src/main/release/samples/jax_rs/websocket_web/pom.xml | 2 +-
parent/pom.xml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml
b/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml
index 9c60622..b6da9e7 100644
--- a/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/basic_oidc/pom.xml
@@ -76,7 +76,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
- <version>9.4.12.v20180830</version>
+ <version>9.4.14.v20181114</version>
<configuration>
<webApp>
<contextPath>/${project.build.finalName}</contextPath>
diff --git a/distribution/src/main/release/samples/jax_rs/big_query/pom.xml
b/distribution/src/main/release/samples/jax_rs/big_query/pom.xml
index 10c7c4a..ff0f567 100644
--- a/distribution/src/main/release/samples/jax_rs/big_query/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/big_query/pom.xml
@@ -86,7 +86,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
- <version>9.4.12.v20180830</version>
+ <version>9.4.14.v20181114</version>
<configuration>
<webApp>
<contextPath>/${project.build.finalName}</contextPath>
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 28f05a7..8a74ea4 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
@@ -39,7 +39,7 @@ under the License.
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
- <version>9.4.12.v20180830</version>
+ <version>9.4.14.v20181114</version>
<configuration>
<webApp>
<contextPath>/</contextPath>
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 9a229d2..9c9a0fa 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
@@ -39,7 +39,7 @@ under the License.
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
- <version>9.4.12.v20180830</version>
+ <version>9.4.14.v20181114</version>
<configuration>
<webApp>
<contextPath>/</contextPath>
diff --git a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
index 617f2c6..80bbd4b 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/websocket/pom.xml
@@ -33,7 +33,7 @@
<!-- TODO remove these local entries after making the referenced
dependency managed in parent/pom.xml -->
<cxf.ahc.version>2.0.39</cxf.ahc.version>
<cxf.jetty8.version>8.1.22.v20160922</cxf.jetty8.version>
- <cxf.jetty9.version>9.4.12.v20180830</cxf.jetty9.version>
+ <cxf.jetty9.version>9.4.14.v20181114</cxf.jetty9.version>
<cxf.jetty.version>${cxf.jetty8.version}</cxf.jetty.version>
</properties>
<profiles>
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 48e37d7..2f9468d 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.jetty.version>9.4.12.v20180830</cxf.jetty.version>
+ <cxf.jetty.version>9.4.14.v20181114</cxf.jetty.version>
<cxf.tomcat.version>7.0.92</cxf.tomcat.version>
</properties>
<build>
diff --git a/parent/pom.xml b/parent/pom.xml
index b1a019a..6ace591 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,7 +128,7 @@
<cxf.joda.time.version>2.9.4</cxf.joda.time.version>
<cxf.jdom.version>1.0</cxf.jdom.version>
<cxf.jettison.version>1.4.0</cxf.jettison.version>
- <cxf.jetty9.version>9.4.12.v20180830</cxf.jetty9.version>
+ <cxf.jetty9.version>9.4.14.v20181114</cxf.jetty9.version>
<cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
<cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
<cxf.undertow.version>2.0.17.Final</cxf.undertow.version>