diff --git a/build.gradle b/build.gradle index c5f01948..1e9bd2f9 100644 --- a/build.gradle +++ b/build.gradle @@ -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.10.1-SNAPSHOT' +version = '1.10.1' sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_5