Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #3123
  • Loading branch information
schauder committed Aug 16, 2024
1 parent 8a9c0cd commit 232410e
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.3.3</version>
<version>3.3.4-SNAPSHOT</version>
</parent>

<properties>
Expand Down Expand Up @@ -380,8 +380,20 @@
</profiles>

<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 232410e

Please sign in to comment.