Commit 55b0e747 authored by Christian Dupuis's avatar Christian Dupuis

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

parent 8cb0211d
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-shell-crsh</artifactId> <artifactId>spring-boot-starter-shell-remote</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<module>spring-boot-starter-actuator</module> <module>spring-boot-starter-actuator</module>
<module>spring-boot-starter-parent</module> <module>spring-boot-starter-parent</module>
<module>spring-boot-starter-security</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-test</module>
<module>spring-boot-starter-tomcat</module> <module>spring-boot-starter-tomcat</module>
<module>spring-boot-starter-web</module> <module>spring-boot-starter-web</module>
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <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> <version>0.5.0.BUILD-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<artifactId>spring-boot-starters</artifactId> <artifactId>spring-boot-starters</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version> <version>0.5.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-shell-crsh</artifactId> <artifactId>spring-boot-starter-shell-remote</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
<main.basedir>${basedir}/../..</main.basedir> <main.basedir>${basedir}/../..</main.basedir>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment