DATAJPA-1583 - Prepare 2.2 GA (Moore).
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.data.build</groupId>
|
<groupId>org.springframework.data.build</groupId>
|
||||||
<artifactId>spring-data-parent</artifactId>
|
<artifactId>spring-data-parent</artifactId>
|
||||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
<version>2.2.0.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
<mockito>2.19.1</mockito>
|
<mockito>2.19.1</mockito>
|
||||||
<hibernate.groupId>org.hibernate</hibernate.groupId>
|
<hibernate.groupId>org.hibernate</hibernate.groupId>
|
||||||
<jpa>2.0.0</jpa>
|
<jpa>2.0.0</jpa>
|
||||||
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
|
<springdata.commons>2.2.0.RELEASE</springdata.commons>
|
||||||
|
|
||||||
<java-module-name>spring.data.jpa</java-module-name>
|
<java-module-name>spring.data.jpa</java-module-name>
|
||||||
|
|
||||||
@@ -521,8 +521,8 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spring-libs-snapshot</id>
|
<id>spring-libs-release</id>
|
||||||
<url>https://repo.spring.io/libs-snapshot</url>
|
<url>https://repo.spring.io/libs-release</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Spring Data JPA 2.2 RC3
|
Spring Data JPA 2.2 GA
|
||||||
Copyright (c) [2011-2019] Pivotal Software, Inc.
|
Copyright (c) [2011-2019] Pivotal Software, Inc.
|
||||||
|
|
||||||
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
This product is licensed to you under the Apache License, Version 2.0 (the "License").
|
||||||
|
|||||||
Reference in New Issue
Block a user