#10 Update to upstream version 14
Merged 9 months ago by mizdebsk. Opened 10 months ago by mkoncek.
rpms/ mkoncek/plexus-pom rawhide  into  rawhide

file modified
+1
@@ -15,3 +15,4 @@ 

  /plexus-7.tar.gz

  /plexus-8.tar.gz

  /plexus-10.tar.gz

+ /plexus-14.tar.gz

file modified
+8 -4
@@ -1,10 +1,10 @@ 

  %bcond_with bootstrap

  

  Name:          plexus-pom

- Version:       10

- Release:       3%{?dist}

+ Version:       14

+ Release:       1%{?dist}

  Summary:       Root Plexus Projects POM

- License:       ASL 2.0

+ License:       Apache-2.0

  URL:           https://github.com/codehaus-plexus/plexus-pom

  Source0:       https://github.com/codehaus-plexus/plexus-pom/archive/plexus-%{version}.tar.gz

  Source1:       https://www.apache.org/licenses/LICENSE-2.0.txt
@@ -26,10 +26,11 @@ 

  %setup -q -n plexus-pom-plexus-%{version}

  cp -p %{SOURCE1} LICENSE

  

+ %pom_remove_dep org.junit:junit-bom

  %pom_remove_plugin :maven-site-plugin

  %pom_remove_plugin :maven-enforcer-plugin

- %pom_remove_plugin :findbugs-maven-plugin

  %pom_remove_plugin :taglist-maven-plugin

+ %pom_remove_plugin :spotless-maven-plugin

  

  %build

  %mvn_build
@@ -41,6 +42,9 @@ 

  %license LICENSE

  

  %changelog

+ * Wed Aug 16 2023 Marian Koncek <mkoncek@redhat.com> - 14-1

+ - Update to upstream version 14

+ 

  * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 10-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

  

file modified
+1 -1
@@ -1,2 +1,2 @@ 

- SHA512 (plexus-10.tar.gz) = 06abf4c50bc2a465866d6965e4c4f18c9efaceb80552588398f45304a3fc229d274f90a10d2937d310b262f0633b9dfc75eef2ae2e90dfe5472a26fc63c28690

+ SHA512 (plexus-14.tar.gz) = 6cd0aea252b9e1637a722d936b43e2005752a684847b5e2ce6a0ac9bb79d57263112ee83ec96e513319f396c04243cb41ae914bf6e277e59329a0f6209214044

  SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8

rebased onto 086a5c1

9 months ago

Pull-Request has been merged by mizdebsk

9 months ago