This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 815f723 Update version numbers
815f723 is described below
commit 815f7239f835f860c546705f37960820dda55bdb
Author: remm <[email protected]>
AuthorDate: Wed Nov 18 12:11:11 2020 +0100
Update version numbers
Some cleanups.
---
modules/cxf/pom.xml | 7 ++++---
modules/owb/pom.xml | 10 +++++-----
webapps/docs/changelog.xml | 10 ++++++++++
3 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 84aec80..fe8e5d7 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -29,14 +29,14 @@
<name>Apache CXF for Apache Tomcat CDI</name>
<description>Apache CXF packaged for Apache Tomcat CDI</description>
<!-- This is the Apache CXF version -->
- <version>3.4.0</version>
+ <version>3.4.1</version>
<packaging>jar</packaging>
<properties>
- <geronimo-jcdi.version>1.0.1</geronimo-jcdi.version>
+ <geronimo-jcdi.version>1.3</geronimo-jcdi.version>
<javax.json-api.version>1.1.4</javax.json-api.version>
<javax.json.bind-api.version>1.0</javax.json.bind-api.version>
- <johnzon.version>1.2.4</johnzon.version>
+ <johnzon.version>1.2.8</johnzon.version>
</properties>
<dependencies>
@@ -132,6 +132,7 @@
<exclude>jakarta.inject:*</exclude>
<exclude>jakarta.interceptor:*</exclude>
<!--
Exclude other unneeded dependencies -->
+
<exclude>org.apache.geronimo.specs:geronimo-jta_1.1_spec</exclude>
<exclude>org.apache.ant:*</exclude>
<exclude>org.codehaus.woodstox:*</exclude>
<exclude>org.glassfish.jaxb:*</exclude>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index f9bc4f8..c0a2445 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -29,14 +29,14 @@
<name>Apache Tomcat CDI 2 support</name>
<description>Apache Tomcat CDI 2 support using Apache
OpenWebBeans</description>
<!-- This is the Apache OpenWebBeans version -->
- <version>2.0.18</version>
+ <version>2.0.20</version>
<packaging>jar</packaging>
<properties>
- <geronimo-atinject.version>1.0</geronimo-atinject.version>
- <geronimo-interceptor.version>1.0</geronimo-interceptor.version>
- <geronimo-jcdi.version>1.0.1</geronimo-jcdi.version>
- <tomcat.version>9.0.38</tomcat.version>
+ <geronimo-atinject.version>1.2</geronimo-atinject.version>
+ <geronimo-interceptor.version>1.2</geronimo-interceptor.version>
+ <geronimo-jcdi.version>1.3</geronimo-jcdi.version>
+ <tomcat.version>9.0.40</tomcat.version>
</properties>
<dependencies>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5bb8743..7de3087 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -45,6 +45,16 @@
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 9.0.41 (markt)" rtext="in development">
+ <subsection name="Other">
+ <changelog>
+ <update>
+ Update the OWB module to Apache OpenWebBeans 2.0.20. (remm)
+ </update>
+ <update>
+ Update the CXF module to Apache CXF 3.4.1. (remm)
+ </update>
+ </changelog>
+ </subsection>
</section>
<section name="Tomcat 9.0.40 (markt)" rtext="release in progress">
<subsection name="Catalina">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]