diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml
index a52e16a8a2..abfcf38b26 100644
--- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml
@@ -34,7 +34,7 @@
${project.groupId}
- spring-boot-starter-shell-crsh
+ spring-boot-starter-shell-remote
diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml
index 31d622866a..49eea2e2bd 100644
--- a/spring-boot-starters/pom.xml
+++ b/spring-boot-starters/pom.xml
@@ -27,7 +27,7 @@
spring-boot-starter-actuator
spring-boot-starter-parent
spring-boot-starter-security
- spring-boot-starter-shell-crsh
+ spring-boot-starter-shell-remote
spring-boot-starter-test
spring-boot-starter-tomcat
spring-boot-starter-web
diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml
index 2b1cf530ea..9b8bf33486 100644
--- a/spring-boot-starters/spring-boot-starter-parent/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml
@@ -100,7 +100,7 @@
org.springframework.boot
- spring-boot-starter-shell-crsh
+ spring-boot-starter-shell-remote
0.5.0.BUILD-SNAPSHOT
diff --git a/spring-boot-starters/spring-boot-starter-shell-crsh/pom.xml b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml
similarity index 97%
rename from spring-boot-starters/spring-boot-starter-shell-crsh/pom.xml
rename to spring-boot-starters/spring-boot-starter-shell-remote/pom.xml
index 2d159c569b..04addb84cb 100644
--- a/spring-boot-starters/spring-boot-starter-shell-crsh/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml
@@ -7,7 +7,7 @@
spring-boot-starters
0.5.0.BUILD-SNAPSHOT
- spring-boot-starter-shell-crsh
+ spring-boot-starter-shell-remote
jar
${basedir}/../..
diff --git a/spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/help.groovy b/spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/help.groovy
similarity index 100%
rename from spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/help.groovy
rename to spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/help.groovy
diff --git a/spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/jmx.groovy b/spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/jmx.groovy
similarity index 100%
rename from spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/jmx.groovy
rename to spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/jmx.groovy
diff --git a/spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/login.groovy b/spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/login.groovy
similarity index 100%
rename from spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/login.groovy
rename to spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/login.groovy
diff --git a/spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/metrics.groovy b/spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/metrics.groovy
similarity index 100%
rename from spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/metrics.groovy
rename to spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/metrics.groovy