Next Development Version

This commit is contained in:
Spring Buildmaster
2018-06-14 10:05:31 +00:00
parent dc4691fd7f
commit 36b8639853
185 changed files with 265 additions and 266 deletions

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- This POM is just to trigger the Ant/Ivy sample from Maven and to test -->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.5.14.BUILD-SNAPSHOT</version>
<version>1.5.15.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-ant</artifactId>
<name>Spring Boot Ant Sample</name>
@@ -31,7 +32,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-antlib</artifactId>
<version>1.5.14.BUILD-SNAPSHOT</version>
<version>1.5.15.BUILD-SNAPSHOT</version>
</dependency>
<!-- Test -->
<dependency>
@@ -61,8 +62,8 @@
<phase>package</phase>
<configuration>
<target>
<property name="build.compiler" value="extJavac"/>
<ant dir="${basedir}"/>
<property name="build.compiler" value="extJavac" />
<ant dir="${basedir}" />
</target>
</configuration>
<goals>
@@ -102,4 +103,4 @@
</plugin>
</plugins>
</build>
</project>
</project>