From cd70367d9bae48b9be421aa1e824972242c419e4534a51596591e402d3309c20 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 19 Jan 2024 21:37:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-parent?expand=0&rev=14 --- apache-parent.changes | 15 +++++++++++++++ apache-parent.spec | 3 +-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/apache-parent.changes b/apache-parent.changes index f191819..1b69baa 100644 --- a/apache-parent.changes +++ b/apache-parent.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jan 19 21:30:26 UTC 2024 - Fridrich Strba + +- 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 diff --git a/apache-parent.spec b/apache-parent.spec index 7abd38f..b921c4b 100644 --- a/apache-parent.spec +++ b/apache-parent.spec @@ -26,7 +26,6 @@ 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: 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