Skip to content

Commit 749c4ce

Browse files
committed
#113 - After release cleanups.
1 parent 575abb4 commit 749c4ce

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

bom/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"?>
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.2.0.M1</version>
27+
<version>1.2.0.BUILD-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.springframework.data</groupId>
3131
<artifactId>spring-data-cassandra</artifactId>
32-
<version>1.2.0.M1</version>
32+
<version>1.2.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.10.0.M1</version>
39+
<version>1.10.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.3.0.M1</version>
46+
<version>1.3.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.2.0.M1</version>
53+
<version>1.2.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.6.0.M1</version>
60+
<version>1.6.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.8.0.M1</version>
67+
<version>1.8.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.7.0.M1</version>
74+
<version>1.7.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.7.0.M1</version>
79+
<version>1.7.0.BUILD-SNAPSHOT</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.springframework.data</groupId>
8383
<artifactId>spring-data-mongodb-log4j</artifactId>
84-
<version>1.7.0.M1</version>
84+
<version>1.7.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.3.0.M1</version>
91+
<version>3.3.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.5.0.M1</version>
98+
<version>1.5.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.3.0.M1</version>
105+
<version>2.3.0.BUILD-SNAPSHOT</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.springframework.data</groupId>
109109
<artifactId>spring-data-rest-core</artifactId>
110-
<version>2.3.0.M1</version>
110+
<version>2.3.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.4.0.M1</version>
117+
<version>1.4.0.BUILD-SNAPSHOT</version>
118118
</dependency>
119119
</dependencies>
120120
</dependencyManagement>

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"?>
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
<!--
@@ -154,7 +154,7 @@
154154
<dependency>
155155
<groupId>org.springframework.data.build</groupId>
156156
<artifactId>spring-data-build-resources</artifactId>
157-
<version>1.6.0.M1</version>
157+
<version>1.6.0.BUILD-SNAPSHOT</version>
158158
<scope>provided</scope>
159159
<type>zip</type>
160160
</dependency>
@@ -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>

0 commit comments

Comments
 (0)