#64 - Prepare version 2.0 development.

Upgraded to Spring Data build parent, Commons and JPA.
This commit is contained in:
Oliver Gierke
2016-11-16 15:23:15 +01:00
parent 515bf2a0f5
commit 1b8834db70

View File

@@ -4,12 +4,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-envers</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<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/>
</parent>
@@ -42,8 +42,8 @@
</scm>
<properties>
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>1.11.0.BUILD-SNAPSHOT</springdata.jpa>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>2.0.0.BUILD-SNAPSHOT</springdata.jpa>
<hibernate.envers>4.3.11</hibernate.envers>
</properties>