Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
897b84bd58 |
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/cbeust/testng.git</param>
|
||||
<param name="revision">7.10.2</param>
|
||||
<param name="revision">7.10.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="exclude">bin*</param>
|
||||
<param name="exclude">gradle*</param>
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.testng</groupId>
|
||||
<artifactId>testng</artifactId>
|
||||
<version>7.10.2</version>
|
||||
<version>7.10.1</version>
|
||||
<name>testng</name>
|
||||
<description>Testing framework for Java</description>
|
||||
<url>https://testng.org</url>
|
BIN
testng-7.10.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
testng-7.10.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
testng-7.10.2.tar.xz
(Stored with Git LFS)
BIN
testng-7.10.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -11,7 +11,7 @@
|
||||
<property name="project.groupId" value="org.testng"/>
|
||||
<property name="project.artifactId" value="testng"/>
|
||||
<property name="project.name" value="TestNG"/>
|
||||
<property name="project.version" value="7.10.2"/>
|
||||
<property name="project.version" value="7.10.1"/>
|
||||
<property name="project.description" value="${project.name} is a testing framework."/>
|
||||
|
||||
<property name="compiler.release" value="8"/>
|
||||
|
@@ -1,10 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 10:19:26 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Upgrade to version 7.10.2
|
||||
* Changes
|
||||
+ GITHUB-3117: ListenerComparator doesn't work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 13:27:19 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: testng
|
||||
Version: 7.10.2
|
||||
Version: 7.10.1
|
||||
Release: 0
|
||||
Summary: Java-based testing framework
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user