Renamed spring-boot-ups -> spring-boot-starter

This commit is contained in:
Phillip Webb
2013-07-30 16:20:36 -07:00
parent 2f0a96c986
commit 3bb79db579
35 changed files with 104 additions and 104 deletions

View File

@@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-up-batch</artifactId>
<artifactId>spring-boot-starter-batch</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>