diff --git a/README.adoc b/README.adoc index 4a33748..49b01c5 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.2 +:testng-engine-version: 1.0.3 Allows executing https://testng.org[TestNG] tests on the JUnit Platform diff --git a/gradle.properties b/gradle.properties index 6b77866..6ae7bf7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.junit.support -version = 1.0.3-SNAPSHOT +version = 1.0.3 description = Allows executing TestNG tests on the JUnit Platform org.gradle.unsafe.configuration-cache=true