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}