Fix version in pom.xml.

This commit is contained in:
Alexander Kurtakov 2016-08-31 18:56:53 +03:00
parent fb7a13f6e7
commit 5672a99b2f

View File

@ -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