You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/07/05 18:39:30 UTC

[tomcat-jakartaee-migration] branch main updated: Update Apache parent to 26

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
     new 968d95a  Update Apache parent to 26
968d95a is described below

commit 968d95aa09b71062787dacceaec1415cf963623b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 5 19:39:25 2022 +0100

    Update Apache parent to 26
---
 CHANGES.md | 2 ++
 pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 7d417db..fb814c8 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -15,6 +15,8 @@
 
 - Update Apache Commons IO to 2.11.0. (markt)
 
+- Update Apache Parent to 26. (markt)
+
 ## 1.0.0
 
 - Fix [#14](https://github.com/apache/tomcat-jakartaee-migration/issues/14). Do not migrate `javax.xml.(registry|rpc)` namespaces. (mgrigorov)
diff --git a/pom.xml b/pom.xml
index bb48e30..2fef16b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>23</version>
+    <version>26</version>
   </parent>
 
   <groupId>org.apache.tomcat</groupId>


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