Skip to content

Commit c7bb63d

Browse files
committed
#153 - Release version 1.6.0.RELEASE.
1 parent 6dc9468 commit c7bb63d

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>Fowler-BUILD-SNAPSHOT</version>
7+
<version>Fowler-RELEASE</version>
88
<packaging>pom</packaging>
99

1010
<parent>
1111
<groupId>org.springframework.data.build</groupId>
1212
<artifactId>spring-data-build</artifactId>
13-
<version>1.6.0.BUILD-SNAPSHOT</version>
13+
<version>1.6.0.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.6.0.BUILD-SNAPSHOT</version>
29+
<version>1.6.0.RELEASE</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

@@ -224,17 +224,17 @@
224224
<target>
225225
<copy todir="${project.root}/target/site/reference/html">
226226
<fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
227-
<include name="**/*.css"/>
227+
<include name="**/*.css" />
228228
</fileset>
229-
<flattenmapper/>
229+
<flattenmapper />
230230
</copy>
231231
<copy todir="${project.root}/target/site/reference/html/images">
232232
<fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
233-
<include name="**/*.png"/>
234-
<include name="**/*.gif"/>
235-
<include name="**/*.jpg"/>
233+
<include name="**/*.png" />
234+
<include name="**/*.gif" />
235+
<include name="**/*.jpg" />
236236
</fileset>
237-
<flattenmapper/>
237+
<flattenmapper />
238238
</copy>
239239
</target>
240240
</configuration>
@@ -250,9 +250,9 @@
250250
<target>
251251
<copy todir="${project.build.directory}/schemas">
252252
<fileset dir="${basedir}" erroronmissingdir="false">
253-
<include name="**/src/main/resources/**/config/spring-*.xsd"/>
253+
<include name="**/src/main/resources/**/config/spring-*.xsd" />
254254
</fileset>
255-
<flattenmapper/>
255+
<flattenmapper />
256256
</copy>
257257
</target>
258258
</configuration>
@@ -266,8 +266,8 @@
266266
<phase>process-resources</phase>
267267
<configuration>
268268
<target>
269-
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
270-
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/>
269+
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf" />
270+
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub" />
271271
</target>
272272
</configuration>
273273
<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.6.0.BUILD-SNAPSHOT</version>
7+
<version>1.6.0.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.6.0.BUILD-SNAPSHOT</version>
11+
<version>1.6.0.RELEASE</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)