Skip to content

Commit f9419a6

Browse files
committed
#89 - After release cleanups.
1 parent a792113 commit f9419a6

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

Diff for: bom/pom.xml

+16-16
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>
@@ -24,97 +24,97 @@
2424
<dependency>
2525
<groupId>org.springframework.data</groupId>
2626
<artifactId>spring-cql</artifactId>
27-
<version>1.1.0.M1</version>
27+
<version>1.1.0.BUILD-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.springframework.data</groupId>
3131
<artifactId>spring-data-cassandra</artifactId>
32-
<version>1.1.0.M1</version>
32+
<version>1.1.0.BUILD-SNAPSHOT</version>
3333
</dependency>
3434

3535
<!-- Spring Data Commons -->
3636
<dependency>
3737
<groupId>org.springframework.data</groupId>
3838
<artifactId>spring-data-commons</artifactId>
39-
<version>1.9.0.M1</version>
39+
<version>1.9.0.BUILD-SNAPSHOT</version>
4040
</dependency>
4141

4242
<!-- Spring Data Couchbase -->
4343
<dependency>
4444
<groupId>org.springframework.data</groupId>
4545
<artifactId>spring-data-couchbase</artifactId>
46-
<version>1.2.0.M1</version>
46+
<version>1.2.0.BUILD-SNAPSHOT</version>
4747
</dependency>
4848

4949
<!-- Spring Data Elasticsearch -->
5050
<dependency>
5151
<groupId>org.springframework.data</groupId>
5252
<artifactId>spring-data-elasticsearch</artifactId>
53-
<version>1.1.0.M1</version>
53+
<version>1.1.0.BUILD-SNAPSHOT</version>
5454
</dependency>
5555

5656
<!-- Spring Data Gemfire -->
5757
<dependency>
5858
<groupId>org.springframework.data</groupId>
5959
<artifactId>spring-data-gemfire</artifactId>
60-
<version>1.5.0.M1</version>
60+
<version>1.5.0.BUILD-SNAPSHOT</version>
6161
</dependency>
6262

6363
<!-- Spring Data JPA -->
6464
<dependency>
6565
<groupId>org.springframework.data</groupId>
6666
<artifactId>spring-data-jpa</artifactId>
67-
<version>1.7.0.M1</version>
67+
<version>1.7.0.BUILD-SNAPSHOT</version>
6868
</dependency>
6969

7070
<!-- Spring Data MongoDB -->
7171
<dependency>
7272
<groupId>org.springframework.data</groupId>
7373
<artifactId>spring-data-mongodb</artifactId>
74-
<version>1.6.0.M1</version>
74+
<version>1.6.0.BUILD-SNAPSHOT</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.springframework.data</groupId>
7878
<artifactId>spring-data-mongodb-cross-store</artifactId>
79-
<version>1.6.0.M1</version>
79+
<version>1.6.0.BUILD-SNAPSHOT</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.data</groupId>
8383
<artifactId>spring-data-mongodb-log4j</artifactId>
84-
<version>1.6.0.M1</version>
84+
<version>1.6.0.BUILD-SNAPSHOT</version>
8585
</dependency>
8686

8787
<!-- Spring Data Neo4j -->
8888
<dependency>
8989
<groupId>org.springframework.data</groupId>
9090
<artifactId>spring-data-neo4j</artifactId>
91-
<version>3.2.0.M1</version>
91+
<version>3.2.0.BUILD-SNAPSHOT</version>
9292
</dependency>
9393

9494
<!-- Spring Data Redis -->
9595
<dependency>
9696
<groupId>org.springframework.data</groupId>
9797
<artifactId>spring-data-redis</artifactId>
98-
<version>1.4.0.M1</version>
98+
<version>1.4.0.BUILD-SNAPSHOT</version>
9999
</dependency>
100100

101101
<!-- Spring Data REST -->
102102
<dependency>
103103
<groupId>org.springframework.data</groupId>
104104
<artifactId>spring-data-rest-webmvc</artifactId>
105-
<version>2.2.0.M1</version>
105+
<version>2.2.0.BUILD-SNAPSHOT</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.springframework.data</groupId>
109109
<artifactId>spring-data-rest-core</artifactId>
110-
<version>2.2.0.M1</version>
110+
<version>2.2.0.BUILD-SNAPSHOT</version>
111111
</dependency>
112112

113113
<!-- Spring Data Solr -->
114114
<dependency>
115115
<groupId>org.springframework.data</groupId>
116116
<artifactId>spring-data-solr</artifactId>
117-
<version>1.3.0.M1</version>
117+
<version>1.3.0.BUILD-SNAPSHOT</version>
118118
</dependency>
119119
</dependencies>
120120
</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.5.0.M1</version>
169+
<version>1.5.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)