Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2414
  • Loading branch information
schauder committed Sep 13, 2024
1 parent a48aac5 commit 9d7e555
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 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.4</version>
<version>3.3.5-SNAPSHOT</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.4</springdata.commons>
<springdata.jpa>3.3.4</springdata.jpa>
<springdata.mongodb>4.3.4</springdata.mongodb>
<springdata.keyvalue>3.3.4</springdata.keyvalue>
<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>

<hibernate.version>6.5.2.Final</hibernate.version>
</properties>
Expand Down Expand Up @@ -136,8 +136,20 @@
</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>

0 comments on commit 9d7e555

Please sign in to comment.