#89 - Release version 1.5.0.M1.

This commit is contained in:
Spring Buildmaster
2014-07-10 10:01:26 -07:00
parent 074ae5e342
commit 7739bfa59d
5 changed files with 27 additions and 27 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>Evans-BUILD-SNAPSHOT</version>
<version>Evans-M1</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.0.M1</version>
</parent>
<name>Spring Data Release Train - BOM</name>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.0.M1</version>
</parent>
<name>Spring Data Build - Java 8 Stubs</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.5.0.BUILD-SNAPSHOT</version>
<version>1.5.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -242,10 +242,10 @@
<postProcess>
<copy todir="${project.basedir}/target/site/reference">
<fileset dir="${project.basedir}/target/docbkx">
<include name="**/*.pdf"/>
<include name="**/*.pdf" />
</fileset>
</copy>
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf" />
</postProcess>
</configuration>
</execution>
@@ -264,15 +264,15 @@
<postProcess>
<copy todir="${project.basedir}/target/site/reference/htmlsingle">
<fileset dir="${project.basedir}/target/docbkx/htmlsingle">
<include name="**/*.html"/>
<include name="**/*.html" />
</fileset>
</copy>
<copy todir="${project.basedir}/target/site/reference/htmlsingle">
<fileset dir="${shared.resources}/docbkx">
<include name="**/*.css"/>
<include name="**/*.png"/>
<include name="**/*.gif"/>
<include name="**/*.jpg"/>
<include name="**/*.css" />
<include name="**/*.png" />
<include name="**/*.gif" />
<include name="**/*.jpg" />
</fileset>
</copy>
</postProcess>
@@ -294,15 +294,15 @@
<postProcess>
<copy todir="${project.basedir}/target/site/reference/html">
<fileset dir="${project.basedir}/target/docbkx/html/index">
<include name="**/*.html"/>
<include name="**/*.html" />
</fileset>
</copy>
<copy todir="${project.basedir}/target/site/reference/html">
<fileset dir="${shared.resources}/docbkx">
<include name="**/*.css"/>
<include name="**/*.png"/>
<include name="**/*.gif"/>
<include name="**/*.jpg"/>
<include name="**/*.css" />
<include name="**/*.png" />
<include name="**/*.gif" />
<include name="**/*.jpg" />
</fileset>
</copy>
</postProcess>
@@ -366,11 +366,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>
@@ -386,9 +386,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>
@@ -405,7 +405,7 @@
<configuration>
<target>
<ant antfile="${shared.resources}/ant/upload-dist.xml">
<target name="upload-distribution"/>
<target name="upload-distribution" />
</ant>
</target>
<failOnError>false</failOnError>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>1.5.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.5.0.BUILD-SNAPSHOT</version>
<version>1.5.0.M1</version>
<relativePath>../pom.xml</relativePath>
</parent>