File tree Expand file tree Collapse file tree 13 files changed +14
-13
lines changed
spring-boot-admin-samples
spring-boot-admin-sample-discovery
spring-boot-admin-sample-hazelcast
spring-boot-admin-sample-war
spring-boot-admin-server-ui
spring-boot-admin-starter-client Expand file tree Collapse file tree 13 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ This application provides a simple GUI to administrate Spring Boot applications
3333
3434## Reference Guide
3535
36+ [ Version 1.3.1] ( http://codecentric.github.io/spring-boot-admin/1.3.1/ )
3637[ Version 1.3.0] ( http://codecentric.github.io/spring-boot-admin/1.3.0/ )
3738
3839## Screenshots
Original file line number Diff line number Diff line change 88 </parent >
99 <groupId >de.codecentric</groupId >
1010 <artifactId >spring-boot-admin</artifactId >
11- <version >1.3.1 -SNAPSHOT</version >
11+ <version >1.3.2 -SNAPSHOT</version >
1212 <packaging >pom</packaging >
1313 <name >Spring Boot Admin</name >
1414 <description >Spring Boot Admin</description >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ mkdir -p "$TEMPDIR"/"${PROJECT_VERSION}"
2929cp -r target/generated-docs/* " $TEMPDIR " /" ${PROJECT_VERSION} " /
3030
3131pushd " $TEMPDIR " > /dev/null
32- git add .
32+ git add --all .
3333
3434if git diff-index --quiet HEAD; then
3535 echo " No changes detected."
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.codecentric</groupId >
66 <artifactId >spring-boot-admin</artifactId >
7- <version >1.3.1 -SNAPSHOT</version >
7+ <version >1.3.2 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <groupId >de.codecentric</groupId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >de.codecentric</groupId >
77 <artifactId >spring-boot-admin</artifactId >
8- <version >1.3.1 -SNAPSHOT</version >
8+ <version >1.3.2 -SNAPSHOT</version >
99 <relativePath >..</relativePath >
1010 </parent >
1111 <groupId >de.codecentric</groupId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.codecentric</groupId >
66 <artifactId >spring-boot-admin-samples</artifactId >
7- <version >1.3.1 -SNAPSHOT</version >
7+ <version >1.3.2 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-admin-sample-discovery</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.codecentric</groupId >
66 <artifactId >spring-boot-admin-samples</artifactId >
7- <version >1.3.1 -SNAPSHOT</version >
7+ <version >1.3.2 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-admin-sample-hazelcast</artifactId >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >de.codecentric</groupId >
55 <artifactId >spring-boot-admin-sample-war</artifactId >
6- <version >1.3.1 -SNAPSHOT</version >
6+ <version >1.3.2 -SNAPSHOT</version >
77 <packaging >war</packaging >
88 <parent >
99 <groupId >de.codecentric</groupId >
1010 <artifactId >spring-boot-admin-samples</artifactId >
11- <version >1.3.1 -SNAPSHOT</version >
11+ <version >1.3.2 -SNAPSHOT</version >
1212 <relativePath >..</relativePath >
1313 </parent >
1414 <dependencies >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >de.codecentric</groupId >
66 <artifactId >spring-boot-admin-samples</artifactId >
7- <version >1.3.1 -SNAPSHOT</version >
7+ <version >1.3.2 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-admin-sample</artifactId >
Original file line number Diff line number Diff line change 11{
22 "name" : " spring-boot-admin-server-ui" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.3.2 " ,
44 "scripts" : {
55 "postinstall" : " ./node_modules/protractor/bin/webdriver-manager update" ,
66 "pretest" : " ./node_modules/protractor/bin/webdriver-manager start &" ,
You can’t perform that action at this time.
0 commit comments