| |
@@ -2,7 +2,7 @@
|
| |
|
| |
Name: assertj-core
|
| |
Version: 3.16.1
|
| |
- Release: 3%{?dist}
|
| |
+ Release: 4%{?dist}
|
| |
Summary: Library of assertions similar to fest-assert
|
| |
License: ASL 2.0
|
| |
|
| |
@@ -52,6 +52,7 @@
|
| |
%pom_remove_plugin :maven-javadoc-plugin
|
| |
%pom_remove_plugin :maven-shade-plugin
|
| |
%pom_remove_plugin :yuicompressor-maven-plugin
|
| |
+ %pom_xpath_remove pom:project/pom:profiles
|
| |
|
| |
%if %{without memoryfilesystem}
|
| |
%pom_remove_dep :memoryfilesystem
|
| |
@@ -79,6 +80,9 @@
|
| |
|
| |
|
| |
%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
|
| |
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
| |
|
| |
Removes profiles (for JDK9, JDK11, JDK13) from pom.xml, builds now with jvanek-java11-fedora mock config.