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