Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
55b0e747
Commit
55b0e747
authored
Nov 06, 2013
by
Christian Dupuis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename spring-boot-starter-shell-crsh to spring-boot-starter-shell-remote
parent
8cb0211d
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
spring-boot-samples/spring-boot-sample-actuator/pom.xml
+1
-1
pom.xml
spring-boot-starters/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-parent/pom.xml
+1
-1
pom.xml
...ng-boot-starters/spring-boot-starter-shell-remote/pom.xml
+1
-1
help.groovy
...hell-remote/src/main/resources/commands/crash/help.groovy
+0
-0
jmx.groovy
...shell-remote/src/main/resources/commands/crash/jmx.groovy
+0
-0
login.groovy
...ell-remote/src/main/resources/commands/crash/login.groovy
+0
-0
metrics.groovy
...l-remote/src/main/resources/commands/crash/metrics.groovy
+0
-0
No files found.
spring-boot-samples/spring-boot-sample-actuator/pom.xml
View file @
55b0e747
...
@@ -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>
...
...
spring-boot-starters/pom.xml
View file @
55b0e747
...
@@ -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>
...
...
spring-boot-starters/spring-boot-starter-parent/pom.xml
View file @
55b0e747
...
@@ -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>
...
...
spring-boot-starters/spring-boot-starter-shell-
crsh
/pom.xml
→
spring-boot-starters/spring-boot-starter-shell-
remote
/pom.xml
View file @
55b0e747
...
@@ -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>
...
...
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
View file @
55b0e747
File moved
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
View file @
55b0e747
File moved
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
View file @
55b0e747
File moved
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
View file @
55b0e747
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment