Skip to content

Commit

Permalink
prepared release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Jul 14, 2015
1 parent f838884 commit 346d3e8
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.5-SNAPSHOT'
version = '1.10.0'

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.5-SNAPSHOT</version>
<version>1.10.0</version>
<packaging>jar</packaging>

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

0 comments on commit 346d3e8

Please sign in to comment.