DATACASS-329 - Set up 2.0 development.

This commit is contained in:
Mark Paluch
2016-09-13 17:42:56 +02:00
parent 8ff1f0e3fc
commit 3c80b2cb80
5 changed files with 27 additions and 15 deletions

View File

@@ -6,13 +6,13 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.9.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-cassandra-parent</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Data for Apache Cassandra</name>
@@ -76,8 +76,7 @@
<failsafe.version>2.16</failsafe.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<project.type>multi</project.type>
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
<assertj>3.5.2</assertj>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
</properties>
<repositories>
@@ -186,7 +185,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.2.0.Final</version>
<version>5.2.4.Final</version>
<scope>test</scope>
</dependency>