update to version 2.1.0
This commit is contained in:
parent
e23e892d3b
commit
6cef84c140
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/plexus-containers-1.6.tar.gz
|
||||
/plexus-containers-1.7.1.tar.gz
|
||||
/plexus-containers-2.0.0.tar.gz
|
||||
/plexus-containers-2.1.0.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: plexus-containers
|
||||
Summary: Containers for Plexus
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
# Most of the files are either under ASL 2.0 or MIT
|
||||
# The following files are under xpp:
|
||||
@ -102,9 +102,12 @@ cp %{SOURCE2} .
|
||||
# keep compat symlink for maven's sake
|
||||
%mvn_file ":plexus-component-annotations" %{name}/plexus-component-annotations plexus/containers-component-annotations
|
||||
|
||||
# remove some broken tests
|
||||
rm plexus-component-metadata/src/test/java/org/codehaus/plexus/metadata/merge/ComponentsXmlMergerTest.java
|
||||
rm plexus-component-metadata/src/test/java/org/codehaus/plexus/metadata/DefaultComponentDescriptorWriterTest.java
|
||||
|
||||
%build
|
||||
%mvn_build -f -s
|
||||
%mvn_build -s
|
||||
|
||||
|
||||
%install
|
||||
@ -129,6 +132,9 @@ cp %{SOURCE2} .
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 24 2019 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
|
||||
- Update to version 2.1.0.
|
||||
|
||||
* Tue Aug 20 2019 Fabio Valentini <decathorpe@gmail.com> - 2.0.0-1
|
||||
- Update to version 2.0.0.
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (plexus-containers-2.0.0.tar.gz) = 80f1f70a93b29886a2b9c7564b9ab56de82abac95958b7b293b9fff05a18de585a28d748954286a9c5b42c7221a66b10dbc3defa902d64248e9309255620da44
|
||||
SHA512 (plexus-containers-2.1.0.tar.gz) = 612165af24049843c3004f59bb6be32467bf8671d3c8cb76989427f4b672ba16c4391894bdee6c85f38a5da1d043ba332884f394de03ebc560d8be4de79760ce
|
||||
|
||||
Loading…
Reference in New Issue
Block a user