Skip to content

Commit 1a6fb33

Browse files
authored
Merge pull request #29 from Xray-App/testng_7120
fix #28 and bump support to TestNG 7.12
2 parents f1d47ad + a3c86f4 commit 1a6fb33

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Add the following dependency to your pom.xml:
7373
<dependency>
7474
<groupId>app.getxray</groupId>
7575
<artifactId>xray-testng-extensions</artifactId>
76-
<version>0.4.0</version>
76+
<version>0.5.0</version>
7777
<scope>test</scope>
7878
</dependency>
7979
```

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>app.getxray</groupId>
55
<artifactId>xray-testng-extensions</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.4.0</version>
7+
<version>0.5.0</version>
88
<name>xray-testng-extensions</name>
99
<description>Improvements for TestNG that allow you to take better advantage of TestNG whenever using it together with Xray Test Management.</description>
1010
<url>https://github.com/Xray-App/xray-testng-extensions</url>
@@ -43,8 +43,9 @@
4343
<!-- the following lines were needed because for vscode -->
4444
<maven.compiler.source>${java.version}</maven.compiler.source>
4545
<maven.compiler.target>${java.version}</maven.compiler.target>
46+
<maven.compiler.release>${java.version}</maven.compiler.release>
4647
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
47-
<testng.version>7.11.0</testng.version>
48+
<testng.version>7.12.0</testng.version>
4849
<jcommander.version>1.78</jcommander.version>
4950
<joox.version>1.6.2</joox.version>
5051
<json-simple.version>1.1.1</json-simple.version>

0 commit comments

Comments
 (0)