From 2d76555e1408270f4dc2f635faad222337cbc070 Mon Sep 17 00:00:00 2001 From: Krishnan Mahadevan Date: Sun, 7 Apr 2024 22:57:38 +0530 Subject: [PATCH] 7.10.0 post release activities --- CHANGES.txt | 3 ++- README.md | 1 + gradle.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index bc32fbcaa..bd0394873 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,6 @@ -Current (7.10.0) +Current (7.11.0) +7.10.0 Fixed: GITHUB-3000: Method predecessors lookup and/or method sorting is broken in certain inheritance and naming setups (Krishnan Mahadevan) Fixed: GITHUB-3095: Super class annotated with ITestNGListenerFactory makes derived test class throw TestNGException on execution (Krishnan Mahadevan) Fixed: GITHUB-3081: Discrepancy with combination of (Shared Thread pool and Method Interceptor) (Krishnan Mahadevan) diff --git a/README.md b/README.md index d80ec9382..6bad5f205 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Documentation available at [TestNG's main web site](https://testng.org). Visit [TestNG Documentation's GitHub Repo](https://github.com/testng-team/testng-team.github.io) to contribute to it. ### Release Notes +* [7.10.0](https://groups.google.com/g/testng-users/c/6DmFaKUjIxY) * [7.9.0](https://groups.google.com/g/testng-users/c/nN7LkuZWO48) * [7.8.0](https://groups.google.com/g/testng-users/c/xdldK3VyU_s) * [7.7.0](https://groups.google.com/g/testng-users/c/V6jie-9uUIA) diff --git a/gradle.properties b/gradle.properties index 890fdd352..d4c6b8ddf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ kotlin.code.style=official # Note: testng.kotlin-library.gradle.kts adds kotlin-stdlib for testImplementation kotlin.stdlib.default.dependency=false -testng.version=7.10.0 +testng.version=7.11.0 group=org.testng