Skip to content

Commit

Permalink
Prepare 3.5.4 (2021.0.4).
Browse files Browse the repository at this point in the history
See #2045
  • Loading branch information
schauder committed Aug 12, 2021
1 parent afa9490 commit f5df905
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.5.4-SNAPSHOT</version>
<version>2.5.4</version>
<relativePath/>
</parent>

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

<springdata.commons>2.5.4-SNAPSHOT</springdata.commons>
<springdata.jpa>2.5.4-SNAPSHOT</springdata.jpa>
<springdata.mongodb>3.2.4-SNAPSHOT</springdata.mongodb>
<springdata.geode>2.5.4-SNAPSHOT</springdata.geode>
<springdata.commons>2.5.4</springdata.commons>
<springdata.jpa>2.5.4</springdata.jpa>
<springdata.mongodb>3.2.4</springdata.mongodb>
<springdata.geode>2.5.4</springdata.geode>
<springdata.solr>4.4.0-SNAPSHOT</springdata.solr>
<springdata.cassandra>3.2.4-SNAPSHOT</springdata.cassandra>
<springdata.keyvalue>2.5.4-SNAPSHOT</springdata.keyvalue>
<springdata.cassandra>3.2.4</springdata.cassandra>
<springdata.keyvalue>2.5.4</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.5.3 (2021.0.3)
Spring Data REST 3.5.4 (2021.0.4)
Copyright (c) 2012-2019 Pivotal Software, Inc.

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






0 comments on commit f5df905

Please sign in to comment.