#113 - Release version 1.6.0.M1.

This commit is contained in:
Spring Buildmaster
2014-12-01 02:39:57 -08:00
parent cbccceafb8
commit 797d5f62e7
4 changed files with 21 additions and 21 deletions

View File

@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId>
<version>Fowler-BUILD-SNAPSHOT</version>
<version>Fowler-M1</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.6.0.BUILD-SNAPSHOT</version>
<version>1.6.0.M1</version>
</parent>
<name>Spring Data Release Train - BOM</name>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?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">
<!--
@@ -27,7 +27,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.6.0.BUILD-SNAPSHOT</version>
<version>1.6.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -230,10 +230,10 @@
<postProcess>
<copy todir="${project.build.directory}/site/reference">
<fileset dir="${project.build.directory}/docbkx">
<include name="**/*.pdf"/>
<include name="**/*.pdf" />
</fileset>
</copy>
<move file="${project.build.directory}/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
<move file="${project.build.directory}/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf" />
</postProcess>
</configuration>
</execution>
@@ -278,17 +278,17 @@
<target>
<copy todir="${project.root}/target/site/reference/html">
<fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
<include name="**/*.css"/>
<include name="**/*.css" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
<copy todir="${project.root}/target/site/reference/html/images">
<fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
<include name="**/*.png"/>
<include name="**/*.gif"/>
<include name="**/*.jpg"/>
<include name="**/*.png" />
<include name="**/*.gif" />
<include name="**/*.jpg" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
</target>
</configuration>
@@ -304,11 +304,11 @@
<target>
<copy todir="${shared.resources}/docbkx/images">
<fileset dir="${basedir}/src/docbkx" erroronmissingdir="false">
<include name="**/*.jpg"/>
<include name="**/*.gif"/>
<include name="**/*.png"/>
<include name="**/*.jpg" />
<include name="**/*.gif" />
<include name="**/*.png" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
</target>
</configuration>
@@ -324,9 +324,9 @@
<target>
<copy todir="${project.build.directory}/schemas">
<fileset dir="${basedir}" erroronmissingdir="false">
<include name="**/src/main/resources/**/config/spring-*.xsd"/>
<include name="**/src/main/resources/**/config/spring-*.xsd" />
</fileset>
<flattenmapper/>
<flattenmapper />
</copy>
</target>
</configuration>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.6.0.BUILD-SNAPSHOT</version>
<version>1.6.0.M1</version>
<packaging>pom</packaging>
<name>Spring Data Build</name>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.6.0.BUILD-SNAPSHOT</version>
<version>1.6.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>