Skip to content

Commit 753fbac

Browse files
committed
Update to 1.1.2
1 parent bf6cb1f commit 753fbac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ Add the following dependency to your pom.xml.
2525
<dependency>
2626
<groupId>de.codecentric</groupId>
2727
<artifactId>spring-boot-admin-server</artifactId>
28-
<version>1.1.1</version>
28+
<version>1.1.2</version>
2929
</dependency>
30-
```
31-
If you have built your own snapshot-release from git you have to enable the UI seperately by adding one additional dependency
32-
```xml
3330
<dependency>
3431
<groupId>de.codecentric</groupId>
3532
<artifactId>spring-boot-admin-server-ui</artifactId>
36-
<version>1.1.1</version>
33+
<version>1.1.2</version>
3734
</dependency>
3835
```
3936

@@ -59,7 +56,7 @@ Each application that want to register itself to the admin application has to in
5956
<dependency>
6057
<groupId>de.codecentric</groupId>
6158
<artifactId>spring-boot-starter-admin-client</artifactId>
62-
<version>1.1.1</version>
59+
<version>1.1.2</version>
6360
</dependency>
6461
```
6562

0 commit comments

Comments
 (0)