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
87efc018
Commit
87efc018
authored
Dec 18, 2015
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increment version for next release
parent
78c9f0b2
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
14 additions
and
13 deletions
+14
-13
README.md
README.md
+1
-0
pom.xml
pom.xml
+1
-1
deploy-gh-pages.sh
spring-boot-admin-docs/deploy-gh-pages.sh
+1
-1
pom.xml
spring-boot-admin-docs/pom.xml
+1
-1
pom.xml
spring-boot-admin-samples/pom.xml
+1
-1
pom.xml
...-admin-samples/spring-boot-admin-sample-discovery/pom.xml
+1
-1
pom.xml
...-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
+1
-1
pom.xml
...g-boot-admin-samples/spring-boot-admin-sample-war/pom.xml
+2
-2
pom.xml
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
+1
-1
package.json
spring-boot-admin-server-ui/package.json
+1
-1
pom.xml
spring-boot-admin-server-ui/pom.xml
+1
-1
pom.xml
spring-boot-admin-server/pom.xml
+1
-1
pom.xml
spring-boot-admin-starter-client/pom.xml
+1
-1
No files found.
README.md
View file @
87efc018
...
...
@@ -33,6 +33,7 @@ This application provides a simple GUI to administrate Spring Boot applications
## Reference Guide
[
Version 1.3.1
](
http://codecentric.github.io/spring-boot-admin/1.3.1/
)
[
Version 1.3.0
](
http://codecentric.github.io/spring-boot-admin/1.3.0/
)
## Screenshots
...
...
pom.xml
View file @
87efc018
...
...
@@ -8,7 +8,7 @@
</parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
Spring Boot Admin
</name>
<description>
Spring Boot Admin
</description>
...
...
spring-boot-admin-docs/deploy-gh-pages.sh
View file @
87efc018
...
...
@@ -29,7 +29,7 @@ mkdir -p "$TEMPDIR"/"${PROJECT_VERSION}"
cp
-r
target/generated-docs/
*
"
$TEMPDIR
"
/
"
${
PROJECT_VERSION
}
"
/
pushd
"
$TEMPDIR
"
>
/dev/null
git add
.
git add
--all
.
if
git diff-index
--quiet
HEAD
;
then
echo
"No changes detected."
...
...
spring-boot-admin-docs/pom.xml
View file @
87efc018
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<groupId>
de.codecentric
</groupId>
...
...
spring-boot-admin-samples/pom.xml
View file @
87efc018
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<groupId>
de.codecentric
</groupId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-discovery/pom.xml
View file @
87efc018
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-sample-discovery
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
View file @
87efc018
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-sample-hazelcast
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-war/pom.xml
View file @
87efc018
...
...
@@ -3,12 +3,12 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-sample-war
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<packaging>
war
</packaging>
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<dependencies>
...
...
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
View file @
87efc018
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-sample
</artifactId>
...
...
spring-boot-admin-server-ui/package.json
View file @
87efc018
{
"name"
:
"spring-boot-admin-server-ui"
,
"version"
:
"1.3.
1
"
,
"version"
:
"1.3.
2
"
,
"scripts"
:
{
"postinstall"
:
"./node_modules/protractor/bin/webdriver-manager update"
,
"pretest"
:
"./node_modules/protractor/bin/webdriver-manager start &"
,
...
...
spring-boot-admin-server-ui/pom.xml
View file @
87efc018
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
...
...
spring-boot-admin-server/pom.xml
View file @
87efc018
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-server
</artifactId>
...
...
spring-boot-admin-starter-client/pom.xml
View file @
87efc018
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.3.
1
-SNAPSHOT
</version>
<version>
1.3.
2
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
spring-boot-admin-starter-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