From 41888d5ababd21459fbedfcdfef595a5f8f4a951 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 9 May 2022 09:20:29 +0200 Subject: [PATCH] Release 1.0.2 --- README.adoc | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index ac6554e..3ed6644 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ :surefire-version: 3.0.0-M5 :testng-min-version: 6.14.3 :testng-max-version: 7.4.0 -:testng-engine-version: 1.0.1 +:testng-engine-version: 1.0.2 Allows executing https://testng.org[TestNG] tests on the JUnit Platform diff --git a/gradle.properties b/gradle.properties index b4eabbc..012051a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.junit.support -version = 1.0.2-SNAPSHOT +version = 1.0.2 description = Allows executing TestNG tests on the JUnit Platform org.gradle.unsafe.configuration-cache=true