Skip to content

Commit

Permalink
Prepare 3.4.15 (2020.0.15).
Browse files Browse the repository at this point in the history
See #2078
  • Loading branch information
schauder committed Nov 12, 2021
1 parent ad3a1d0 commit 7e7b632
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.4.15-SNAPSHOT</version>
<version>2.4.15</version>
<relativePath/>
</parent>

Expand All @@ -28,13 +28,13 @@
<project.type>multi</project.type>
<dist.id>spring-data-rest</dist.id>

<springdata.commons>2.4.15-SNAPSHOT</springdata.commons>
<springdata.jpa>2.4.15-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.1.15-SNAPSHOT</springdata.mongodb>
<springdata.geode>2.4.15-SNAPSHOT</springdata.geode>
<springdata.commons>2.4.15</springdata.commons>
<springdata.jpa>2.4.15</springdata.jpa>
<springdata.mongodb>3.1.15</springdata.mongodb>
<springdata.geode>2.4.15</springdata.geode>
<springdata.solr>4.3.2-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.1.15-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.4.15-SNAPSHOT</springdata.keyvalue>
<springdata.cassandra>3.1.15</springdata.cassandra>
<springdata.keyvalue>2.4.15</springdata.keyvalue>
<servlet.version>4.0.1</servlet.version>

<hibernate.version>5.4.8.Final</hibernate.version>
Expand Down Expand Up @@ -143,8 +143,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>

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/notice.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Spring Data REST 3.4.14 (2020.0.14)
Spring Data REST 3.4.15 (2020.0.15)
Copyright (c) 2012-2019 Pivotal Software, Inc.

This product is licensed to you under the Apache License, Version 2.0
Expand Down Expand Up @@ -33,5 +33,6 @@ subcomponent's license, as noted in the license.txt file.






0 comments on commit 7e7b632

Please sign in to comment.