Skip to content

Commit

Permalink
release version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Apr 2, 2018
1 parent 3056635 commit 2c8d41f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ subprojects {
apply plugin: 'osgi'

group = 'com.tngtech.junit.dataprovider'
version = '2.2'
version = '2.3'
}

project(':core') {
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>1.12.1-SNAPSHOT</version>
<version>2.3-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>1.12.1-SNAPSHOT</version>
<version>2.3-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>1.12.1-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<packaging>jar</packaging>

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

0 comments on commit 2c8d41f

Please sign in to comment.