You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2021/06/11 07:56:37 UTC

[tomcat] branch 9.0.x updated: Update version numbers

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 28acb32  Update version numbers
28acb32 is described below

commit 28acb322696cde25b1b29c532a87aa79418e0ed0
Author: remm <re...@apache.org>
AuthorDate: Fri Jun 11 09:43:36 2021 +0200

    Update version numbers
---
 modules/cxf/pom.xml        |  6 +++---
 modules/owb/pom.xml        |  6 +++---
 webapps/docs/changelog.xml | 12 +++++++++++-
 3 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index a961832..cce64cc 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>23</version>
     </parent>
 
     <groupId>org.apache.tomcat</groupId>
@@ -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.3</version>
+    <version>3.4.4</version>
     <packaging>jar</packaging>
 
     <properties>
         <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.10</johnzon.version>
+        <johnzon.version>1.2.12</johnzon.version>
     </properties>
 
     <dependencies>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 4899f13..06ae4ed 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>23</version>
     </parent>
 
     <groupId>org.apache.tomcat</groupId>
@@ -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.22</version>
+    <version>2.0.23</version>
     <packaging>jar</packaging>
 
     <properties>
         <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.45</tomcat.version>
+        <tomcat.version>9.0.46</tomcat.version>
     </properties>
 
     <dependencies>
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 0217e3c..05aea37 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -114,7 +114,17 @@
       </fix>
     </changelog>
   </subsection>
-  </section>
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update the OWB module to Apache OpenWebBeans 2.0.23. (remm)
+      </update>
+      <update>
+        Update the CXF module to Apache CXF 3.4.4. (remm)
+      </update>
+    </changelog>
+  </subsection>
+</section>
 <section name="Tomcat 9.0.48 (remm)" rtext="release in progress">
   <subsection name="Coyote">
     <changelog>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org