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 70d87dd  Update jpedend to v2.1 (although still with issue, cft. 
github.com/mojohaus/jdepend-maven-plugin/issues/43, update changes.xml
70d87dd is described below

commit 70d87dd8c77aef8bc18604f2a86e417750549ec7
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Oct 11 12:11:50 2024 +0200

    Update jpedend to v2.1 (although still with issue, cft. 
github.com/mojohaus/jdepend-maven-plugin/issues/43, update changes.xml
---
 pom.xml                 | 11 +++++------
 src/changes/changes.xml | 18 ++++++++++++++++++
 2 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index fb0faeb..2113b41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,14 +131,14 @@
             <!-- don't deploy site with maven-site-plugin -->
             <skipDeploy>true</skipDeploy>
           </configuration>
-           <executions>
+          <executions>
                 <execution>
                   <id>inherit-parent-site</id>
                   <goals>
                     <goal>attach-descriptor</goal>
                   </goals>
                 </execution>
-              </executions>
+           </executions>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -400,12 +400,11 @@
         <artifactId>jacoco-maven-plugin</artifactId>
         <version>${turbine.jacoco.version}</version>
       </plugin>
-      <!-- 2024: wait for 2.1 as java above 7 is mot supported and breaks 
generation, it's removed from common-parents also. -->
-      <!--plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jdepend-maven-plugin</artifactId>
-        <version>2.0</version>
-      </plugin-->
+        <version>2.1</version>
+      </plugin>
       <plugin>
         <!-- check the Apache Licence in all source files -->
         <groupId>org.apache.rat</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5407a29..b279865 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,24 @@
   </properties>
 
   <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.
+        </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
+         Update parent apache pom to v33, Remove deprecate parameter 
compilerVersion for compile plugin.
+        </action>
+        <action type="update" dev="gk">
+        Java 17 minimum
+      </action> 
+  </release>
     <release version="12" date="in version control">
        <action dev="gk" type="fix" date="2022-09-09">
          -  Update deps: javcadoc to 3.4.1, compiler to 3.10.1, rat plugin to 
0.14, project-ifno plugin to 3.2.2, jacoco to 2.17.2, log4j2 to 2.17.2 and 
parent to apache v.26.

Reply via email to