Compare commits
No commits in common. "c8-stream-201902" and "c8-beta-stream-3.6" have entirely different histories.
c8-stream-
...
c8-beta-st
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/plexus-containers-2.0.0.tar.gz
|
||||
SOURCES/plexus-containers-2.1.0.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
62fe39da30dfb4e15e7dd5ecd9d4b5205895d32b SOURCES/plexus-containers-2.0.0.tar.gz
|
||||
66d8b7fc585e77ca4afc8bef01f646e96940cecf SOURCES/plexus-containers-2.1.0.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: plexus-containers
|
||||
Version: 2.0.0
|
||||
Version: 2.1.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Containers for Plexus
|
||||
# Most of the files are either under ASL 2.0 or MIT
|
||||
@ -14,7 +14,7 @@ Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{ver
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Source2: LICENSE.MIT
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-local-openjdk8
|
||||
BuildRequires: mvn(com.google.guava:guava)
|
||||
BuildRequires: mvn(com.thoughtworks.qdox:qdox)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
@ -111,6 +111,12 @@ cp %{SOURCE2} .
|
||||
%license LICENSE-2.0.txt LICENSE.MIT
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.1.0-2
|
||||
- Build with OpenJDK 8
|
||||
|
||||
* Wed Nov 20 2019 Marian Koncek <mkoncek@redhat.com> - 2.1.0-1
|
||||
- Update to upstream version 2.1.0
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.0-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user