Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2391
  • Loading branch information
schauder committed Jul 12, 2024
1 parent bfdc495 commit 956dedb
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.2</version>
<version>3.3.3-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.2</springdata.commons>
<springdata.jpa>3.3.2</springdata.jpa>
<springdata.mongodb>4.3.2</springdata.mongodb>
<springdata.keyvalue>3.3.2</springdata.keyvalue>
<springdata.commons>3.3.3-SNAPSHOT</springdata.commons>
<springdata.jpa>3.3.3-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.3.3-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.3.3-SNAPSHOT</springdata.keyvalue>

<hibernate.version>6.5.0.CR1</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 956dedb

Please sign in to comment.