Skip to content

Commit db769e2

Browse files
author
Johannes Stelzer
committed
increment version for next release and update docs
1 parent 037b4d1 commit db769e2

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```
8080
Inside your configuration (e.g. application.properties) you also have to define the URL of the Spring Boot Admin Server, e.g.

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.2.3-SNAPSHOT</version>
14+
<version>1.3.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.2.3-SNAPSHOT</version>
8+
<version>1.3.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.2.3-SNAPSHOT</version>
7+
<version>1.3.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.2.3-SNAPSHOT</version>
7+
<version>1.3.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.2.3-SNAPSHOT</version>
7+
<version>1.3.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.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 &",

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.2.3-SNAPSHOT</version>
8+
<version>1.3.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-boot-admin-server-ui</artifactId>

spring-boot-admin-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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.2.3-SNAPSHOT</version>
7+
<version>1.3.0-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>spring-boot-admin-server</artifactId>

0 commit comments

Comments
 (0)