Skip to content

Commit

Permalink
Added CF manifest for easy deployment
Browse files Browse the repository at this point in the history
Upgraded Spring (Data) versions to fix NoSuchMethodException
  • Loading branch information
cer committed Jan 10, 2012
1 parent 701400c commit d26673c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions 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
4 changes: 2 additions & 2 deletions cross-store/pom.xml
Expand Up @@ -9,8 +9,8 @@
<version>1.0.0-BUILD-SNAPSHOT</version>
<properties>
<java-version>1.6</java-version>
<org.springframework-version>3.1.0.RC2</org.springframework-version>
<spring.data.mongo.version>1.0.0.M5</spring.data.mongo.version>
<org.springframework-version>3.1.0.RELEASE</org.springframework-version>
<spring.data.mongo.version>1.0.0.RELEASE</spring.data.mongo.version>
<org.cloudfoundry-version>0.8.1</org.cloudfoundry-version>
<org.aspectj-version>1.6.11</org.aspectj-version>
<org.slf4j.version>1.6.1</org.slf4j.version>
Expand Down

0 comments on commit d26673c

Please sign in to comment.