Merge branch '1.5.x'

pull/7306/head
Andy Wilkinson 8 years ago
commit a350b66150

@ -5,11 +5,11 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.4.2.BUILD-SNAPSHOT</version> <version>2.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-actuator-no-security</artifactId> <artifactId>spring-boot-sample-actuator-no-security</artifactId>
<name>Spring Boot Actuator UI Sample</name> <name>Spring Boot Actuator UI Sample</name>
<description>Spring Boot Actuator UI Sample</description> <description>Spring Boot Actuator No Security Sample</description>
<url>http://projects.spring.io/spring-boot/</url> <url>http://projects.spring.io/spring-boot/</url>
<organization> <organization>
<name>Pivotal Software, Inc.</name> <name>Pivotal Software, Inc.</name>

Loading…
Cancel
Save