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 3edeaceb7ea3e08b58ca33744270bda41ae04529 Author: gk <[email protected]> AuthorDate: Tue Apr 1 11:12:31 2025 +0200 Update to parent apache v34 and rat to v1.16.1, maven plugins surefire to 3.5.3, compiler 3.14.0, jxr 3.6.0, project-info 3.9.0, update changes.xml --- pom.xml | 18 +++++++++--------- src/changes/changes.xml | 15 ++++++++++----- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index ee359b3..6620516 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>33</version> + <version>34</version> <relativePath /> </parent> <groupId>org.apache.turbine</groupId> @@ -649,20 +649,20 @@ <turbine.surefire.java>${JAVA_HOME}/bin/java</turbine.surefire.java> <!-- Plugin versions (allows same value in reporting and build sections) --> - <turbine.compiler.version>3.13.0</turbine.compiler.version> - <turbine.surefire.version>3.5.0</turbine.surefire.version> - <turbine.javadoc.version>3.10.0</turbine.javadoc.version> - <turbine.rat.version>0.16</turbine.rat.version> + <turbine.compiler.version>3.14.0</turbine.compiler.version> + <turbine.surefire.version>3.5.3</turbine.surefire.version> + <turbine.javadoc.version>3.11.2</turbine.javadoc.version> + <turbine.rat.version>0.16.1</turbine.rat.version> <turbine.changes.version>2.12.1</turbine.changes.version> - <turbine.jxr.version>3.3.2</turbine.jxr.version> - <turbine.project-info.version>3.7.0</turbine.project-info.version> + <turbine.jxr.version>3.6.0</turbine.jxr.version> + <turbine.project-info.version>3.9.0</turbine.project-info.version> <!-- unused : turbine.wagon-ssh.version>3.4.3</turbine.wagon-ssh.version as in apache pom : turbine.site.version>3.9.1</turbine.site.version --> <turbine.findbugs.version>3.0.5</turbine.findbugs.version> <turbine.jacoco.version>0.8.12</turbine.jacoco.version> - <turbine.dependency.check.version>10.0.2</turbine.dependency.check.version> + <turbine.dependency.check.version>10.0.4</turbine.dependency.check.version> <!-- may replace local settings --> - <turbine.log4j2.version>2.23.1</turbine.log4j2.version> + <turbine.log4j2.version>2.24.3</turbine.log4j2.version> <jacoco.skip>false</jacoco.skip> <cobertura.skip>true</cobertura.skip> <!-- disable by default, added profile owasp, which enables it --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b279865..c09ee23 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -26,16 +26,21 @@ <body> <release version="14-SNAPSHOT" date="in version control"> <action dev="gk" type="fix" > - - site plugin use inheritance with goal attach-descriptor - </action> - <action dev="gk" type="update" > - Update deps: jdepend to 2.1, surefire to 3.5.0, project-info to 3.7.0. + - Allow only explicit activation of profile owasp. </action> + <action dev="gk" type="fix" > + - Site plugin use inheritance with goal attach-descriptor + </action> + <action dev="gk" type="update" > + Update deps: jdepend to 2.1, maven surefire to 3.5.3, compiler 3.14.0, javadoc 3.11.2, project-info to 3.9.0, jxr 3.6.0, site plugin to 3.21.0, fluido-skin to 2.1.0 (in site.xml), rat plugin 0.16.1. + Update parent: apache pom to v34 + Update log4j2 to 2.24.3 + </action> </release> <release version="13" date="2024-11-09"> <action dev="gk" type="update" > Update plugins javadoc to 3.10.0, cyclonedc to 2.8.1, enforcer to 3.5.0, maven-pmd-plugin to 3.21.0, spotbugs-maven-plugin to 4.7.3.6, maven-site-plugin to 4.0.0-M16, pmd 3.21.2, surefire to 3.2.5, rat to 0.16, jacoco to 0.8.11, - Set turbine.log4j2.version to to 2.23.1, Set required Maven version to 3.9.3 (requires Java 8), Remove(automatic) java based activation of profile javaBugsUpdate4Jacoco, removed profile for java > 12 + Set turbine.log4j2.version to 2.23.1, Set required Maven version to 3.9.3 (requires Java 8), Remove (automatic) java based activation of profile javaBugsUpdate4Jacoco, removed profile for java > 12 Update parent apache pom to v33, Remove deprecate parameter compilerVersion for compile plugin. </action> <action type="update" dev="gk">
