Skip to content

Commit efcb12b

Browse files
committed
#63 - After release cleanups.
1 parent c85b81d commit efcb12b

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

Diff for: bom/pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
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>
@@ -22,57 +22,57 @@
2222
<dependency>
2323
<groupId>org.springframework.data</groupId>
2424
<artifactId>spring-data-cassandra</artifactId>
25-
<version>1.0.0.RC1</version>
25+
<version>1.0.0.BUILD-SNAPSHOT</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.data</groupId>
2929
<artifactId>spring-data-commons</artifactId>
30-
<version>1.8.0.RC1</version>
30+
<version>1.8.0.BUILD-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.data</groupId>
3434
<artifactId>spring-data-couchbase</artifactId>
35-
<version>1.1.0.RC1</version>
35+
<version>1.1.0.BUILD-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.data</groupId>
3939
<artifactId>spring-data-elasticsearch</artifactId>
40-
<version>1.0.0.RC1</version>
40+
<version>1.0.0.BUILD-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.springframework.data</groupId>
4444
<artifactId>spring-data-gemfire</artifactId>
45-
<version>1.4.0.RC1</version>
45+
<version>1.4.0.BUILD-SNAPSHOT</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.springframework.data</groupId>
4949
<artifactId>spring-data-jpa</artifactId>
50-
<version>1.6.0.RC1</version>
50+
<version>1.6.0.BUILD-SNAPSHOT</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.data</groupId>
5454
<artifactId>spring-data-mongodb</artifactId>
55-
<version>1.5.0.RC1</version>
55+
<version>1.5.0.BUILD-SNAPSHOT</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.springframework.data</groupId>
5959
<artifactId>spring-data-neo4j</artifactId>
60-
<version>3.1.0.RC1</version>
60+
<version>3.1.0.BUILD-SNAPSHOT</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.springframework.data</groupId>
6464
<artifactId>spring-data-redis</artifactId>
65-
<version>1.3.0.RC1</version>
65+
<version>1.3.0.BUILD-SNAPSHOT</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.springframework.data</groupId>
6969
<artifactId>spring-data-rest-webmvc</artifactId>
70-
<version>2.1.0.RC1</version>
70+
<version>2.1.0.BUILD-SNAPSHOT</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.springframework.data</groupId>
7474
<artifactId>spring-data-solr</artifactId>
75-
<version>1.2.0.RC1</version>
75+
<version>1.2.0.BUILD-SNAPSHOT</version>
7676
</dependency>
7777
</dependencies>
7878
</dependencyManagement>

Diff for: parent/pom.xml

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
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
<!--
@@ -166,7 +166,7 @@
166166
<dependency>
167167
<groupId>org.springframework.data.build</groupId>
168168
<artifactId>spring-data-build-resources</artifactId>
169-
<version>1.4.0.RC1</version>
169+
<version>1.4.0.BUILD-SNAPSHOT</version>
170170
<scope>provided</scope>
171171
<type>zip</type>
172172
</dependency>
@@ -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>

0 commit comments

Comments
 (0)