Skip to content

Commit 3175e9f

Browse files
committed
Prepare next release
1 parent 4aaf43e commit 3175e9f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,17 @@
159159
<dependency>
160160
<groupId>de.codecentric</groupId>
161161
<artifactId>spring-boot-admin-server</artifactId>
162-
<version>1.0.3-SNAPSHOT</version>
162+
<version>1.0.4-SNAPSHOT</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>de.codecentric</groupId>
166166
<artifactId>spring-boot-starter-admin-client</artifactId>
167-
<version>1.0.3-SNAPSHOT</version>
167+
<version>1.0.4-SNAPSHOT</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>de.codecentric</groupId>
171171
<artifactId>spring-boot-admin-example</artifactId>
172-
<version>1.0.3-SNAPSHOT</version>
172+
<version>1.0.4-SNAPSHOT</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.springframework.boot</groupId>

spring-boot-admin-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.codecentric</groupId>
66
<artifactId>spring-boot-admin</artifactId>
7-
<version>1.0.3-SNAPSHOT</version>
7+
<version>1.0.4-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-example</artifactId>

spring-boot-admin-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.codecentric</groupId>
66
<artifactId>spring-boot-admin</artifactId>
7-
<version>1.0.3-SNAPSHOT</version>
7+
<version>1.0.4-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-server</artifactId>

spring-boot-starter-admin-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.codecentric</groupId>
66
<artifactId>spring-boot-admin</artifactId>
7-
<version>1.0.3-SNAPSHOT</version>
7+
<version>1.0.4-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-starter-admin-client</artifactId>

0 commit comments

Comments
 (0)