Skip to content

Commit 2d76555

Browse files
committed
7.10.0 post release activities
1 parent 05d629d commit 2d76555

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Current (7.10.0)
1+
Current (7.11.0)
22

3+
7.10.0
34
Fixed: GITHUB-3000: Method predecessors lookup and/or method sorting is broken in certain inheritance and naming setups (Krishnan Mahadevan)
45
Fixed: GITHUB-3095: Super class annotated with ITestNGListenerFactory makes derived test class throw TestNGException on execution (Krishnan Mahadevan)
56
Fixed: GITHUB-3081: Discrepancy with combination of (Shared Thread pool and Method Interceptor) (Krishnan Mahadevan)

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
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.
77

88
### Release Notes
9+
* [7.10.0](https://groups.google.com/g/testng-users/c/6DmFaKUjIxY)
910
* [7.9.0](https://groups.google.com/g/testng-users/c/nN7LkuZWO48)
1011
* [7.8.0](https://groups.google.com/g/testng-users/c/xdldK3VyU_s)
1112
* [7.7.0](https://groups.google.com/g/testng-users/c/V6jie-9uUIA)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.code.style=official
44
# Note: testng.kotlin-library.gradle.kts adds kotlin-stdlib for testImplementation
55
kotlin.stdlib.default.dependency=false
66

7-
testng.version=7.10.0
7+
testng.version=7.11.0
88

99
group=org.testng
1010

0 commit comments

Comments
 (0)