Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maven for openSUSE:Factory checked in at 2023-06-20 16:48:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maven (Old) and /work/SRC/openSUSE:Factory/.maven.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven" Tue Jun 20 16:48:27 2023 rev:17 rq:1093804 version:3.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/maven/maven.changes 2023-05-11 12:34:58.375141475 +0200 +++ /work/SRC/openSUSE:Factory/.maven.new.15902/maven.changes 2023-06-20 16:48:36.579452038 +0200 @@ -1,0 +2,24 @@ +Mon Jun 19 15:31:21 UTC 2023 - Fridrich Strba <[email protected]> + +- Upgrade to upstream version 3.9.2 + * Bug + + [MNG-7750] - Interpolated properties in originalModel in + an active profile. + + [MNG-7759] - java.lang.NullPointerException at org.apache + .maven.repository.internal.DefaultModelCache.newInstance + (DefaultModelCache.java:37) + * Improvement + + [MNG-7712] - Core should issue a warning if plugin depends + on maven-compat + + [MNG-7741] - Add more information when using + -Dmaven.repo.local.recordReverseTree=true + + [MNG-7754] - Improvement and extension of plugin validation + + [MNG-7767] - Tone down plugin validation report + + [MNG-7776] - don't fingerprint Sigstore signatures (like GPG) + + [MNG-7778] - Maven should print suppressed exceptions when a + mojo fails + * Task + + [MNG-7749] - Upgrade animal-sniffer from 1.21 to 1.23 + + [MNG-7774] - Maven config and command line interpolation + +------------------------------------------------------------------- Old: ---- apache-maven-3.9.1-build.tar.xz apache-maven-3.9.1-src.tar.gz New: ---- apache-maven-3.9.2-build.tar.xz apache-maven-3.9.2-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maven.spec ++++++ --- /var/tmp/diff_new_pack.2TTQWa/_old 2023-06-20 16:48:37.503457590 +0200 +++ /var/tmp/diff_new_pack.2TTQWa/_new 2023-06-20 16:48:37.507457615 +0200 @@ -20,7 +20,7 @@ %global homedir %{_datadir}/%{name}%{?maven_version_suffix} %global confdir %{_sysconfdir}/%{name}%{?maven_version_suffix} Name: maven -Version: 3.9.1 +Version: 3.9.2 Release: 0 Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 ++++++ 0001-Adapt-mvn-script.patch ++++++ --- /var/tmp/diff_new_pack.2TTQWa/_old 2023-06-20 16:48:37.523457711 +0200 +++ /var/tmp/diff_new_pack.2TTQWa/_new 2023-06-20 16:48:37.527457735 +0200 @@ -11,6 +11,15 @@ index dfa384b8e..8c03825ed 100755 --- a/apache-maven/src/bin/mvn +++ b/apache-maven/src/bin/mvn +@@ -22,7 +22,7 @@ + # + # Environment Variable Prerequisites + # +-# JAVA_HOME Must point at your Java Development Kit installation. ++# JAVA_HOME (Optional) Must point at your Java Development Kit installation. + # MAVEN_ARGS (Optional) Arguments passed to Maven before CLI arguments. + # MAVEN_OPTS (Optional) Java runtime options used when Maven is executed. + # MAVEN_SKIP_RC (Optional) Flag to disable loading of mavenrc files. @@ -38,12 +38,24 @@ if [ -z "$MAVEN_SKIP_RC" ] ; then . /etc/mavenrc fi ++++++ apache-maven-3.9.1-build.tar.xz -> apache-maven-3.9.2-build.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/common.xml new/common.xml --- old/common.xml 2023-05-02 08:57:44.360149160 +0200 +++ new/common.xml 2023-06-19 11:36:05.060231292 +0200 @@ -3,7 +3,7 @@ <project name="common" basedir="."> <property file="build.properties"/> - <property name="project.version" value="3.9.1"/> + <property name="project.version" value="3.9.2"/> <property name="project.groupId" value="org.apache.maven"/> <property name="project.organization.name" value="The Apache Software Foundation"/> ++++++ apache-maven-3.9.1-src.tar.gz -> apache-maven-3.9.2-src.tar.gz ++++++ ++++ 2939 lines of diff (skipped)
