Browse Source

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

pull/118/merge
Christian Dupuis 12 years ago
parent
commit
55b0e747b0
  1. 2
      spring-boot-samples/spring-boot-sample-actuator/pom.xml
  2. 2
      spring-boot-starters/pom.xml
  3. 2
      spring-boot-starters/spring-boot-starter-parent/pom.xml
  4. 2
      spring-boot-starters/spring-boot-starter-shell-remote/pom.xml
  5. 0
      spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/help.groovy
  6. 0
      spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/jmx.groovy
  7. 0
      spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/login.groovy
  8. 0
      spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/metrics.groovy

2
spring-boot-samples/spring-boot-sample-actuator/pom.xml

@ -34,7 +34,7 @@ @@ -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>

2
spring-boot-starters/pom.xml

@ -27,7 +27,7 @@ @@ -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>

2
spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -100,7 +100,7 @@ @@ -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>

2
spring-boot-starters/spring-boot-starter-shell-crsh/pom.xml → spring-boot-starters/spring-boot-starter-shell-remote/pom.xml

@ -7,7 +7,7 @@ @@ -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>

0
spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/help.groovy → spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/help.groovy

0
spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/jmx.groovy → spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/jmx.groovy

0
spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/login.groovy → spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/login.groovy

0
spring-boot-starters/spring-boot-starter-shell-crsh/src/main/resources/commands/crash/metrics.groovy → spring-boot-starters/spring-boot-starter-shell-remote/src/main/resources/commands/crash/metrics.groovy

Loading…
Cancel
Save