Commit 753fbac4 by Johannes Stelzer

Update to 1.1.2

parent bf6cb1fe
......@@ -25,15 +25,12 @@ Add the following dependency to your pom.xml.
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```
If you have built your own snapshot-release from git you have to enable the UI seperately by adding one additional dependency
```xml
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```
......@@ -59,7 +56,7 @@ Each application that want to register itself to the admin application has to in
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-starter-admin-client</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment