Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2829
  • Loading branch information
jxblum committed Jun 16, 2023
1 parent 527308a commit 8708e25
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -365,8 +365,20 @@
</build>

<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 8708e25

Please sign in to comment.