From 71746afb53d0f6f334087f61603ed2fb81153633 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.4.0-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..104d9213 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.4.0-SNAPSHOT.jar services: - pccServiceOne buildpacks: