Sync from SUSE:SLFO:Main maven revision 161f8b54ab167c6332469e0da9d682a8
This commit is contained in:
parent
f8b1a8c9ae
commit
b55d0618a3
BIN
apache-maven-3.9.8-build.tar.xz
(Stored with Git LFS)
BIN
apache-maven-3.9.8-build.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
apache-maven-3.9.8-src.tar.gz
(Stored with Git LFS)
BIN
apache-maven-3.9.8-src.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
apache-maven-3.9.9-src.tar.gz
(Stored with Git LFS)
Normal file
BIN
apache-maven-3.9.9-src.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
apache-maven-build.tar.xz
(Stored with Git LFS)
Normal file
BIN
apache-maven-build.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 08:46:19 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to upstream version 3.9.9
|
||||
* Bug
|
||||
+ MNG-8159: Fix search for topDirectory when using -f / --file
|
||||
for Maven 3.9.x
|
||||
+ MNG-8165: Maven does not find extensions for -f when current
|
||||
dir is root
|
||||
+ MNG-8177: Warning
|
||||
"'dependencyManagement.dependencies.dependency.systemPath' for
|
||||
com.sun:tools:jar refers to a non-existing file
|
||||
C:\Temp\jdk-11.0.23\..\lib\tools.jar"
|
||||
+ MNG-8178: Profile activation based on OS properties is broken
|
||||
for "mvn site"
|
||||
+ MNG-8180: Resolver will blindly assume it is deploying a
|
||||
plugin by presence of META-INF/maven/plugins.xml in JAR
|
||||
+ MNG-8182: Missing or mismatching Trusted Checksum for some
|
||||
artifacts is not properly reported
|
||||
+ MNG-8188: [REGRESSION] Property not resolved in profile
|
||||
pluginManagement
|
||||
* Task
|
||||
+ MNG-8206: Remove Maven 2.1 (v 2.0) compatibility bits
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 08:12:47 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global homedir %{_datadir}/%{name}%{?maven_version_suffix}
|
||||
%global confdir %{_sysconfdir}/%{name}%{?maven_version_suffix}
|
||||
Name: maven
|
||||
Version: 3.9.8
|
||||
Version: 3.9.9
|
||||
Release: 0
|
||||
Summary: Java project management and project comprehension tool
|
||||
# maven itself is ASL 2.0
|
||||
@ -31,7 +31,7 @@ URL: https://maven.apache.org/
|
||||
Source0: http://archive.apache.org/dist/%{name}/%{name}-3/%{version}/source/apache-%{name}-%{version}-src.tar.gz
|
||||
Source1: maven-bash-completion
|
||||
Source2: mvn.1
|
||||
Source10: apache-%{name}-%{version}-build.tar.xz
|
||||
Source10: apache-%{name}-build.tar.xz
|
||||
Patch1: 0001-Adapt-mvn-script.patch
|
||||
# Downstream-specific, avoids dependency on logback
|
||||
Patch2: 0002-Invoke-logback-via-reflection.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user