Skip to content

Commit a162b9c

Browse files
committed
#63 - Release 1.4.0.RC1.
1 parent 1066cd1 commit a162b9c

File tree

5 files changed

+28
-29
lines changed

5 files changed

+28
-29
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>Dijkstra-BUILD-SNAPSHOT</version>
7+
<version>Dijkstra-RC1</version>
88
<packaging>pom</packaging>
99

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

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

java8/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43

54
<modelVersion>4.0.0</modelVersion>
65
<artifactId>spring-data-java8-stub</artifactId>
76

87
<parent>
98
<groupId>org.springframework.data.build</groupId>
109
<artifactId>spring-data-build</artifactId>
11-
<version>1.4.0.BUILD-SNAPSHOT</version>
10+
<version>1.4.0.RC1</version>
1211
</parent>
1312

1413
<name>Spring Data Build - Java 8 Stubs</name>

parent/pom.xml

Lines changed: 21 additions & 21 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.4.0.BUILD-SNAPSHOT</version>
30+
<version>1.4.0.RC1</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

@@ -242,10 +242,10 @@
242242
<postProcess>
243243
<copy todir="${project.basedir}/target/site/reference">
244244
<fileset dir="${project.basedir}/target/docbkx">
245-
<include name="**/*.pdf"/>
245+
<include name="**/*.pdf" />
246246
</fileset>
247247
</copy>
248-
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
248+
<move file="${project.basedir}/target/site/reference/pdf/index.pdf" tofile="${project.basedir}/target/site/reference/pdf/${dist.id}-reference.pdf" />
249249
</postProcess>
250250
</configuration>
251251
</execution>
@@ -264,15 +264,15 @@
264264
<postProcess>
265265
<copy todir="${project.basedir}/target/site/reference/htmlsingle">
266266
<fileset dir="${project.basedir}/target/docbkx/htmlsingle">
267-
<include name="**/*.html"/>
267+
<include name="**/*.html" />
268268
</fileset>
269269
</copy>
270270
<copy todir="${project.basedir}/target/site/reference/htmlsingle">
271271
<fileset dir="${shared.resources}/docbkx">
272-
<include name="**/*.css"/>
273-
<include name="**/*.png"/>
274-
<include name="**/*.gif"/>
275-
<include name="**/*.jpg"/>
272+
<include name="**/*.css" />
273+
<include name="**/*.png" />
274+
<include name="**/*.gif" />
275+
<include name="**/*.jpg" />
276276
</fileset>
277277
</copy>
278278
</postProcess>
@@ -294,15 +294,15 @@
294294
<postProcess>
295295
<copy todir="${project.basedir}/target/site/reference/html">
296296
<fileset dir="${project.basedir}/target/docbkx/html/index">
297-
<include name="**/*.html"/>
297+
<include name="**/*.html" />
298298
</fileset>
299299
</copy>
300300
<copy todir="${project.basedir}/target/site/reference/html">
301301
<fileset dir="${shared.resources}/docbkx">
302-
<include name="**/*.css"/>
303-
<include name="**/*.png"/>
304-
<include name="**/*.gif"/>
305-
<include name="**/*.jpg"/>
302+
<include name="**/*.css" />
303+
<include name="**/*.png" />
304+
<include name="**/*.gif" />
305+
<include name="**/*.jpg" />
306306
</fileset>
307307
</copy>
308308
</postProcess>
@@ -366,11 +366,11 @@
366366
<target>
367367
<copy todir="${shared.resources}/docbkx/images">
368368
<fileset dir="${basedir}/src/docbkx" erroronmissingdir="false">
369-
<include name="**/*.jpg"/>
370-
<include name="**/*.gif"/>
371-
<include name="**/*.png"/>
369+
<include name="**/*.jpg" />
370+
<include name="**/*.gif" />
371+
<include name="**/*.png" />
372372
</fileset>
373-
<flattenmapper/>
373+
<flattenmapper />
374374
</copy>
375375
</target>
376376
</configuration>
@@ -386,9 +386,9 @@
386386
<target>
387387
<copy todir="${project.build.directory}/schemas">
388388
<fileset dir="${basedir}" erroronmissingdir="false">
389-
<include name="**/src/main/resources/**/config/spring-*.xsd"/>
389+
<include name="**/src/main/resources/**/config/spring-*.xsd" />
390390
</fileset>
391-
<flattenmapper/>
391+
<flattenmapper />
392392
</copy>
393393
</target>
394394
</configuration>
@@ -405,7 +405,7 @@
405405
<configuration>
406406
<target>
407407
<ant antfile="${shared.resources}/ant/upload-dist.xml">
408-
<target name="upload-distribution"/>
408+
<target name="upload-distribution" />
409409
</ant>
410410
</target>
411411
<failOnError>false</failOnError>

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.4.0.BUILD-SNAPSHOT</version>
7+
<version>1.4.0.RC1</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.4.0.BUILD-SNAPSHOT</version>
11+
<version>1.4.0.RC1</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)