We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2296913 + 025bafd commit a350b66Copy full SHA for a350b66
spring-boot-samples/spring-boot-sample-actuator-no-security/pom.xml
@@ -5,11 +5,11 @@
5
<!-- Your own application should inherit from spring-boot-starter-parent -->
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-samples</artifactId>
8
- <version>1.4.2.BUILD-SNAPSHOT</version>
+ <version>2.0.0.BUILD-SNAPSHOT</version>
9
</parent>
10
<artifactId>spring-boot-sample-actuator-no-security</artifactId>
11
<name>Spring Boot Actuator UI Sample</name>
12
- <description>Spring Boot Actuator UI Sample</description>
+ <description>Spring Boot Actuator No Security Sample</description>
13
<url>http://projects.spring.io/spring-boot/</url>
14
<organization>
15
<name>Pivotal Software, Inc.</name>
0 commit comments