Skip to content

Commit 45249b5

Browse files
committed
#153 - After release cleanups.
1 parent 73ed2c9 commit 45249b5

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
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.RELEASE</version>
27+
<version>1.3.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.RELEASE</version>
32+
<version>1.3.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.RELEASE</version>
39+
<version>1.11.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.RELEASE</version>
46+
<version>1.4.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.RELEASE</version>
53+
<version>1.3.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.RELEASE</version>
60+
<version>1.7.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.RELEASE</version>
67+
<version>1.9.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.RELEASE</version>
74+
<version>1.8.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.RELEASE</version>
79+
<version>1.8.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.RELEASE</version>
84+
<version>1.8.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.RELEASE</version>
91+
<version>3.4.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.RELEASE</version>
98+
<version>1.6.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.RELEASE</version>
105+
<version>2.4.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.RELEASE</version>
110+
<version>2.4.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.RELEASE</version>
117+
<version>1.5.0.BUILD-SNAPSHOT</version>
118118
</dependency>
119119
</dependencies>
120120
</dependencyManagement>

parent/pom.xml

Lines changed: 12 additions & 12 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.RELEASE</version>
157+
<version>1.7.0.BUILD-SNAPSHOT</version>
158158
<scope>provided</scope>
159159
<type>zip</type>
160160
</dependency>
@@ -224,17 +224,17 @@
224224
<target>
225225
<copy todir="${project.root}/target/site/reference/html">
226226
<fileset dir="${shared.resources}/asciidoc" erroronmissingdir="false">
227-
<include name="**/*.css" />
227+
<include name="**/*.css"/>
228228
</fileset>
229-
<flattenmapper />
229+
<flattenmapper/>
230230
</copy>
231231
<copy todir="${project.root}/target/site/reference/html/images">
232232
<fileset dir="${basedir}/src/main/asciidoc" erroronmissingdir="false">
233-
<include name="**/*.png" />
234-
<include name="**/*.gif" />
235-
<include name="**/*.jpg" />
233+
<include name="**/*.png"/>
234+
<include name="**/*.gif"/>
235+
<include name="**/*.jpg"/>
236236
</fileset>
237-
<flattenmapper />
237+
<flattenmapper/>
238238
</copy>
239239
</target>
240240
</configuration>
@@ -250,9 +250,9 @@
250250
<target>
251251
<copy todir="${project.build.directory}/schemas">
252252
<fileset dir="${basedir}" erroronmissingdir="false">
253-
<include name="**/src/main/resources/**/config/spring-*.xsd" />
253+
<include name="**/src/main/resources/**/config/spring-*.xsd"/>
254254
</fileset>
255-
<flattenmapper />
255+
<flattenmapper/>
256256
</copy>
257257
</target>
258258
</configuration>
@@ -266,8 +266,8 @@
266266
<phase>process-resources</phase>
267267
<configuration>
268268
<target>
269-
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf" />
270-
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub" />
269+
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
270+
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/>
271271
</target>
272272
</configuration>
273273
<goals>

0 commit comments

Comments
 (0)