Skip to content

Commit

Permalink
prepare release version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Oct 23, 2016
1 parent 3389f6d commit d80e1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
archivesBaseName = 'junit-dataprovider'
description = 'A TestNG like dataprovider runner for JUnit having a simplified syntax compared to all the existing JUnit features.'
group = 'com.tngtech.java'
version = '1.11.0'
version = '1.12.0'

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_6

Expand Down
2 changes: 1 addition & 1 deletion 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.11.0</version>
<version>1.12.0</version>
<packaging>jar</packaging>

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

0 comments on commit d80e1f6

Please sign in to comment.