diff --git a/README.md b/README.md
index c6607e460c9..ec9d44484c9 100644
--- a/README.md
+++ b/README.md
@@ -120,11 +120,9 @@ Spring Bootstrap. Features include:
configuration, e.g. `@ConditionalOnBean`,
`@ConditionalOnMissingBean` and `@ConditionalOnClass`.
-### Spring Bootstrap Service
+### Spring Bootstrap Actuator
-
-
-Spring Bootstrap Service uses auto-configuration features to decorate
+Spring Bootstrap Actuator uses auto-configuration features to decorate
your application with features that make it instantly deployable and
supportable in production. For instance if you are writing a JSON web
service then it will provide a server, security, logging, externalized
@@ -132,11 +130,9 @@ configuration, management endpoints, an audit abstraction, and more.
If you want to switch off the built in features, or extend or replace
them, it makes that really easy as well.
-### Spring Bootstrap Applications
+### Spring Bootstrap Starters
-
-
-Spring Bootstrap Applications are a set of convenient dependency
+Spring Bootstrap Starters are a set of convenient dependency
descriptors that you can include in your application. You get a
one-stop-shop for all the Spring and related technology that you need
without having to hunt through sample code and copy paste loads of
diff --git a/spring-bootstrap-actuator/pom.xml b/spring-bootstrap-actuator/pom.xml
index de6e13db891..214b7a10106 100644
--- a/spring-bootstrap-actuator/pom.xml
+++ b/spring-bootstrap-actuator/pom.xml
@@ -22,12 +22,6 @@
org.springframework
spring-core
-
-
- commons-logging
- commons-logging
-
-
org.springframework
@@ -49,16 +43,6 @@
4.3.1.Final
-
- org.slf4j
- jcl-over-slf4j
-
-
- org.slf4j
- slf4j-jdk14
- true
- test
-
com.fasterxml.jackson.core
jackson-databind
diff --git a/spring-bootstrap-samples/pom.xml b/spring-bootstrap-samples/pom.xml
index 6596a15e59a..3d86256e578 100644
--- a/spring-bootstrap-samples/pom.xml
+++ b/spring-bootstrap-samples/pom.xml
@@ -10,12 +10,13 @@
pom
spring-bootstrap-sample
+ spring-bootstrap-actuator-sample
+ spring-bootstrap-batch-sample
spring-bootstrap-data-sample
spring-bootstrap-jetty-sample
spring-bootstrap-simple-sample
spring-bootstrap-tomcat-sample
spring-bootstrap-profile-sample
- spring-bootstrap-actuator-sample
spring-bootstrap-trad-sample
spring-bootstrap-xml-sample
@@ -145,4 +146,25 @@
+
+
+
+ org.springframework
+ spring-core
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+
+
+
+ org.slf4j
+ jcl-over-slf4j
+ runtime
+
+
diff --git a/spring-bootstrap-samples/spring-bootstrap-batch-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-batch-sample/pom.xml
index 6af2f6764cf..d254ee71ef6 100644
--- a/spring-bootstrap-samples/spring-bootstrap-batch-sample/pom.xml
+++ b/spring-bootstrap-samples/spring-bootstrap-batch-sample/pom.xml
@@ -5,7 +5,7 @@
org.springframework.bootstrap
spring-bootstrap-samples
- 0.0.1-SNAPSHOT
+ 0.5.0.BUILD-SNAPSHOT
spring-bootstrap-batch-sample
jar
diff --git a/spring-bootstrap-starters/pom.xml b/spring-bootstrap-starters/pom.xml
index 2106016e8ac..4cc44d95053 100644
--- a/spring-bootstrap-starters/pom.xml
+++ b/spring-bootstrap-starters/pom.xml
@@ -16,6 +16,7 @@
spring-bootstrap-starter
+ spring-bootstrap-actuator-starter
spring-bootstrap-batch-starter
spring-bootstrap-integration-starter
spring-bootstrap-jpa-starter
@@ -33,6 +34,16 @@
spring-bootstrap-actuator
${spring.bootstrap.version}
+
+ org.springframework.bootstrap
+ spring-bootstrap-starter
+ ${spring.bootstrap.version}
+
+
+ org.springframework.bootstrap
+ spring-bootstrap-actuator-starter
+ ${spring.bootstrap.version}
+
org.springframework.bootstrap
spring-bootstrap-web-starter
diff --git a/spring-bootstrap-starters/spring-bootstrap-actuator-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-actuator-starter/pom.xml
new file mode 100644
index 00000000000..c91a3b55724
--- /dev/null
+++ b/spring-bootstrap-starters/spring-bootstrap-actuator-starter/pom.xml
@@ -0,0 +1,23 @@
+
+
+ 4.0.0
+
+ org.springframework.bootstrap
+ spring-bootstrap-starters
+ 0.5.0.BUILD-SNAPSHOT
+
+ spring-bootstrap-actuator-starter
+ jar
+
+
+ ${project.groupId}
+ spring-bootstrap-starter
+ ${project.version}
+
+
+ ${project.groupId}
+ spring-bootstrap-actuator
+ ${project.version}
+
+
+