Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2900
  • Loading branch information
mp911de committed Jun 14, 2024
1 parent 0ab8fa3 commit 988a300
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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.7</version>
<version>3.2.8-SNAPSHOT</version>
</parent>

<groupId>org.springframework.data</groupId>
Expand Down Expand Up @@ -113,7 +113,7 @@

<skipUnitTests>${skipTests}</skipUnitTests>

<springdata.commons>3.2.7</springdata.commons>
<springdata.commons>3.2.8-SNAPSHOT</springdata.commons>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -453,8 +453,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>

<build>
Expand Down

0 comments on commit 988a300

Please sign in to comment.