update to version 1.25
This commit is contained in:
parent
92effc0608
commit
d06fec4aa8
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,6 +1,10 @@
|
||||
plexus-interpolation-1.13.tar.bz2
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/plexus-interpolation-1.13.tar.bz2
|
||||
/plexus-interpolation-1.14.tar.xz
|
||||
sonatype-plexus-interpolation-plexus-interpolation-1.15-0-g9690e65.tar.gz
|
||||
/sonatype-plexus-interpolation-plexus-interpolation-1.15-0-g9690e65.tar.gz
|
||||
/plexus-interpolation-1.15.tar.gz
|
||||
/plexus-interpolation-1.21.tar.gz
|
||||
/plexus-interpolation-1.22.tar.gz
|
||||
/plexus-interpolation-1.25.tar.gz
|
||||
|
@ -1,15 +1,16 @@
|
||||
Name: plexus-interpolation
|
||||
Version: 1.22
|
||||
Release: 11%{?dist}
|
||||
Version: 1.25
|
||||
Release: 1%{?dist}
|
||||
Summary: Plexus Interpolation API
|
||||
License: ASL 2.0 and ASL 1.1 and MIT
|
||||
URL: https://github.com/codehaus-plexus/plexus-interpolation
|
||||
URL: https://github.com/codehaus-plexus/%{name}
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
|
||||
|
||||
%description
|
||||
@ -40,6 +41,9 @@ API documentation for %{name}.
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
|
||||
%changelog
|
||||
* Sat Jun 08 2019 Fabio Valentini <decathorpe@gmail.com> - 1.25-1
|
||||
- Update to version 1.25.
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user