update to version 2.8.8
This commit is contained in:
parent
2fd90c08e4
commit
b702faafe3
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/plexus-compiler-2.8.5.tar.gz
|
/plexus-compiler-2.8.5.tar.gz
|
||||||
/plexus-compiler-2.8.6.tar.gz
|
/plexus-compiler-2.8.6.tar.gz
|
||||||
/plexus-compiler-2.8.7.tar.gz
|
/plexus-compiler-2.8.7.tar.gz
|
||||||
|
/plexus-compiler-2.8.8.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: plexus-compiler
|
Name: plexus-compiler
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Version: 2.8.7
|
Version: 2.8.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Compiler call initiators for Plexus
|
Summary: Compiler call initiators for Plexus
|
||||||
# extras subpackage has a bit different licensing
|
# extras subpackage has a bit different licensing
|
||||||
@ -71,6 +71,9 @@ cp %{SOURCE2} LICENSE.MIT
|
|||||||
# don't build/install compiler-test module, it needs maven2 test harness
|
# don't build/install compiler-test module, it needs maven2 test harness
|
||||||
%pom_disable_module plexus-compiler-test
|
%pom_disable_module plexus-compiler-test
|
||||||
|
|
||||||
|
# disable integration tests (they require plexus-compiler-test)
|
||||||
|
%pom_disable_module plexus-compiler-its
|
||||||
|
|
||||||
# don't install sources jars
|
# don't install sources jars
|
||||||
%mvn_package ":*::sources:" __noinstall
|
%mvn_package ":*::sources:" __noinstall
|
||||||
|
|
||||||
@ -102,6 +105,9 @@ cp %{SOURCE2} LICENSE.MIT
|
|||||||
%doc LICENSE LICENSE.MIT
|
%doc LICENSE LICENSE.MIT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0:2.8.8-1
|
||||||
|
- Update to version 2.8.8.
|
||||||
|
|
||||||
* Sun Aug 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0:2.8.7-1
|
* Sun Aug 16 2020 Fabio Valentini <decathorpe@gmail.com> - 0:2.8.7-1
|
||||||
- Update to version 2.8.7.
|
- Update to version 2.8.7.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (plexus-compiler-2.8.7.tar.gz) = 5c353698321c5294b43e8a0ac38a1dbc522424e0bc4171de46b7303249c4bf97c950a2d25ba97ae4f55104d69d26c569874f574c8642691b3d57a0d9616a75c9
|
SHA512 (plexus-compiler-2.8.8.tar.gz) = ee73634b203de06d29ac8f1af594e73f29ac209ff9e7712bd4c520fcbfb5257d31105cd8576d1f9ac1513159e4c69725bf760830358979efccb1e22834affc3c
|
||||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||||
|
Loading…
Reference in New Issue
Block a user