From 688c6097692755d0f9471db2f6cc0c127d9a8740 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 3 Aug 2020 13:13:58 -0700 Subject: [PATCH] Change Getting Started Sample artifact version to 1.3.0.BUILD-SNAPSHOT matching the project version. --- 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 b62f840b..421342cf 100644 --- a/spring-geode-samples/intro/getting-started/manifest.yml +++ b/spring-geode-samples/intro/getting-started/manifest.yml @@ -3,7 +3,7 @@ applications: - name: crm-app memory: 768M instances: 1 - path: ./build/libs/spring-geode-samples-getting-started-1.2.0.BUILD-SNAPSHOT.jar + path: ./build/libs/spring-geode-samples-getting-started-1.3.0.BUILD-SNAPSHOT.jar services: - pccServiceOne buildpacks: