Skip to content

Commit

Permalink
Prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Sep 10, 2015
1 parent 186a077 commit 7820251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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'
}
Expand Down

0 comments on commit 7820251

Please sign in to comment.