From 7820251f7c2153e43206b65d7023b93f069d54db Mon Sep 17 00:00:00 2001 From: pron Date: Thu, 10 Sep 2015 14:52:33 +0300 Subject: [PATCH] Prepare release 0.1.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2ce2421..bed4990 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ targetCompatibility = '1.7' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' group = "co.paralleluniverse" -version = "0.1.0-SNAPSHOT" +version = "0.1.0" status = "integration" description = "Daemon/Service Caplet based on jsvc and procrun" ext.url = "https://github.com/puniverse/${project.name}" @@ -37,7 +37,7 @@ repositories { } dependencies { - compile 'co.paralleluniverse:capsule:1.0-rc2-SNAPSHOT' + compile 'co.paralleluniverse:capsule:1.0' runtime 'commons-daemon:commons-daemon:1.0.15' testCompile group: 'junit', name: 'junit', version: '4.10' }