Skip to content

Commit

Permalink
Prepare 3.4.5 (2020.0.5).
Browse files Browse the repository at this point in the history
See #1975
  • Loading branch information
christophstrobl committed Feb 18, 2021
1 parent 25d7f74 commit 9efcdea
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.5-SNAPSHOT</version>
<version>2.4.5</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.5-SNAPSHOT</springdata.commons>
<springdata.jpa>2.4.5-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.1.5-SNAPSHOT</springdata.mongodb>
<springdata.geode>2.4.5-SNAPSHOT</springdata.geode>
<springdata.commons>2.4.5</springdata.commons>
<springdata.jpa>2.4.5</springdata.jpa>
<springdata.mongodb>3.1.5</springdata.mongodb>
<springdata.geode>2.4.5</springdata.geode>
<springdata.solr>4.3.2-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.1.5-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.4.5-SNAPSHOT</springdata.keyvalue>
<springdata.cassandra>3.1.5</springdata.cassandra>
<springdata.keyvalue>2.4.5</springdata.keyvalue>
<servlet.version>4.0.1</servlet.version>

<hibernate.version>5.4.8.Final</hibernate.version>
Expand Down Expand Up @@ -144,8 +144,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.4 (2020.0.4)
Spring Data REST 3.4.5 (2020.0.5)
Copyright (c) 2012-2019 Pivotal Software, Inc.

This product is licensed to you under the Apache License, Version 2.0
Expand All @@ -25,3 +25,4 @@ subcomponent's license, as noted in the license.txt file.




0 comments on commit 9efcdea

Please sign in to comment.