Skip to content

Commit 797d5f6

Browse files
committed
#113 - Release version 1.6.0.M1.
1 parent cbcccea commit 797d5f6

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
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-M1</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.M1</version>
1414
</parent>
1515

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

parent/pom.xml

Lines changed: 16 additions & 16 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
<!--
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.springframework.data.build</groupId>
2929
<artifactId>spring-data-build</artifactId>
30-
<version>1.6.0.BUILD-SNAPSHOT</version>
30+
<version>1.6.0.M1</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

@@ -230,10 +230,10 @@
230230
<postProcess>
231231
<copy todir="${project.build.directory}/site/reference">
232232
<fileset dir="${project.build.directory}/docbkx">
233-
<include name="**/*.pdf"/>
233+
<include name="**/*.pdf" />
234234
</fileset>
235235
</copy>
236-
<move file="${project.build.directory}/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
236+
<move file="${project.build.directory}/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf" />
237237
</postProcess>
238238
</configuration>
239239
</execution>
@@ -278,17 +278,17 @@
278278
<target>
279279
<copy todir="${project.root}/target/site/reference/html">
280280
<fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
281-
<include name="**/*.css"/>
281+
<include name="**/*.css" />
282282
</fileset>
283-
<flattenmapper/>
283+
<flattenmapper />
284284
</copy>
285285
<copy todir="${project.root}/target/site/reference/html/images">
286286
<fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
287-
<include name="**/*.png"/>
288-
<include name="**/*.gif"/>
289-
<include name="**/*.jpg"/>
287+
<include name="**/*.png" />
288+
<include name="**/*.gif" />
289+
<include name="**/*.jpg" />
290290
</fileset>
291-
<flattenmapper/>
291+
<flattenmapper />
292292
</copy>
293293
</target>
294294
</configuration>
@@ -304,11 +304,11 @@
304304
<target>
305305
<copy todir="${shared.resources}/docbkx/images">
306306
<fileset dir="${basedir}/src/docbkx" erroronmissingdir="false">
307-
<include name="**/*.jpg"/>
308-
<include name="**/*.gif"/>
309-
<include name="**/*.png"/>
307+
<include name="**/*.jpg" />
308+
<include name="**/*.gif" />
309+
<include name="**/*.png" />
310310
</fileset>
311-
<flattenmapper/>
311+
<flattenmapper />
312312
</copy>
313313
</target>
314314
</configuration>
@@ -324,9 +324,9 @@
324324
<target>
325325
<copy todir="${project.build.directory}/schemas">
326326
<fileset dir="${basedir}" erroronmissingdir="false">
327-
<include name="**/src/main/resources/**/config/spring-*.xsd"/>
327+
<include name="**/src/main/resources/**/config/spring-*.xsd" />
328328
</fileset>
329-
<flattenmapper/>
329+
<flattenmapper />
330330
</copy>
331331
</target>
332332
</configuration>

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.M1</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.M1</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)