Rename spring-boot-starter-shell -> remote-shell

Fixes gh-462
This commit is contained in:
Phillip Webb
2014-03-21 09:05:56 -07:00
parent 8c0703ad9c
commit 47eb8180b3
14 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@
<module>spring-boot-starter-parent</module>
<module>spring-boot-starter-redis</module>
<module>spring-boot-starter-security</module>
<module>spring-boot-starter-shell</module>
<module>spring-boot-starter-remote-shell</module>
<module>spring-boot-starter-test</module>
<module>spring-boot-starter-thymeleaf</module>
<module>spring-boot-starter-tomcat</module>

View File

@@ -122,7 +122,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-shell</artifactId>
<artifactId>spring-boot-starter-remote-shell</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>

View File

@@ -6,7 +6,7 @@
<artifactId>spring-boot-starters</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-starter-shell</artifactId>
<artifactId>spring-boot-starter-remote-shell</artifactId>
<packaging>jar</packaging>
<properties>
<main.basedir>${basedir}/../..</main.basedir>