Fix sample POMs

Update sample POMs to follow CI friendly Maven conventions.

See gh-9316
This commit is contained in:
Phillip Webb
2017-05-31 14:15:58 -07:00
parent 3476f7b8a4
commit 2855010841
80 changed files with 358 additions and 659 deletions

View File

@@ -6,16 +6,11 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<artifactId>spring-boot-sample-cache</artifactId>
<name>Spring Boot Cache Sample</name>
<description>Spring Boot Cache Sample</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
</properties>