From 721189a7b19c5160141db045352d0c5bfa6f02b7 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Mon, 19 Jul 2021 17:24:53 +0200 Subject: [PATCH] Release 1.0.0-RC1 --- README.adoc | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 9ab45ef..b578f4e 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.0-M2 +:testng-engine-version: 1.0.0-RC1 Allows executing https://testng.org[TestNG] tests on the JUnit Platform diff --git a/gradle.properties b/gradle.properties index 42cba64..f0a4874 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group = org.junit.support -version = 1.0.0-SNAPSHOT +version = 1.0.0-RC1 description = Allows executing TestNG tests on the JUnit Platform