You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/10/20 14:55:03 UTC

[turbine-parent] branch master updated: Update apache parent to v27, set tag to HEAD and update log4j2 version to 2.19.0

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new a8c7697  Update apache parent to v27, set tag to HEAD and update log4j2 version to 2.19.0
a8c7697 is described below

commit a8c76978492cb0f47d063db4f8dade4e4a847006
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Thu Oct 20 16:54:05 2022 +0200

    Update apache parent to v27, set tag to HEAD and update log4j2 version to 2.19.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b90f6c..aa3c56a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>26</version>
+    <version>27</version>
     <relativePath />
   </parent>
   <groupId>org.apache.turbine</groupId>
@@ -49,7 +49,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-parent.git</connection>
    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-parent.git</developerConnection>
    <url>https://gitbox.apache.org/repos/asf?p=turbine-parent.git</url>
-    <tag>turbine-parent-10-candidate</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <mailingLists>
@@ -642,7 +642,7 @@
     <turbine.jacoco.version>0.8.8</turbine.jacoco.version>
     <turbine.dependency.check.version>7.1.2</turbine.dependency.check.version>
     <!-- may replace local settings -->
-    <turbine.log4j2.version>2.17.2</turbine.log4j2.version>
+    <turbine.log4j2.version>2.19.0</turbine.log4j2.version>
     <jacoco.skip>false</jacoco.skip>
     <cobertura.skip>true</cobertura.skip>
     <!-- disable by default, added profile owasp, which enables it  -->