update to version 3.2.0
This commit is contained in:
parent
365897516d
commit
121f0add1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/plexus-io-2.7.1.tar.gz
|
||||
/plexus-io-3.0.0.tar.gz
|
||||
/plexus-io-3.1.1.tar.gz
|
||||
/plexus-io-3.2.0.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: plexus-io
|
||||
Summary: Plexus IO Components
|
||||
Version: 3.1.1
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
@ -15,7 +15,7 @@ BuildRequires: mvn(com.google.code.findbugs:jsr305)
|
||||
BuildRequires: mvn(commons-io:commons-io)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) >= 3.3.0
|
||||
|
||||
%description
|
||||
Plexus IO is a set of plexus components, which are designed for use
|
||||
@ -30,6 +30,7 @@ API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n plexus-io-plexus-io-%{version}
|
||||
|
||||
cp %{SOURCE1} .
|
||||
|
||||
%pom_remove_plugin :animal-sniffer-maven-plugin
|
||||
@ -56,6 +57,9 @@ cp %{SOURCE1} .
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 16 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
|
||||
- Update to version 3.2.0.
|
||||
|
||||
* Mon Jul 29 2019 Fabio Valentini <decathorpe@gmail.com> - 3.1.1-1
|
||||
- Update to version 3.1.1.
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (plexus-io-3.1.1.tar.gz) = 14a3c09d9e5f3218a481de56981701cd8ce56090855ba5c909f00ba8bbb9443ff8b55f320725fce06d246d39ff6346772aeb9f63dc2f53f1ea1b26b0277a2107
|
||||
SHA512 (plexus-io-3.2.0.tar.gz) = 857362ad531ba175f087c0df3484fa8cabeb1b2db52742763d26ee37cae17f692676429bbbc4c95ccdbdc99ea871b66524457fce6c09238470ed3c0acb563981
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user