Skip to content

Commit

Permalink
Update jpedend to v2.1 (although still with issue, cft. github.com/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkll committed Oct 11, 2024
1 parent ee94926 commit 70d87dd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
18 changes: 18 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 70d87dd

Please sign in to comment.