From f645b03939594a55a641c9d96677f06678f2f4e4 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 8 Aug 2013 15:57:57 +0100 Subject: [PATCH] Fix pom in actuator README --- spring-boot-actuator/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-actuator/README.md b/spring-boot-actuator/README.md index 8ef9bab587d..94917765428 100644 --- a/spring-boot-actuator/README.md +++ b/spring-boot-actuator/README.md @@ -52,24 +52,24 @@ If you are using Maven create a really simple `pom.xml` with 2 dependencies: jar org.springframework.boot - spring-starter-parent + spring-boot-starter-parent {{project.version}} org.springframework.boot - spring-starter-web + spring-boot-starter-web org.springframework.boot - spring-starter-actuator + spring-boot-starter-actuator org.springframework.boot - spring-package-maven-plugin + spring-boot-maven-plugin