Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #4701
  • Loading branch information
mp911de committed Jun 14, 2024
1 parent 74af974 commit f738f2b
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.3.1</version>
<version>3.3.2-SNAPSHOT</version>
</parent>

<modules>
Expand All @@ -26,7 +26,7 @@
<properties>
<project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id>
<springdata.commons>3.3.1</springdata.commons>
<springdata.commons>3.3.2-SNAPSHOT</springdata.commons>
<mongo>5.0.1</mongo>
<mongo.reactivestreams>${mongo}</mongo.reactivestreams>
<jmh.version>1.19</jmh.version>
Expand Down Expand Up @@ -151,8 +151,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 f738f2b

Please sign in to comment.