Skip to content

Commit

Permalink
Prepare 4.1.10 (2023.0.10).
Browse files Browse the repository at this point in the history
See #2366
  • Loading branch information
mp911de committed Mar 15, 2024
1 parent 0a38bf0 commit 815326f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
26 changes: 7 additions & 19 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>3.1.10-SNAPSHOT</version>
<version>3.1.10</version>
<relativePath/>
</parent>

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

<springdata.commons>3.1.10-SNAPSHOT</springdata.commons>
<springdata.jpa>3.1.10-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.1.10-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.1.10-SNAPSHOT</springdata.keyvalue>
<springdata.commons>3.1.10</springdata.commons>
<springdata.jpa>3.1.10</springdata.jpa>
<springdata.mongodb>4.1.10</springdata.mongodb>
<springdata.keyvalue>3.1.10</springdata.keyvalue>

<hibernate.version>6.1.5.Final</hibernate.version>
</properties>
Expand Down Expand Up @@ -137,20 +137,8 @@
</dependencies>

<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>


</repositories>

</project>
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 4.1.9 (2023.0.9)
Spring Data REST 4.1.10 (2023.0.10)
Copyright (c) 2012-2019 Pivotal Software, Inc.

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






0 comments on commit 815326f

Please sign in to comment.