Skip to content

Commit d370971

Browse files
author
Johannes Stelzer
committed
increase minor version for next release
1 parent d9cdf33 commit d370971

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>de.codecentric</groupId>
1313
<artifactId>spring-boot-admin</artifactId>
14-
<version>1.1.3-SNAPSHOT</version>
14+
<version>1.2.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Spring Boot Admin</name>

spring-boot-admin-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.codecentric</groupId>
77
<artifactId>spring-boot-admin</artifactId>
8-
<version>1.1.3-SNAPSHOT</version>
8+
<version>1.2.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<groupId>de.codecentric</groupId>

spring-boot-admin-samples/spring-boot-admin-sample-discovery/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-samples</artifactId>
7-
<version>1.1.3-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-sample-discovery</artifactId>

spring-boot-admin-samples/spring-boot-admin-sample-hazelcast/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-samples</artifactId>
7-
<version>1.1.3-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-sample-hazelcast</artifactId>

spring-boot-admin-samples/spring-boot-admin-sample/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-samples</artifactId>
7-
<version>1.1.3-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-sample</artifactId>

spring-boot-admin-server-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spring-boot-admin-server-ui",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"scripts": {
55
"postinstall": "./node_modules/protractor/bin/webdriver-manager update",
66
"pretest": "./node_modules/protractor/bin/webdriver-manager start &",

spring-boot-admin-server-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.codecentric</groupId>
77
<artifactId>spring-boot-admin</artifactId>
8-
<version>1.1.3-SNAPSHOT</version>
8+
<version>1.2.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-boot-admin-server-ui</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.1.3-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-server</artifactId>

spring-boot-admin-starter-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.1.3-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-starter-client</artifactId>

0 commit comments

Comments
 (0)