Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
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
openSource
spring-boot-admin
Commits
a881b8ed
Commit
a881b8ed
authored
Nov 24, 2014
by
Dennis Schulte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for upcoming release
parent
8e7753c9
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
10 deletions
+14
-10
pom.xml
pom.xml
+3
-3
.gitignore
spring-boot-admin-samples/.gitignore
+4
-0
pom.xml
spring-boot-admin-samples/pom.xml
+2
-2
pom.xml
...-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
+1
-1
pom.xml
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
+1
-1
README.md
spring-boot-admin-server/README.md
+1
-1
pom.xml
spring-boot-admin-server/pom.xml
+1
-1
pom.xml
spring-boot-starter-admin-client/pom.xml
+1
-1
No files found.
pom.xml
View file @
a881b8ed
...
...
@@ -10,7 +10,7 @@
</parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
Spring Boot Admin
</name>
<description>
Spring Boot Admin
</description>
...
...
@@ -161,12 +161,12 @@
<dependency>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-server
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-starter-admin-client
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
de.codecentric
</groupId>
...
...
spring-boot-admin-samples/.gitignore
0 → 100644
View file @
a881b8ed
/target
/.settings
/.classpath
/.project
spring-boot-admin-samples/pom.xml
View file @
a881b8ed
...
...
@@ -5,12 +5,12 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
Spring Boot Admin Samples
</name>
<description>
Spring Boot Admin Samples
</description>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
View file @
a881b8ed
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-sample-hazelcast
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
View file @
a881b8ed
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-sample
</artifactId>
...
...
spring-boot-admin-server/README.md
View file @
a881b8ed
...
...
@@ -8,7 +8,7 @@ Add the following dependency to your pom.xml.
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>1.
0.6
</version>
<version>1.
1.0
</version>
</dependency>
```
...
...
spring-boot-admin-server/pom.xml
View file @
a881b8ed
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-server
</artifactId>
...
...
spring-boot-starter-admin-client/pom.xml
View file @
a881b8ed
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.
0.6
-SNAPSHOT
</version>
<version>
1.
1.0
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-starter-admin-client
</artifactId>
...
...
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