#4 update to version 6.2
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

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

  /plexus-5.0.tar.gz

  /plexus-5.1.tar.gz

  /plexus-6.1.tar.gz

+ /plexus-6.2.tar.gz

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

  Name:          plexus-pom

- Version:       6.1

+ Version:       6.2

  Release:       1%{?dist}

  Summary:       Root Plexus Projects POM

  License:       ASL 2.0
@@ -11,6 +11,7 @@

  BuildArch:     noarch

  

  BuildRequires: maven-local

+ BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)

  

  %description

  The Plexus project provides a full software stack for creating and
@@ -23,7 +24,6 @@

  # * require: org.codehaus.plexus plexus-stylus-skin 1.0

  # org.apache.maven.wagon wagon-webdav-jackrabbit 1.0

  

- %pom_remove_plugin :maven-enforcer-plugin

  %pom_remove_plugin :maven-site-plugin

  

  %pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
@@ -41,6 +41,9 @@

  %license LICENSE

  

  %changelog

+ * Mon Mar 02 2020 Fabio Valentini <decathorpe@gmail.com> - 6.2-1

+ - Update to version 6.2.

+ 

  * Thu Feb 13 2020 Fabio Valentini <decathorpe@gmail.com> - 6.1-1

  - Update to version 6.1.

  

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

- SHA512 (plexus-6.1.tar.gz) = ce4f38b7e9569889aea8572e4124c34fe2265ae7b07977dfd8b127580be7ff56216bcce2e2f1414950d939439b77c1cc286733da5c22f9887faeee97428305f5

+ SHA512 (plexus-6.2.tar.gz) = 224fd0edbd8928eaebd5914bf3ae1d19d8bed2dc8705c2ce51cbf058f5de6a13df97c51ecf73021860b91c17d12c0beb4a855f46db8acabdb2bb3f63f1736387

  SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8

  • update to latest version (6.1 → 6.2)
  • reintroduce maven-enforcer plugin dropped with 6.1 update (problem got fixed upstream)

Test rebuilds of dependent packages are running in COPR:
https://copr.fedorainfracloud.org/coprs/decathorpe/plexus-pom-6.2-pr/

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1782296

Test rebuilds were successful (all green).

This looks straight forward rebase. LGTM!

Pull-Request has been merged by decathorpe

4 years ago