From d26673c66c32312f202ef3c645dfa3aef6b1f0a6 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Tue, 10 Jan 2012 09:20:48 -0800 Subject: [PATCH] Added CF manifest for easy deployment Upgraded Spring (Data) versions to fix NoSuchMethodException --- cross-store/manifest.yml | 18 ++++++++++++++++++ cross-store/pom.xml | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 cross-store/manifest.yml diff --git a/cross-store/manifest.yml b/cross-store/manifest.yml new file mode 100644 index 00000000..980f848d --- /dev/null +++ b/cross-store/manifest.yml @@ -0,0 +1,18 @@ +--- +applications: + target: + name: xs-survey + url: ${name}.${target-base} + framework: + name: spring + info: + mem: 512M + description: Java SpringSource Spring Application + exec: + mem: 512M + instances: 1 + services: + survey-mongo: + type: :mongodb + survey-mysql: + type: :mysql diff --git a/cross-store/pom.xml b/cross-store/pom.xml index 846d2b35..1cb4b3a3 100644 --- a/cross-store/pom.xml +++ b/cross-store/pom.xml @@ -9,8 +9,8 @@ 1.0.0-BUILD-SNAPSHOT 1.6 - 3.1.0.RC2 - 1.0.0.M5 + 3.1.0.RELEASE + 1.0.0.RELEASE 0.8.1 1.6.11 1.6.1