Skip to content

Commit

Permalink
Prepare 4.3.5 (2024.0.5).
Browse files Browse the repository at this point in the history
See #2416
  • Loading branch information
mp911de committed Oct 18, 2024
1 parent 9c8f20e commit 7700df6
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.3.5-SNAPSHOT</version>
<version>3.3.5</version>
<relativePath/>
</parent>

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

<springdata.commons>3.3.5-SNAPSHOT</springdata.commons>
<springdata.jpa>3.3.5-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.3.5-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.3.5-SNAPSHOT</springdata.keyvalue>
<springdata.commons>3.3.5</springdata.commons>
<springdata.jpa>3.3.5</springdata.jpa>
<springdata.mongodb>4.3.5</springdata.mongodb>
<springdata.keyvalue>3.3.5</springdata.keyvalue>

<hibernate.version>6.5.2.Final</hibernate.version>
</properties>
Expand Down Expand Up @@ -136,20 +136,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.3.4 (2024.0.4)
Spring Data REST 4.3.5 (2024.0.5)
Copyright (c) 2012-2019 Pivotal Software, Inc.

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






0 comments on commit 7700df6

Please sign in to comment.