diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index a52e16a8a26..abfcf38b261 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 31d622866ad..49eea2e2bdb 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 2b1cf530ea3..9b8bf334865 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 2d159c569b2..04addb84cb0 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