From 082efdebb95f8d1c71d75514a525c1af3c3641c1 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 27 Jun 2022 13:07:49 +0200 Subject: [PATCH] Release 1.0.4 --- README.adoc | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index e199717..e691d13 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ :surefire-version: 3.0.0-M7 :testng-min-version: 6.14.3 :testng-max-version: 7.5 -:testng-engine-version: 1.0.3 +:testng-engine-version: 1.0.4 Allows executing https://testng.org[TestNG] tests on the JUnit Platform diff --git a/gradle.properties b/gradle.properties index bf2604b..e9ae14e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.junit.support -version = 1.0.3 +version = 1.0.4 description = Allows executing TestNG tests on the JUnit Platform org.gradle.java.installations.fromEnv=TOOLCHAIN_JDK