Commit 38407eff by Johannes Stelzer

Update to 1.1.2

parent 753fbac4
......@@ -8,15 +8,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-version from our recent git-revision you need to enable the ui seperately:
```xml
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server-ui</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