Bump maven pom version.

This commit is contained in:
Alexander Kurtakov 2018-03-20 11:57:22 +02:00
parent 4cf4fc70fe
commit 9ea33b5099
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<artifactId>testng</artifactId> <artifactId>testng</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>TestNG</name> <name>TestNG</name>
<version>6.12</version> <version>6.14.3</version>
<description>TestNG is a testing framework.</description> <description>TestNG is a testing framework.</description>
<url>http://testng.org</url> <url>http://testng.org</url>

View File

@ -2,7 +2,7 @@
Name: testng Name: testng
Version: 6.14.3 Version: 6.14.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Java-based testing framework Summary: Java-based testing framework
License: ASL 2.0 License: ASL 2.0
URL: http://testng.org/ URL: http://testng.org/
@ -98,6 +98,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/.
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Tue Mar 20 2018 Alexander Kurtakov <akurtako@redhat.com> 6.14.3-2
- Bump maven pom version.
* Tue Mar 20 2018 Alexander Kurtakov <akurtako@redhat.com> 6.14.3-1 * Tue Mar 20 2018 Alexander Kurtakov <akurtako@redhat.com> 6.14.3-1
- Update to upstream 6.14.3. - Update to upstream 6.14.3.