Skip to content

Commit 60de1be

Browse files
committed
#225 - Release version 1.7.4 (Gosling SR4).
1 parent f304afd commit 60de1be

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33

44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-releasetrain</artifactId>
7-
<version>Gosling-BUILD-SNAPSHOT</version>
7+
<version>Gosling-SR4</version>
88
<packaging>pom</packaging>
99

1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-build</artifactId>
13-
<version>1.7.4.BUILD-SNAPSHOT</version>
13+
<version>1.7.4.RELEASE</version>
1414
</parent>
1515

1616
<name>Spring Data Release Train - BOM</name>

parent/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<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">
33

44
<!--
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.springframework.data.build</groupId>
2828
<artifactId>spring-data-build</artifactId>
29-
<version>1.7.4.BUILD-SNAPSHOT</version>
29+
<version>1.7.4.RELEASE</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -230,17 +230,17 @@
230230
<target>
231231
<copy todir="${project.root}/target/site/reference/html">
232232
<fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
233-
<include name="**/*.css"/>
233+
<include name="**/*.css" />
234234
</fileset>
235-
<flattenmapper/>
235+
<flattenmapper />
236236
</copy>
237237
<copy todir="${project.root}/target/site/reference/html/images">
238238
<fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
239-
<include name="**/*.png"/>
240-
<include name="**/*.gif"/>
241-
<include name="**/*.jpg"/>
239+
<include name="**/*.png" />
240+
<include name="**/*.gif" />
241+
<include name="**/*.jpg" />
242242
</fileset>
243-
<flattenmapper/>
243+
<flattenmapper />
244244
</copy>
245245
</target>
246246
</configuration>
@@ -256,9 +256,9 @@
256256
<target>
257257
<copy todir="${project.build.directory}/schemas">
258258
<fileset dir="${basedir}" erroronmissingdir="false">
259-
<include name="**/src/main/resources/**/config/spring-*.xsd"/>
259+
<include name="**/src/main/resources/**/config/spring-*.xsd" />
260260
</fileset>
261-
<flattenmapper/>
261+
<flattenmapper />
262262
</copy>
263263
</target>
264264
</configuration>
@@ -272,8 +272,8 @@
272272
<phase>process-resources</phase>
273273
<configuration>
274274
<target>
275-
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
276-
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/>
275+
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf" />
276+
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub" />
277277
</target>
278278
</configuration>
279279
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.springframework.data.build</groupId>
66
<artifactId>spring-data-build</artifactId>
7-
<version>1.7.4.BUILD-SNAPSHOT</version>
7+
<version>1.7.4.RELEASE</version>
88
<packaging>pom</packaging>
99

1010
<name>Spring Data Build</name>

resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.data.build</groupId>
1010
<artifactId>spring-data-build</artifactId>
11-
<version>1.7.4.BUILD-SNAPSHOT</version>
11+
<version>1.7.4.RELEASE</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)