Skip to content

Commit

Permalink
next release version v2.8
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schmid <[email protected]>
  • Loading branch information
aaschmid committed Jan 31, 2021
1 parent 76142d2 commit 1505a9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ subprojects {
apply<aQute.bnd.gradle.BndBuilderPlugin>()

group = "com.tngtech.junit.dataprovider"
version = "2.7"
version = "2.8"

dependencies {
"compileOnly"(dependency.spotBugsAnnotations)
Expand Down
2 changes: 1 addition & 1 deletion junit-jupiter-params/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>junit-dataprovider</name>
Expand Down
2 changes: 1 addition & 1 deletion junit-jupiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>junit-dataprovider</name>
Expand Down
2 changes: 1 addition & 1 deletion junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.tngtech.java</groupId>
<artifactId>junit-dataprovider</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>junit-dataprovider</name>
Expand Down

0 comments on commit 1505a9a

Please sign in to comment.