Fix version in pom.xml.
This commit is contained in:
parent
fb7a13f6e7
commit
5672a99b2f
@ -1,6 +1,6 @@
|
||||
Name: jsch
|
||||
Version: 0.1.54
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Pure Java implementation of SSH2
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
@ -45,6 +45,7 @@ Summary: Javadoc for %{name}
|
||||
%mvn_file : jsch
|
||||
|
||||
%pom_xpath_remove pom:project/pom:build/pom:extensions
|
||||
%pom_xpath_set pom:project/pom:version %{version}
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
@ -68,6 +69,9 @@ zip target/%{name}-%{version}.jar plugin.properties
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Aug 31 2016 Alexander Kurtakov <akurtako@redhat.com> 0.1.54-2
|
||||
- Fix version in pom.xml.
|
||||
|
||||
* Wed Aug 31 2016 Alexander Kurtakov <akurtako@redhat.com> - 0.1.54-1
|
||||
- New upstream release 0.1.54
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user