Skip to content

Commit

Permalink
prepared bug-fix release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Aug 17, 2014
1 parent d00a289 commit 2885407
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 @@ -19,7 +19,7 @@ buildscript {

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.9.1-SNAPSHOT'
version = '1.9.1'

sourceCompatibility = '1.5'

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.8.1-SNAPSHOT</version>
<version>1.9.1</version>
<packaging>jar</packaging>

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

0 comments on commit 2885407

Please sign in to comment.