Remove profiles from pom.xml.
This commit is contained in:
parent
dc2d0ef39d
commit
01e5c62b3b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: assertj-core
|
Name: assertj-core
|
||||||
Version: 3.16.1
|
Version: 3.16.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Library of assertions similar to fest-assert
|
Summary: Library of assertions similar to fest-assert
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
@ -52,6 +52,7 @@ This package provides API documentation for %{name}.
|
|||||||
%pom_remove_plugin :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
%pom_remove_plugin :maven-shade-plugin
|
%pom_remove_plugin :maven-shade-plugin
|
||||||
%pom_remove_plugin :yuicompressor-maven-plugin
|
%pom_remove_plugin :yuicompressor-maven-plugin
|
||||||
|
%pom_xpath_remove pom:project/pom:profiles
|
||||||
|
|
||||||
%if %{without memoryfilesystem}
|
%if %{without memoryfilesystem}
|
||||||
%pom_remove_dep :memoryfilesystem
|
%pom_remove_dep :memoryfilesystem
|
||||||
@ -79,6 +80,9 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 21 2020 Markku Korkeala <markku.korkeala@iki.fi> - 3.16.1-4
|
||||||
|
- Remove profiles from pom.xml.
|
||||||
|
|
||||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.16.1-3
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 3.16.1-3
|
||||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user