update to version 1.2.2
This commit is contained in:
parent
0ff0059cb0
commit
04d2330148
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/*.src.rpm
|
||||
|
||||
/jaf-1.2.1.tar.gz
|
||||
/jaf-1.2.2.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname jaf
|
||||
|
||||
Name: jakarta-activation
|
||||
Version: 1.2.1
|
||||
Release: 7%{?dist}
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Jakarta Activation Specification and Implementation
|
||||
License: BSD
|
||||
|
||||
@ -56,12 +56,9 @@ This package contains javadoc for %{name}.
|
||||
# (the plugin is only used to strip off -SNAPSHOT or -Mx qualifiers)
|
||||
sed -i "s/\${activation.osgiversion}/%{version}/g" activation/pom.xml
|
||||
|
||||
# remove maven-compiler-plugin configurations that are broken with Java 11
|
||||
%pom_remove_plugin -r :maven-compiler-plugin
|
||||
|
||||
|
||||
%build
|
||||
%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
|
||||
%mvn_build
|
||||
|
||||
|
||||
%install
|
||||
@ -77,6 +74,10 @@ sed -i "s/\${activation.osgiversion}/%{version}/g" activation/pom.xml
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.2-1
|
||||
- Update to version 1.2.2.
|
||||
- Drop custom maven-compiler-plugin overrides in favor of upstream settings.
|
||||
|
||||
* Wed Jul 29 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.1-7
|
||||
- Override javac source / target versions with 1.8 to fix build with Java 11.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jaf-1.2.1.tar.gz) = cc0b28e71477f28d0d2cbe010bf98641ab4479d42b200cc98e45042fb09e297a5e0bc6195a2a220bd37d784d69fe2667d72aee34e23746710bcaf89c24de0866
|
||||
SHA512 (jaf-1.2.2.tar.gz) = a9062eadf260621e0a10695e63082d010567665bc749f76be43381c0f313d61fdb8ab04b9b2765e7da740277cd0335e9f555dd7a1cd89b7eedf88f6e557427c4
|
||||
|
Loading…
Reference in New Issue
Block a user