Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2387
  • Loading branch information
schauder committed Sep 13, 2024
1 parent b89d52a commit cda0825
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 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.4.0-M1</version>
<version>3.4.0-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.4.0-M1</springdata.commons>
<springdata.jpa>3.4.0-M1</springdata.jpa>
<springdata.mongodb>4.4.0-M1</springdata.mongodb>
<springdata.keyvalue>3.4.0-M1</springdata.keyvalue>
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
<springdata.jpa>3.4.0-SNAPSHOT</springdata.jpa>
<springdata.mongodb>4.4.0-SNAPSHOT</springdata.mongodb>
<springdata.keyvalue>3.4.0-SNAPSHOT</springdata.keyvalue>

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

0 comments on commit cda0825

Please sign in to comment.