File tree Expand file tree Collapse file tree 8 files changed +11
-12
lines changed
spring-boot-admin-samples
spring-boot-admin-sample-hazelcast
spring-boot-admin-server-ui
spring-boot-starter-admin-client Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ mvn -Psign-artifacts clean deploy
112112Example:
113113
114114``` shell
115- mvn build-helper:parse-version versions:set -DnewVersion=1.0.0-SNAPSHOT
116- mvn versions:commit
115+ mvn build-helper:parse-version versions:set versions:commit -DnewVersion=1.0.0-SNAPSHOT
117116```
118117
119118
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >de.codecentric</groupId >
1212 <artifactId >spring-boot-admin</artifactId >
13- <version >1.1.1 -SNAPSHOT</version >
13+ <version >1.1.2 -SNAPSHOT</version >
1414 <packaging >pom</packaging >
1515 <name >Spring Boot Admin</name >
1616 <description >Spring Boot Admin</description >
158158 <dependency >
159159 <groupId >de.codecentric</groupId >
160160 <artifactId >spring-boot-admin-server</artifactId >
161- <version >1.1.1 -SNAPSHOT</version >
161+ <version >1.1.2 -SNAPSHOT</version >
162162 </dependency >
163163 <dependency >
164164 <groupId >de.codecentric</groupId >
165165 <artifactId >spring-boot-admin-server-ui</artifactId >
166- <version >1.1.1 -SNAPSHOT</version >
166+ <version >1.1.2 -SNAPSHOT</version >
167167 </dependency >
168168 <dependency >
169169 <groupId >de.codecentric</groupId >
170170 <artifactId >spring-boot-starter-admin-client</artifactId >
171- <version >1.1.1 -SNAPSHOT</version >
171+ <version >1.1.2 -SNAPSHOT</version >
172172 </dependency >
173173 <dependency >
174174 <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.1.1 -SNAPSHOT</version >
8+ <version >1.1.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.1.1 -SNAPSHOT</version >
7+ <version >1.1.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 44 <parent >
55 <groupId >de.codecentric</groupId >
66 <artifactId >spring-boot-admin-samples</artifactId >
7- <version >1.1.1 -SNAPSHOT</version >
7+ <version >1.1.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 55 <parent >
66 <groupId >de.codecentric</groupId >
77 <artifactId >spring-boot-admin</artifactId >
8- <version >1.1.1 -SNAPSHOT</version >
8+ <version >1.1.2 -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 44 <parent >
55 <groupId >de.codecentric</groupId >
66 <artifactId >spring-boot-admin</artifactId >
7- <version >1.1.1 -SNAPSHOT</version >
7+ <version >1.1.2 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-admin-server</artifactId >
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.1.1 -SNAPSHOT</version >
7+ <version >1.1.2 -SNAPSHOT</version >
88 <relativePath >..</relativePath >
99 </parent >
1010 <artifactId >spring-boot-starter-admin-client</artifactId >
You can’t perform that action at this time.
0 commit comments