Accepting request 1140069 from Java:packages

version 31 will be needed by apache-sshd

OBS-URL: https://build.opensuse.org/request/show/1140069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-parent?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-01-22 19:31:53 +00:00 committed by Git OBS Bridge
commit 31c76ff422
7 changed files with 4535 additions and 166 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:983948d9fab381129dc1e502dce70e730d06c34202bf62b9825b1f7d462cdd18
size 24858

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABEKAB0WIQTqI9sTYNkClIHn8u/s3+o8tEk7lAUCY3LLQAAKCRDs3+o8tEk7
lDSsAJ98MoIJYBHQvUZzZ3p/2FS3aiKfOgCgtYT9Fkb4SRYDAoI1PI7xkd2Sw4A=
=NAI1
-----END PGP SIGNATURE-----

BIN
apache-31-source-release.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJLBAABCgA1FiEEhHidJN93oyQzzh8HnrgOkushNbEFAmVMCF8XHHNqYXJhbm93
c2tpQGFwYWNoZS5vcmcACgkQnrgOkushNbGPpBAA06EJJRdipDWqp0M+JZ7YBbMX
JiMU9jR42QlrZzsjwFHAgwSraImHJGPtMchBYgvPId+Zrpz/0V4bEEdwo8AB0Ibw
FS41RqpOIxoe6u7xbO2jEcjhx3ZORRt+/zyEZYip+92Ym8uaLEMcg4Lb0E/qTMqK
tIpBz5qxZxJhWZJWkABriDtZRMcMQhoahnNo0OsP4Rsdg15pUX+GAEzlpybuqauJ
0y/xHAWn23AGUmdStYS1JY6XGm0a1Y2KX5/eEh4gpk+oRICt11oUYQoLIR5IUbrx
ty8XFxcWba2uHO5x0FPinlqc5Qv6zx1UgmSbSYNvdIcH1/qC0auPMWZOgyUGWn3q
YOwWrIAS8mvjIXop9Oxj7RQ8LlUNu3HsL7FVyM1VlaJBz/oKiuvVFW4AIadxkNCQ
a2+LG5hUlXm/TSjk5C8125uzS3eVyTm+hbGPa701GafAf30jz0LeyJ2mYoLQrmEg
IMnSYGm1CYiD1HaltjiCCROkMUYEATHT4hpi9OwaHCxuvwy8eRii6AzcmRJi+VjA
gVA6hPXVPXthZJ0Cr04fwMMYkUJ4Lc39cLymmOynIKvooHHnS/hfFUU5QVSCHdNM
LujIYs4JUl+4f17GX089XM2UE6BopXvp+i4QYRlK7LjvSoL8eIkUIxUNpTwM3yPu
/AZBL5lG9zXUvCkv7hA=
=TAKZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jan 19 21:30:26 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- update to 31:
* New Feature
+ MPOM-440: Add maven-checkstyle-plugin to pluginManagement
* Improvement
+ MPOM-399: Set minimalMavenBuildVersion to 3.6.3 - the minimum
used by plugins
+ MPOM-378: Using an SPDX identifier as the license name is
recommended by Maven
+ MPOM-289: Use properties to define the versions of plugins
* Bug
+ MPOM-386: update documentation for previous changes
-------------------------------------------------------------------
Mon Dec 5 10:36:50 UTC 2022 - Dirk Müller <dmueller@suse.com>

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package apache-parent
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: apache-parent
Version: 28
Version: 31
Release: 0
Summary: Parent POM file for Apache projects
License: Apache-2.0
@ -25,8 +25,7 @@ Group: Development/Libraries/Java
URL: https://github.com/apache/maven-apache-parent
Source0: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip
Source1: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip.asc
Source2: apache-parent.keyring
Source2: https://downloads.apache.org/maven/KEYS#/%{name}.keyring
BuildRequires: javapackages-local
BuildRequires: unzip
BuildArch: noarch
@ -43,7 +42,7 @@ This package contains the parent pom file for apache projects.
%install
# pom
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -dm 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom