DATAREST-1539 - Prepare 3.4 M2 (2020.0.0).
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>2.4.0-SNAPSHOT</version>
|
||||
<version>2.4.0-M2</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -28,13 +28,13 @@
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-rest</dist.id>
|
||||
|
||||
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>
|
||||
<springdata.jpa>2.4.0-SNAPSHOT</springdata.jpa>
|
||||
<springdata.mongodb>3.1.0-SNAPSHOT</springdata.mongodb>
|
||||
<springdata.geode>2.4.0-SNAPSHOT</springdata.geode>
|
||||
<springdata.solr>4.3.0-SNAPSHOT</springdata.solr>
|
||||
<springdata.cassandra>3.1.0-SNAPSHOT</springdata.cassandra>
|
||||
<springdata.keyvalue>2.4.0-SNAPSHOT</springdata.keyvalue>
|
||||
<springdata.commons>2.4.0-M2</springdata.commons>
|
||||
<springdata.jpa>2.4.0-M2</springdata.jpa>
|
||||
<springdata.mongodb>3.1.0-M2</springdata.mongodb>
|
||||
<springdata.geode>2.4.0-M2</springdata.geode>
|
||||
<springdata.solr>4.3.0-M2</springdata.solr>
|
||||
<springdata.cassandra>3.1.0-M2</springdata.cassandra>
|
||||
<springdata.keyvalue>2.4.0-M2</springdata.keyvalue>
|
||||
|
||||
<hibernate.version>5.4.8.Final</hibernate.version>
|
||||
<jsonpath>1.1.0</jsonpath>
|
||||
@@ -143,8 +143,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-milestone</id>
|
||||
<url>https://repo.spring.io/libs-milestone</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data REST 3.4 M1 (2020.0.0)
|
||||
Spring Data REST 3.4 M2 (2020.0.0)
|
||||
Copyright (c) 2012-2019 Pivotal Software, Inc.
|
||||
|
||||
This product is licensed to you under the Apache License, Version 2.0
|
||||
@@ -17,3 +17,4 @@ subcomponent's license, as noted in the license.txt file.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user