From 04e6116599ace4f71385391052e0966ab37ecc9d Mon Sep 17 00:00:00 2001 From: Josh Kruck Date: Thu, 20 Oct 2016 08:48:58 -0700 Subject: [PATCH] Relase 1.0.9 --- build.gradle | 2 +- manifest.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a6986a43..dd4f7f34 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ apply plugin: 'com.homedepot.gitprops' jar { baseName = 'willitconnect' - version = '1.0.7' + version = '1.0.9' } sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/manifest.yml b/manifest.yml index f810eacc..3a92ef07 100644 --- a/manifest.yml +++ b/manifest.yml @@ -2,6 +2,6 @@ applications: - name: willitconnect memory: 1G - path: build/libs/willitconnect-1.0.7.jar - buildpack: https://github.com/cloudfoundry/java-buildpack#v3.8 + path: build/libs/willitconnect-1.0.9.jar + buildpack: https://github.com/cloudfoundry/java-buildpack#v3.10