From 7096c6fd140b45c75bb1cd54a95a09af2e04b4dbcdf220b922928fc22808be2e Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 11 Jun 2024 15:07:43 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven?expand=0&rev=97 --- apache-maven-3.9.6-build.tar.xz | 3 --- apache-maven-3.9.6-src.tar.gz | 3 --- apache-maven-3.9.7-build.tar.xz | 3 +++ apache-maven-3.9.7-src.tar.gz | 3 +++ maven.spec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 apache-maven-3.9.6-build.tar.xz delete mode 100644 apache-maven-3.9.6-src.tar.gz create mode 100644 apache-maven-3.9.7-build.tar.xz create mode 100644 apache-maven-3.9.7-src.tar.gz diff --git a/apache-maven-3.9.6-build.tar.xz b/apache-maven-3.9.6-build.tar.xz deleted file mode 100644 index 14da9b7..0000000 --- a/apache-maven-3.9.6-build.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa3896059314acc059579b0d921680c51440eb233e6301882a28abf881186ee0 -size 5136 diff --git a/apache-maven-3.9.6-src.tar.gz b/apache-maven-3.9.6-src.tar.gz deleted file mode 100644 index 9040ebc..0000000 --- a/apache-maven-3.9.6-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:817d8fbfc1f4d91712bfb1ff839a603f9873c4125e89151ae52b56f72ee8043e -size 2796240 diff --git a/apache-maven-3.9.7-build.tar.xz b/apache-maven-3.9.7-build.tar.xz new file mode 100644 index 0000000..934aab8 --- /dev/null +++ b/apache-maven-3.9.7-build.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5b66ed0a921ad8c0eed50ab508a2e3f5a2eaee667d4e91f002321e59fb85c7 +size 5284 diff --git a/apache-maven-3.9.7-src.tar.gz b/apache-maven-3.9.7-src.tar.gz new file mode 100644 index 0000000..2f830e0 --- /dev/null +++ b/apache-maven-3.9.7-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469580a1f25b998f294a07391412f4ec6eefdd05c328c0068f44588e438e702d +size 2713480 diff --git a/maven.spec b/maven.spec index f5c49f7..08c821e 100644 --- a/maven.spec +++ b/maven.spec @@ -20,7 +20,7 @@ %global homedir %{_datadir}/%{name}%{?maven_version_suffix} %global confdir %{_sysconfdir}/%{name}%{?maven_version_suffix} Name: maven -Version: 3.9.6 +Version: 3.9.7 Release: 0 Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 From f0739344083a64a6ad9d2d9c1d36136961c790c32cd770e891fd0afa15f5a683 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 11 Jun 2024 15:27:36 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven?expand=0&rev=98 --- maven.changes | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/maven.changes b/maven.changes index 1ca4b0d..189135d 100644 --- a/maven.changes +++ b/maven.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Tue Jun 11 15:23:33 UTC 2024 - Fridrich Strba + +- Upgrade to upstream version 3.9.7 + * Bug + + MNG-8106: Maven Metadata corruption if repository directory + role overlaps + + MNG-8121: NullPointerException at + org.apache.maven.artifact.repository.metadata.Metadata.merge + (Metadata.java:293) + * New Feature + + MNG-5726: Update OS Activation To Allow Wildcards In OS + Version + + MNG-8030: Backport: Add ability to ignore dependency + repositories: mvn -itr + * Improvement + + MNG-8019: Streamline update policy of + pluginRepository/repository of Maven Central in Super POM + + MNG-8029: improve documentation of mirror in settings + + MNG-8031: Backport: Make Maven transfer listener used with + Resolver more concurrent friendly + + MNG-8081: default profile activation should consider available + system and user properties + + MNG-8085: swtich from png+imagemap to svg + + MNG-8117: Improve prerequisite evaluation and plugin version + selection logging + * Task + + MNG-7309: Remove redundant MojoDescriptor parameterMap + + MNG-8011: Minimize and make generic the README.txt + + MNG-8055: Investigate possible solutions for build number + diffs on deploy + * Dependency upgrade + + MNG-8094: Resolver 1.9.19 + + MNG-8100: Upgrade default plugin bindings + + MNG-8101: Upgrade Parent to 42 + + MNG-8109: Resolver 1.9.20 + + MNG-8115: Upgrade minimal set of dependencies + + MNG-8125: (build) Bump buildhelper-maven-plugin to 3.6.0 (was + 3.4.0) + + MNG-8126: Bump logback classic to 1.2.13 (was 1.2.12) + + MNG-8127: Bump guava to 33.2.0-jre + ------------------------------------------------------------------- Mon Jun 10 13:58:23 UTC 2024 - Fridrich Strba @@ -18,7 +60,6 @@ Wed Feb 21 15:10:43 UTC 2024 - Fridrich Strba Tue Jan 30 07:13:33 UTC 2024 - Fridrich Strba - Upgrade tu upstream version 3.9.6 - * Bug + MNG-7851: Error message when modelVersion is 4.0 is confusing * Improvement