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
a204453d
Commit
a204453d
authored
Aug 08, 2016
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the used nodejs version
The 1.4.0 release was a total disaster. Webpack didn't build the css correctly because of travis using an ancient nodejs version.
parent
bad6c534
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
18 additions
and
14 deletions
+18
-14
.travis.yml
.travis.yml
+4
-0
pom.xml
pom.xml
+1
-1
pom.xml
spring-boot-admin-docs/pom.xml
+1
-1
pom.xml
spring-boot-admin-samples/pom.xml
+1
-1
pom.xml
...oot-admin-samples/spring-boot-admin-sample-consul/pom.xml
+1
-1
pom.xml
...oot-admin-samples/spring-boot-admin-sample-eureka/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
+1
-1
pom.xml
...-admin-samples/spring-boot-admin-sample-zookeeper/pom.xml
+1
-1
pom.xml
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
+1
-1
pom.xml
spring-boot-admin-server-ui-activiti/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.
.travis.yml
View file @
a204453d
language
:
java
language
:
java
sudo
:
false
sudo
:
false
env
:
-
NODE_VERSION=4
before_install
:
before_install
:
-
'
if
[[
-n
"$DECRYPT_KEYPHRASE"
]];
then
openssl
aes-256-cbc
-d
-pass
"env:DECRYPT_KEYPHRASE"
-in
.gnupg.tar.enc
|
tar
xv;
fi'
-
'
if
[[
-n
"$DECRYPT_KEYPHRASE"
]];
then
openssl
aes-256-cbc
-d
-pass
"env:DECRYPT_KEYPHRASE"
-in
.gnupg.tar.enc
|
tar
xv;
fi'
-
'
if
[[
${TRAVIS_TAG}
!=
""
]];
then
mvn
versions:set
-DnewVersion="${TRAVIS_TAG}";
fi'
-
'
if
[[
${TRAVIS_TAG}
!=
""
]];
then
mvn
versions:set
-DnewVersion="${TRAVIS_TAG}";
fi'
-
'
nvm
install
${NODE_VERSION}
&&
nvm
use
${NODE_VERSION}'
script
:
mvn clean verify
script
:
mvn clean verify
...
...
pom.xml
View file @
a204453d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</parent>
</parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
Spring Boot Admin
</name>
<name>
Spring Boot Admin
</name>
<description>
Spring Boot Admin
</description>
<description>
Spring Boot Admin
</description>
...
...
spring-boot-admin-docs/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-docs
</artifactId>
<artifactId>
spring-boot-admin-docs
</artifactId>
...
...
spring-boot-admin-samples/pom.xml
View file @
a204453d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-consul/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-sample-consul
</artifactId>
<artifactId>
spring-boot-admin-sample-consul
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-eureka/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-sample-eureka
</artifactId>
<artifactId>
spring-boot-admin-sample-eureka
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-hazelcast/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-sample-hazelcast
</artifactId>
<artifactId>
spring-boot-admin-sample-hazelcast
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-war/pom.xml
View file @
a204453d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<dependencies>
<dependencies>
...
...
spring-boot-admin-samples/spring-boot-admin-sample-zookeeper/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-sample-zookeeper
</artifactId>
<artifactId>
spring-boot-admin-sample-zookeeper
</artifactId>
...
...
spring-boot-admin-samples/spring-boot-admin-sample/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<artifactId>
spring-boot-admin-samples
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-sample
</artifactId>
<artifactId>
spring-boot-admin-sample
</artifactId>
...
...
spring-boot-admin-server-ui-activiti/pom.xml
View file @
a204453d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-server-ui-activiti
</artifactId>
<artifactId>
spring-boot-admin-server-ui-activiti
</artifactId>
...
...
spring-boot-admin-server-ui/package.json
View file @
a204453d
{
{
"name"
:
"spring-boot-admin-server-ui"
,
"name"
:
"spring-boot-admin-server-ui"
,
"version"
:
"1.4.
0
"
,
"version"
:
"1.4.
1
"
,
"scripts"
:
{
"scripts"
:
{
"build"
:
"npm run build:js"
,
"build"
:
"npm run build:js"
,
"build:js"
:
"webpack -p"
,
"build:js"
:
"webpack -p"
,
...
...
spring-boot-admin-server-ui/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
<artifactId>
spring-boot-admin-server-ui
</artifactId>
...
...
spring-boot-admin-server/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-server
</artifactId>
<artifactId>
spring-boot-admin-server
</artifactId>
...
...
spring-boot-admin-starter-client/pom.xml
View file @
a204453d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
de.codecentric
</groupId>
<groupId>
de.codecentric
</groupId>
<artifactId>
spring-boot-admin
</artifactId>
<artifactId>
spring-boot-admin
</artifactId>
<version>
1.4.
0
-SNAPSHOT
</version>
<version>
1.4.
1
-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
<relativePath>
..
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-admin-starter-client
</artifactId>
<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