From 25c4f0d9298190389041ec3dc7e6a86a25dadcba Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 27 Sep 2019 16:27:34 -0700 Subject: [PATCH] Switch PCC service instance name from 'pccService' to 'pccServiceOne'. Resolves gh-54. --- spring-geode-samples/intro/getting-started/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-geode-samples/intro/getting-started/manifest.yml b/spring-geode-samples/intro/getting-started/manifest.yml index 21d7d164..b62f840b 100644 --- a/spring-geode-samples/intro/getting-started/manifest.yml +++ b/spring-geode-samples/intro/getting-started/manifest.yml @@ -5,6 +5,6 @@ applications: instances: 1 path: ./build/libs/spring-geode-samples-getting-started-1.2.0.BUILD-SNAPSHOT.jar services: - - pccService + - pccServiceOne buildpacks: - https://github.com/cloudfoundry/java-buildpack.git