Compare commits
No commits in common. "c8s-stream-201801" and "c8-stream-201902" have entirely different histories.
c8s-stream
...
c8-stream-
@ -1,6 +1,6 @@
|
|||||||
Name: maven2
|
Name: maven2
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 59%{?dist}
|
Release: 64%{?dist}
|
||||||
Summary: Java project management and project comprehension tool
|
Summary: Java project management and project comprehension tool
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://maven.apache.org
|
URL: http://maven.apache.org
|
||||||
@ -132,7 +132,7 @@ done
|
|||||||
# maven-3.x as well. We default to maven-3, but if someone asks for
|
# maven-3.x as well. We default to maven-3, but if someone asks for
|
||||||
# 2.x we provide few compat versions
|
# 2.x we provide few compat versions
|
||||||
%mvn_compat_version ":maven-{artifact,model,settings}" \
|
%mvn_compat_version ":maven-{artifact,model,settings}" \
|
||||||
2.0.2 2.0.6 2.0.7 2.0.8 2.2.1
|
2.0 2.0.2 2.0.6 2.0.7 2.0.8 2.2.1
|
||||||
|
|
||||||
# Don't depend on backport-util-concurrent
|
# Don't depend on backport-util-concurrent
|
||||||
%pom_remove_dep :backport-util-concurrent
|
%pom_remove_dep :backport-util-concurrent
|
||||||
@ -144,6 +144,8 @@ for pom in $(grep -l ">test<" $(find -name pom.xml | grep -v /test/)); do
|
|||||||
%pom_xpath_remove "pom:dependency[pom:scope[text()='test']]" $pom
|
%pom_xpath_remove "pom:dependency[pom:scope[text()='test']]" $pom
|
||||||
done
|
done
|
||||||
|
|
||||||
|
%pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/*" 1.6
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -f -s -- -P all-models
|
%mvn_build -f -s -- -P all-models
|
||||||
|
|
||||||
@ -185,6 +187,21 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.1-64
|
||||||
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.1-63
|
||||||
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
* Mon Apr 15 2019 Marian Koncek <mkoncek@redhat.com> - 2.2.1-62
|
||||||
|
- Add a compatibility version
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-61
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 21 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.1-60
|
||||||
|
- Mark package as deprecated
|
||||||
|
|
||||||
* Mon Jul 23 2018 Michael Simacek <msimacek@redhat.com> - 2.2.1-59
|
* Mon Jul 23 2018 Michael Simacek <msimacek@redhat.com> - 2.2.1-59
|
||||||
- Repack tarball without bundled jars
|
- Repack tarball without bundled jars
|
||||||
- Fix license tag
|
- Fix license tag
|
||||||
|
Loading…
Reference in New Issue
Block a user