Rename spring-boot-starter-shell-crsh to spring-boot-starter-shell-remote

This commit is contained in:
Christian Dupuis
2013-11-06 12:12:25 +01:00
parent 8cb0211dce
commit 55b0e747b0
8 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-shell-crsh</artifactId>
<artifactId>spring-boot-starter-shell-remote</artifactId>
</dependency>
</dependencies>
<build>

View File

@@ -27,7 +27,7 @@
<module>spring-boot-starter-actuator</module>
<module>spring-boot-starter-parent</module>
<module>spring-boot-starter-security</module>
<module>spring-boot-starter-shell-crsh</module>
<module>spring-boot-starter-shell-remote</module>
<module>spring-boot-starter-test</module>
<module>spring-boot-starter-tomcat</module>
<module>spring-boot-starter-web</module>

View File

@@ -100,7 +100,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-shell-crsh</artifactId>
<artifactId>spring-boot-starter-shell-remote</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>

View File

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