#163 - Prepare 2.1.6 (Lovelace SR6).

This commit is contained in:
Oliver Drotbohm
2019-04-01 20:03:20 +02:00
parent e8639edc40
commit bd2babd476

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.1.6.BUILD-SNAPSHOT</version>
<version>2.1.6.RELEASE</version>
<relativePath/>
</parent>
@@ -42,7 +42,7 @@
</scm>
<properties>
<springdata.jpa>2.1.6.BUILD-SNAPSHOT</springdata.jpa>
<springdata.jpa>2.1.6.RELEASE</springdata.jpa>
<hibernate.envers>5.2.11</hibernate.envers>
<java-module-name>spring.data.envers</java-module-name>
</properties>
@@ -129,8 +129,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</repository>
</repositories>