From 447ea9e0971ad5d7f84d11559f1e712f2369d5e5 Mon Sep 17 00:00:00 2001 From: Peti Koch Date: Fri, 16 Jan 2015 12:12:33 +0100 Subject: [PATCH] prepare next release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 077be6c..f0df632 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ apply plugin: 'maven-publish' // "incubating" apply plugin: 'jacoco' -version = '1.0.2' +version = '1.0.3-SNAPSHOT' ext.artifactGroupId = 'ch.petikoch.libs' ext.description = 'A little java 7+ library (on top of jtwfg) using a "task resource assignment graph" model to detect deadlocks'