From 9ea33b5099559788daad211c6357882fe58407a8 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Tue, 20 Mar 2018 11:57:22 +0200 Subject: [PATCH] Bump maven pom version. --- pom.xml | 2 +- testng.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3646242..00cb59f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ testng jar TestNG - 6.12 + 6.14.3 TestNG is a testing framework. http://testng.org diff --git a/testng.spec b/testng.spec index 6d24d9d..c569b1a 100644 --- a/testng.spec +++ b/testng.spec @@ -2,7 +2,7 @@ Name: testng Version: 6.14.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java-based testing framework License: ASL 2.0 URL: http://testng.org/ @@ -98,6 +98,9 @@ cp -p ./src/main/java/*.dtd.html ./src/main/resources/. %license LICENSE.txt %changelog +* Tue Mar 20 2018 Alexander Kurtakov 6.14.3-2 +- Bump maven pom version. + * Tue Mar 20 2018 Alexander Kurtakov 6.14.3-1 - Update to upstream 6.14.3.