#244 - Release version 1.7.5.RELEASE.

This commit is contained in:
Spring Buildmaster
2016-09-20 13:34:32 +00:00
parent 4750c6abbc
commit 8e2a8a76d8
4 changed files with 17 additions and 17 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"> <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> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-releasetrain</artifactId> <artifactId>spring-data-releasetrain</artifactId>
<version>Gosling-BUILD-SNAPSHOT</version> <version>Gosling-SR5</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId> <artifactId>spring-data-build</artifactId>
<version>1.7.5.BUILD-SNAPSHOT</version> <version>1.7.5.RELEASE</version>
</parent> </parent>
<name>Spring Data Release Train - BOM</name> <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"> <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">
<!-- <!--
@@ -26,7 +26,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId> <artifactId>spring-data-build</artifactId>
<version>1.7.5.BUILD-SNAPSHOT</version> <version>1.7.5.RELEASE</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
@@ -230,17 +230,17 @@
<target> <target>
<copy todir="${project.root}/target/site/reference/html"> <copy todir="${project.root}/target/site/reference/html">
<fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false"> <fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
<include name="**/*.css"/> <include name="**/*.css" />
</fileset> </fileset>
<flattenmapper/> <flattenmapper />
</copy> </copy>
<copy todir="${project.root}/target/site/reference/html/images"> <copy todir="${project.root}/target/site/reference/html/images">
<fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false"> <fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
<include name="**/*.png"/> <include name="**/*.png" />
<include name="**/*.gif"/> <include name="**/*.gif" />
<include name="**/*.jpg"/> <include name="**/*.jpg" />
</fileset> </fileset>
<flattenmapper/> <flattenmapper />
</copy> </copy>
</target> </target>
</configuration> </configuration>
@@ -256,9 +256,9 @@
<target> <target>
<copy todir="${project.build.directory}/schemas"> <copy todir="${project.build.directory}/schemas">
<fileset dir="${basedir}" erroronmissingdir="false"> <fileset dir="${basedir}" erroronmissingdir="false">
<include name="**/src/main/resources/**/config/spring-*.xsd"/> <include name="**/src/main/resources/**/config/spring-*.xsd" />
</fileset> </fileset>
<flattenmapper/> <flattenmapper />
</copy> </copy>
</target> </target>
</configuration> </configuration>
@@ -272,8 +272,8 @@
<phase>process-resources</phase> <phase>process-resources</phase>
<configuration> <configuration>
<target> <target>
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/> <copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf" />
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/> <copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub" />
</target> </target>
</configuration> </configuration>
<goals> <goals>

View File

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

View File

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