diff --git a/templates/starter-pom.xml b/templates/starter-pom.xml
index ade8eddd..3fda49fa 100644
--- a/templates/starter-pom.xml
+++ b/templates/starter-pom.xml
@@ -11,15 +11,15 @@
${description}
- org.springframework.zero
- spring-starter-parent
+ org.springframework.boot
+ spring-boot-starter-parent
0.5.0.BUILD-SNAPSHOT
<% styles.each { %>
- org.springframework.zero
- spring-starter${it}
+ org.springframework.boot
+ spring-boot-starter${it}
<% } %>
@@ -30,8 +30,8 @@
- org.springframework.zero
- spring-package-maven-plugin
+ org.springframework.boot
+ spring-boot-maven-plugin