From 1505a9aaaab9411fd87d4e73095458c54f6efb05 Mon Sep 17 00:00:00 2001 From: Andreas Schmid Date: Sun, 31 Jan 2021 15:44:25 +0100 Subject: [PATCH] next release version v2.8 Signed-off-by: Andreas Schmid --- build.gradle.kts | 2 +- junit-jupiter-params/pom.xml | 2 +- junit-jupiter/pom.xml | 2 +- junit4/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ee1e3ea6..7b1af98f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ subprojects { apply() group = "com.tngtech.junit.dataprovider" - version = "2.7" + version = "2.8" dependencies { "compileOnly"(dependency.spotBugsAnnotations) diff --git a/junit-jupiter-params/pom.xml b/junit-jupiter-params/pom.xml index 8d536a34..ccf1be78 100644 --- a/junit-jupiter-params/pom.xml +++ b/junit-jupiter-params/pom.xml @@ -4,7 +4,7 @@ com.tngtech.java junit-dataprovider - 2.3-SNAPSHOT + 2.8-SNAPSHOT jar junit-dataprovider diff --git a/junit-jupiter/pom.xml b/junit-jupiter/pom.xml index a8f5624d..09a4e142 100644 --- a/junit-jupiter/pom.xml +++ b/junit-jupiter/pom.xml @@ -4,7 +4,7 @@ com.tngtech.java junit-dataprovider - 2.3-SNAPSHOT + 2.8-SNAPSHOT jar junit-dataprovider diff --git a/junit4/pom.xml b/junit4/pom.xml index 7e25a123..881dba04 100644 --- a/junit4/pom.xml +++ b/junit4/pom.xml @@ -4,7 +4,7 @@ com.tngtech.java junit-dataprovider - 2.3-SNAPSHOT + 2.8-SNAPSHOT jar junit-dataprovider