Skip to content

Commit

Permalink
Depend on headless client v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fay Montage committed May 22, 2017
1 parent 1db905c commit 12f1f95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
headless-client: java $JAVA_OPTS -jar build/libs/token-headless-client-0.1.0-capsule.jar config/${STAGE:-production}.yml
headless-client: java $JAVA_OPTS -jar build/libs/token-headless-client-0.1.1-capsule.jar config/${STAGE:-production}.yml
bot: node src/bot.js config/${STAGE:-production}.yml
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repositories {
task stage(type: FatCapsule) {
applicationClass 'com.bakkenbaeck.token.headless.TokenHeadlessClient'
baseName 'token-headless-client'
version = '0.1.0'
version = '0.1.1'
}

dependencies {
compile 'com.github.tokenbrowser:token-headless-client:v0.1.0'
compile 'com.github.tokenbrowser:token-headless-client:v0.1.1'
}
2 changes: 1 addition & 1 deletion dependencies/headless-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN git checkout tags/v0.1.0

RUN ./gradlew TokenHeadlessClientCapsule

CMD ["java", "-jar", "build/libs/token-headless-0.1.0-capsule.jar", "config.yml"]
CMD ["java", "-jar", "build/libs/token-headless-0.1.1-capsule.jar", "config.yml"]

0 comments on commit 12f1f95

Please sign in to comment.