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 2021/12/15 08:40:49 UTC

[turbine-parent] branch master updated (e90a6fa -> c9d3f32)

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

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


    from e90a6fa  [maven-release-plugin] prepare release turbine-parent-10-candidate
     new e5bbbc0  Update to Log4j2 2.16.0
     new 527a3e9  Merge branch 'master' of https://gitbox.apache.org/repos/asf/turbine-parent
     new c9d3f32  Reset to SNAPSHOT, no release in commit e90a6fa3

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[turbine-parent] 02/03: Merge branch 'master' of https://gitbox.apache.org/repos/asf/turbine-parent

Posted by gk...@apache.org.
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

commit 527a3e9611a04dcbf97c7aff092ebbac75e79745
Merge: e5bbbc0 e90a6fa
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Dec 15 09:38:19 2021 +0100

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/turbine-parent

 pom.xml | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


[turbine-parent] 01/03: Update to Log4j2 2.16.0

Posted by gk...@apache.org.
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

commit e5bbbc0256ff31d878da0283a8fb25d20b604751
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Dec 15 09:34:04 2021 +0100

    Update to Log4j2 2.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fe9ea6c..9804528 100644
--- a/pom.xml
+++ b/pom.xml
@@ -616,7 +616,7 @@
     <turbine.jacoco.version>0.8.6</turbine.jacoco.version>
     <turbine.dependency.check.version>6.1.2</turbine.dependency.check.version>
     <!-- may replace local settings -->
-    <turbine.log4j2.version>2.15.0</turbine.log4j2.version>
+    <turbine.log4j2.version>2.16.0</turbine.log4j2.version>
     <jacoco.skip>false</jacoco.skip>
     <cobertura.skip>true</cobertura.skip>
     <!-- disable by default, added profile owasp, which enables it  -->

[turbine-parent] 03/03: Reset to SNAPSHOT, no release in commit e90a6fa3

Posted by gk...@apache.org.
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

commit c9d3f3274f205bf37cd7560545eea9392d42acb7
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Wed Dec 15 09:40:18 2021 +0100

    Reset to SNAPSHOT, no release in commit e90a6fa3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e6e8feb..b67ac97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <artifactId>turbine-parent</artifactId>
   <packaging>pom</packaging>
 
-  <version>10</version>
+  <version>10-SNAPSHOT</version>
   <name>Turbine POM</name>
   <description>
     The parent POM for the Apache Turbine and Fulcrum project.