Updates bootstrap->zero

This commit is contained in:
Dave Syer
2013-07-22 10:32:04 +01:00
parent 8cd59a97ab
commit a7433b094c
6 changed files with 37 additions and 21 deletions

View File

@@ -11,15 +11,15 @@
<description>${description}</description>
<parent>
<groupId>org.springframework.bootstrap</groupId>
<artifactId>spring-bootstrap-starters</artifactId>
<groupId>org.springframework.zero</groupId>
<artifactId>spring-starter-parent</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</parent>
<dependencies><% styles.each { %>
<dependency>
<groupId>org.springframework.bootstrap</groupId>
<artifactId>spring-bootstrap-${it}starter</artifactId>
<groupId>org.springframework.zero</groupId>
<artifactId>spring-starter-${it}</artifactId>
</dependency><% } %>
</dependencies>