Skip to content

Commit

Permalink
prepared release of 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed May 31, 2015
1 parent 1d306c6 commit a74b72c
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 @@ -11,7 +11,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.9.4-SNAPSHOT'
version = '1.9.4'

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_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.9.3-SNAPSHOT</version>
<version>1.9.4</version>
<packaging>jar</packaging>

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

0 comments on commit a74b72c

Please sign in to comment.