Skip to content

Releases: apache/maven-parent

43

09 Jul 17:27
maven-parent-43
d061f7f
Compare
Choose a tag to compare

💥 Breaking changes

🚀 New features and improvements

📦 Dependency updates

  • Bump ASF parent to 33 (#195) @slawekjaranowski
  • Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 (#192) @dependabot
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 (#186) @dependabot
  • Bump org.apache.maven.shared:maven-shared-resources from 5 to 6 (#187) @dependabot
  • Upgrade to Maven Fluido Skin 1.12.0 (#191) @michael-o
  • Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (#189) @dependabot
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 (#185) @dependabot
  • Bump version.sisu-maven-plugin from 0.9.0.M2 to 0.9.0.M3 (#184) @dependabot
  • Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (#181) @dependabot
  • Bump org.codehaus.modello:modello-maven-plugin from 2.3.0 to 2.4.0 (#179) @dependabot
  • Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 (#178) @dependabot
  • Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.1.0 to 3.2.0 (#176) @dependabot

👻 Maintenance

🔧 Build

42

16 Apr 20:00
maven-parent-42
504bb6d
Compare
Choose a tag to compare
42

Bug

  • [MPOM-449] - Remove the leading "1." from source/target properties

Improvement

  • [MPOM-447] - activate javac's release flag when building with JDK supporting that feature
  • [MPOM-453] - Disable annotation processing by compiler
  • [MPOM-454] - Warning about usage of deprecated API by compiler
  • [MPOM-477] - Skip empty PMD reports
  • [MPOM-478] - Remove manually maintained history from site
  • [MPOM-483] - Make a separate module for documentation

Task

  • [MPOM-482] - Publish site descriptor with new parent

Dependency upgrade

  • [MPOM-448] - Update spotless-maven-plugin from 2.40.0 to 2.41.1
  • [MPOM-455] - Add dependencyManagement for JUnit 5
  • [MPOM-459] - Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2
  • [MPOM-464] - Bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to 2.43.0
  • [MPOM-473] - Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11
  • [MPOM-474] - Bump org.codehaus.mojo:extra-enforcer-rules from 1.7.0 to 1.8.0
  • [MPOM-485] - Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
  • [MPOM-487] - Bump parent to 32

41

12 Nov 11:09
maven-parent-41
7af26aa
Compare
Choose a tag to compare
41

Improvement

  • [MPOM-426] - downgrade plexus-xml to 3.0.0: 4.0.0 is incompatible with Maven 3
  • [MPOM-429] - Support development with Java 21 (palantirJavaFormat)
  • [MPOM-443] - Skip empty surefire reports

Task

  • [MPOM-427] - use version.artifactId property for dependency versions (like plugins)
  • [MPOM-436] - Remove quality-checks profile with maven-docck-plugin
  • [MPOM-445] - Use maven-checkstyle-plugin version from parent

Dependency upgrade

  • [MPOM-425] - Bump com.diffplug.spotless:spotless-maven-plugin from 2.37.0 to 2.40.0
  • [MPOM-441] - Bump maven-jxr-plugin from 3.3.0 to 3.3.1
  • [MPOM-442] - Bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.9 to 2.7.10
  • [MPOM-444] - Bump maven-pmd-plugin from 3.21.0 to 3.21.2
  • [MPOM-446] - Upgrade Parent to 31

40

15 Jun 21:09
maven-parent-40
253b595
Compare
Choose a tag to compare
40

New Feature

Improvement

  • [MPOM-397] - Don not run ITs during release
  • [MPOM-422] - Bump modello from 2.1.1 to 2.1.2

Task

  • [MPOM-200] - remove Apache Resource Bundles parent POM
  • [MPOM-415] - Use surefire/failsafe version from ASF parent

Dependency upgrade

  • [MPOM-390] - Upgrade to Maven Fluido Skin 1.11.2
  • [MPOM-391] - Upgrade to Maven Surefire 3.0.0-M8
  • [MPOM-392] - Upgrade to Maven Checkstyle Plugin 3.2.1
  • [MPOM-393] - Upgrade to Maven PMD Plugin 3.21.0
  • [MPOM-412] - Bump maven-enforcer-plugin to 3.3.0 and extra-enforcer-rules from 1.6.1 to 1.7.0
  • [MPOM-413] - Bump plexus-utils from 3.5.1 to 4.0.0 and add plexus-xml 4.0.0
  • [MPOM-414] - Bump spotless-maven-plugin from 2.28.0 to 2.37.0
  • [MPOM-420] - Bump maven-checkstyle-plugin from 3.2.1 to 3.3.0
  • [MPOM-421] - Bump sisu from 0.3.5 to 0.9.0.M2
  • [MPOM-424] - Upgrade Parent to 30

39

14 Dec 23:30
maven-parent-39
bc3b353
Compare
Choose a tag to compare
39

Bug

  • [MPOM-371] - Fix checkstyle configuration
  • [MPOM-376] - Spotless importOrder should be taken into consideration

Improvement

  • [MPOM-370] - Document "format" profile
  • [MPOM-373] - Execute spotless before rat
  • [MPOM-377] - Add space before close empty elements in poms
  • [MPOM-384] - Allow to override streamLogsOnFailures parameter for m-invoker-p

Dependency upgrade

  • [MPOM-379] - Bump spotless-maven-plugin from 2.27.1 to 2.28.0
  • [MPOM-385] - Upgrade Parent to 29

38

22 Nov 12:39
Compare
Choose a tag to compare
38

Improvement

  • [MPOM-340] - Remove test-javadoc reports
  • [MPOM-353] - Use standard value for ignoreFailures at m-invoker-p
  • [MPOM-357] - Execute checkstyle after enforcer

Task

  • [MPOM-349] - Enable spotless for autoformatting
  • [MPOM-350] - Raise JDK requirement to 1.8
  • [MPOM-352] - Remove managed dependency on deprecated plexus-component-annotations

Dependency upgrade

  • [MPOM-341] - Bump extra-enforcer-rules from 1.6.0 to 1.6.1
  • [MPOM-343] - Upgrade Maven Checkstyle Plugin to 3.2.0
  • [MPOM-348] - Remove configuration for Maven Changes Plugin
  • [MPOM-351] - Upgrade plexus-utils to 3.5.0
  • [MPOM-355] - Bump maven-pmd-plugin from 3.17.0 to 3.19.0
  • [MPOM-356] - Bump maven-jxr-plugin from 3.2.0 to 3.3.0

37

23 Jul 21:11
aff1eef
Compare
Choose a tag to compare
37

What's Changed

Full Changelog: maven-parent-36...maven-parent-37

36

21 Apr 22:35
46af4d6
Compare
Choose a tag to compare
36

What's Changed

New Contributors

Full Changelog: maven-parent-35...maven-parent-36

35

21 Apr 22:34
Compare
Choose a tag to compare
35

What's Changed

New Contributors

Full Changelog: maven-parent-34...maven-parent-35

34

27 Feb 22:23
Compare
Choose a tag to compare
34

What's Changed

New Contributors

Full Changelog: https://github.com/apache/maven-parent/commits/maven-parent-34