From 55b0e747b01b70967c5725b9ed971ba3aec36f61 Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Wed, 6 Nov 2013 12:12:25 +0100 Subject: [PATCH] Rename spring-boot-starter-shell-crsh to spring-boot-starter-shell-remote --- spring-boot-samples/spring-boot-sample-actuator/pom.xml | 2 +- spring-boot-starters/pom.xml | 2 +- spring-boot-starters/spring-boot-starter-parent/pom.xml | 2 +- .../pom.xml | 2 +- .../src/main/resources/commands/crash/help.groovy | 0 .../src/main/resources/commands/crash/jmx.groovy | 0 .../src/main/resources/commands/crash/login.groovy | 0 .../src/main/resources/commands/crash/metrics.groovy | 0 8 files changed, 4 insertions(+), 4 deletions(-) rename spring-boot-starters/{spring-boot-starter-shell-crsh => spring-boot-starter-shell-remote}/pom.xml (97%) rename spring-boot-starters/{spring-boot-starter-shell-crsh => spring-boot-starter-shell-remote}/src/main/resources/commands/crash/help.groovy (100%) rename spring-boot-starters/{spring-boot-starter-shell-crsh => spring-boot-starter-shell-remote}/src/main/resources/commands/crash/jmx.groovy (100%) rename spring-boot-starters/{spring-boot-starter-shell-crsh => spring-boot-starter-shell-remote}/src/main/resources/commands/crash/login.groovy (100%) rename spring-boot-starters/{spring-boot-starter-shell-crsh => spring-boot-starter-shell-remote}/src/main/resources/commands/crash/metrics.groovy (100%) 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