Update to 6.8.14

This commit is contained in:
gil 2015-01-14 11:48:56 +01:00
parent b82a4af215
commit 24012d38c4
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ testng-5.11.zip
/testng-6.8.5.tar.gz
/testng-6.8.7.tar.gz
/testng-6.8.8.tar.gz
/testng-6.8.14.tar.gz

View File

@ -1 +1 @@
9c153cf95752a8d3fa3b02fd686ea1dd testng-6.8.8.tar.gz
b13448cc680cdab14cb95f77f9dfe1ec testng-6.8.14.tar.gz

View File

@ -2,8 +2,8 @@
%global group_id org.testng
Name: testng
Version: 6.8.8
Release: 3%{?dist}
Version: 6.8.14
Release: 1%{?dist}
Summary: Java-based testing framework
# org/testng/remote/strprotocol/AbstractRemoteTestRunnerClient.java is CPL
License: ASL 2.0 and CPL
@ -12,8 +12,6 @@ Source0: https://github.com/cbeust/testng/archive/%{name}-%{version}.ta
BuildArch: noarch
BuildRequires: java-devel
BuildRequires: mvn(com.beust:jcommander) >= 1.27
BuildRequires: mvn(com.google.guava:guava)
BuildRequires: mvn(com.google.inject:guice)
@ -85,6 +83,9 @@ mv -f ANNOUNCEMENT.txt.utf8 ANNOUNCEMENT.txt
%doc LICENSE.txt
%changelog
* Wed Jan 14 2015 gil cattaneo <puntogil@libero.it> 6.8.14-1
- Update to 6.8.14
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.8.8-3
- Fix build-requires on sonatype-oss-parent