Update to upstream version 1.62
This commit is contained in:
parent
5da6e097f7
commit
291f605428
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/1.57.tar.gz
|
/1.57.tar.gz
|
||||||
/1.58.tar.gz
|
/1.58.tar.gz
|
||||||
/1.60.tar.gz
|
/1.60.tar.gz
|
||||||
|
/1.62.tar.gz
|
||||||
|
@ -88,8 +88,8 @@
|
|||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>2.3.1</version>
|
<version>2.3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.7</source>
|
<source>1.8</source>
|
||||||
<target>1.7</target>
|
<target>1.8</target>
|
||||||
<encoding>UTF-8</encoding>
|
<encoding>UTF-8</encoding>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: beust-jcommander
|
Name: beust-jcommander
|
||||||
Version: 1.60
|
Version: 1.62
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java framework for parsing command line parameters
|
Summary: Java framework for parsing command line parameters
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -46,6 +46,9 @@ sed -i 's/@VERSION@/%{version}/g' pom.xml
|
|||||||
%doc license.txt notice.md
|
%doc license.txt notice.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 26 2017 Roman Vais <rvais@redhat.com> - 1.62-1
|
||||||
|
- Update to upstream version 1.62
|
||||||
|
|
||||||
* Wed Dec 14 2016 Michael Simacek <msimacek@redhat.com> - 1.60-1
|
* Wed Dec 14 2016 Michael Simacek <msimacek@redhat.com> - 1.60-1
|
||||||
- Update to upstream version 1.60
|
- Update to upstream version 1.60
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (1.60.tar.gz) = c586efeed7c5bab357da8f06dbc70a8d5101d6d28e384dc21cf731f3552aeca003fd1c460c1bf9bed436a5be6b4d0a7d533a9fa09c438964901144b6ed744b29
|
SHA512 (1.62.tar.gz) = 1782c13035bf48a3efe08a7ab9a829facd083f1d10b06085714fc0e651e90944f8c0cdd3f502bc4fa3bec269736c47fe95c4ee681a336cf27501ff757af031d6
|
||||||
|
Loading…
Reference in New Issue
Block a user