Commit c8a27d08 by Dennis Schulte

Prepare 1.1.0 Release

parent 6b0df554
...@@ -25,7 +25,7 @@ Add the following dependency to your pom.xml. ...@@ -25,7 +25,7 @@ Add the following dependency to your pom.xml.
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-server</artifactId> <artifactId>spring-boot-admin-server</artifactId>
<version>1.0.6</version> <version>1.1.0</version>
</dependency> </dependency>
``` ```
...@@ -51,7 +51,7 @@ Each application that want to register itself to the admin application has to in ...@@ -51,7 +51,7 @@ Each application that want to register itself to the admin application has to in
<dependency> <dependency>
<groupId>de.codecentric</groupId> <groupId>de.codecentric</groupId>
<artifactId>spring-boot-starter-admin-client</artifactId> <artifactId>spring-boot-starter-admin-client</artifactId>
<version>1.0.6</version> <version>1.1.0</version>
</dependency> </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