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.