From 896c036fde62b1b22922e4d05f4708579d788bf8c653ded20e8009a927960a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 20 Feb 2025 09:52:41 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main maven-parent revision 81734a7ce0fd33836d89766c77905d86 --- maven-parent-40-source-release.zip | 3 --- maven-parent-43-source-release.zip | 3 +++ maven-parent.changes | 35 ++++++++++++++++++++++++++++++ maven-parent.spec | 4 +++- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 maven-parent-40-source-release.zip create mode 100644 maven-parent-43-source-release.zip diff --git a/maven-parent-40-source-release.zip b/maven-parent-40-source-release.zip deleted file mode 100644 index 15ffabd..0000000 --- a/maven-parent-40-source-release.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e70e7ee6618ce1740b5c09c6860a8617c51a1738b754063076a44f00a81dd4f -size 61162 diff --git a/maven-parent-43-source-release.zip b/maven-parent-43-source-release.zip new file mode 100644 index 0000000..951cd1e --- /dev/null +++ b/maven-parent-43-source-release.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eef96011f3674fc1720fa61c6d1d5b276e96bb8902f33b5e28df0ee7b6ea47e +size 59933 diff --git a/maven-parent.changes b/maven-parent.changes index a540568..206f8f0 100644 --- a/maven-parent.changes +++ b/maven-parent.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Tue Oct 8 06:49:27 UTC 2024 - Fridrich Strba + +- Upgrade to Apache Maven parent POM version 43 + * Breaking changes + + Remove dependency on maven-plugin-annotations to better + support Maven 4 plugins + + Remove checkstyle.violation.ignore + * Bug + + MPOM-449: Remove the leading "1." from source/target + properties + * 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 + + 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 + + Skip render empty taglist report (#193) @slawekjaranowski + + MNG-8158: Adding name to empty components section in shared + site left nav + + Introduce property for maven-shared-resources version + * 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 + + MPOM-482: Publish site descriptor with new parent + ------------------------------------------------------------------- Tue Jan 23 10:57:50 UTC 2024 - Fridrich Strba diff --git a/maven-parent.spec b/maven-parent.spec index 546b4c1..9e14a6b 100644 --- a/maven-parent.spec +++ b/maven-parent.spec @@ -17,7 +17,7 @@ Name: maven-parent -Version: 40 +Version: 43 Release: 0 Summary: Apache Maven parent POM License: Apache-2.0 @@ -45,6 +45,8 @@ Apache Maven parent POM file used by other Maven projects. %pom_remove_plugin -r :spotless-maven-plugin %pom_remove_plugin -r :maven-scm-publish-plugin +%pom_remove_dep :junit-bom + %build %install