File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
spring-boot-admin-samples
spring-boot-admin-sample-discovery
spring-boot-admin-sample-hazelcast
spring-boot-admin-server-ui
spring-boot-admin-starter-client Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ Add the following dependency to your pom.xml.
3232<dependency >
3333 <groupId >de.codecentric</groupId >
3434 <artifactId >spring-boot-admin-server</artifactId >
35- <version >1.2.2 </version >
35+ <version >1.2.3 </version >
3636</dependency >
3737<dependency >
3838 <groupId >de.codecentric</groupId >
3939 <artifactId >spring-boot-admin-server-ui</artifactId >
40- <version >1.2.2 </version >
40+ <version >1.2.3 </version >
4141</dependency >
4242```
4343
@@ -74,7 +74,7 @@ Each application that want to register itself to the admin application has to in
7474<dependency >
7575 <groupId >de.codecentric</groupId >
7676 <artifactId >spring-boot-admin-starter-client</artifactId >
77- <version >1.2.2 </version >
77+ <version >1.2.3 </version >
7878</dependency >
7979```
8080Inside your configuration (e.g. application.properties) you also have to define the URL of the Spring Boot Admin Server, e.g.
Original file line number Diff line number Diff line change 1111
1212 <groupId >de.codecentric</groupId >
1313 <artifactId >spring-boot-admin</artifactId >
14- <version >1.2.3 -SNAPSHOT</version >
14+ <version >1.3.0 -SNAPSHOT</version >
1515 <packaging >pom</packaging >
1616
1717 <name >Spring Boot Admin</name >
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.2.3 -SNAPSHOT</version >
8+ <version >1.3.0 -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.2.3 -SNAPSHOT</version >
7+ <version >1.3.0 -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.2.3 -SNAPSHOT</version >
7+ <version >1.3.0 -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 44 <parent >
55 <groupId >de.codecentric</groupId >
66 <artifactId >spring-boot-admin-samples</artifactId >
7- <version >1.2.3 -SNAPSHOT</version >
7+ <version >1.3.0 -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.2.3 " ,
3+ "version" : " 1.3.0 " ,
44 "scripts" : {
55 "postinstall" : " ./node_modules/protractor/bin/webdriver-manager update" ,
66 "pretest" : " ./node_modules/protractor/bin/webdriver-manager start &" ,
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.2.3 -SNAPSHOT</version >
8+ <version >1.3.0 -SNAPSHOT</version >
99 <relativePath >..</relativePath >
1010 </parent >
1111 <artifactId >spring-boot-admin-server-ui</artifactId >
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Add the following dependency to your pom.xml.
88<dependency >
99 <groupId >de.codecentric</groupId >
1010 <artifactId >spring-boot-admin-server</artifactId >
11- <version >1.2.2 </version >
11+ <version >1.2.3 </version >
1212</dependency >
1313<dependency >
1414 <groupId >de.codecentric</groupId >
1515 <artifactId >spring-boot-admin-server-ui</artifactId >
16- <version >1.2.2 </version >
16+ <version >1.2.3 </version >
1717</dependency >
1818```
1919
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.2.3 -SNAPSHOT</version >
7+ <version >1.3.0 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-admin-server</artifactId >
You can’t perform that action at this time.
0 commit comments