File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
spring-boot-admin-example
spring-boot-starter-admin-client Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >1.1.6 .RELEASE</version >
8+ <version >1.1.7 .RELEASE</version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >de.codecentric</groupId >
1616 <description >Spring Boot Admin</description >
1717 <url >https://github.com/codecentric/spring-boot-admin/</url >
1818 <properties >
19- <spring-boot .version>1.1.6 .RELEASE</spring-boot .version>
19+ <spring-boot .version>1.1.7 .RELEASE</spring-boot .version>
2020 <spring .version>4.0.7.RELEASE</spring .version>
2121 <bootstrap .version>2.3.2</bootstrap .version>
2222 <jquery .version>1.11.0</jquery .version>
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.0.2 -SNAPSHOT</version >
7+ <version >1.0.3 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-admin-example</artifactId >
3232 </execution >
3333 </executions >
3434 <configuration >
35- <mainClass >de.codecentric.SpringBootAdminApplication</mainClass >
35+ <mainClass >de.codecentric.boot.admin.SpringBootAdminApplication</mainClass >
36+ <addResources >false</addResources >
3637 </configuration >
3738 </plugin >
3839 </plugins >
3940 </build >
40- </project >
41+ </project >
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.0.2 -SNAPSHOT</version >
7+ <version >1.0.3 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-admin-server</artifactId >
9090 </resource >
9191 </resources >
9292 </build >
93- </project >
93+ </project >
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.0.2 -SNAPSHOT</version >
7+ <version >1.0.3 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-starter-admin-client</artifactId >
3030 <artifactId >jolokia-core</artifactId >
3131 </dependency >
3232 </dependencies >
33- </project >
33+ </project >
You can’t perform that action at this time.
0 commit comments