From e24ffa7e6458453b480dac2d4222ae29f9d8e91d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 9 May 2013 17:37:06 +0100 Subject: [PATCH] Fix samples to include integration as a submodule --- spring-bootstrap-samples/pom.xml | 1 + .../spring-bootstrap-integration-sample/pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/spring-bootstrap-samples/pom.xml b/spring-bootstrap-samples/pom.xml index 60f60caf42..56cd131ddb 100644 --- a/spring-bootstrap-samples/pom.xml +++ b/spring-bootstrap-samples/pom.xml @@ -13,6 +13,7 @@ spring-bootstrap-actuator-sample spring-bootstrap-batch-sample spring-bootstrap-data-sample + spring-bootstrap-integration-sample spring-bootstrap-jetty-sample spring-bootstrap-simple-sample spring-bootstrap-tomcat-sample diff --git a/spring-bootstrap-samples/spring-bootstrap-integration-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-integration-sample/pom.xml index a6aff37cec..3ba4e36455 100644 --- a/spring-bootstrap-samples/spring-bootstrap-integration-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-integration-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-integration-sample jar @@ -14,8 +14,8 @@ - ${project.groupId} - spring-bootstrap-service + org.springframework.bootstrap + spring-bootstrap-actuator ${project.version}