Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #3023
  • Loading branch information
mp911de committed Nov 15, 2024
1 parent 09cde48 commit 4233a16
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.12</version>
<version>3.2.13-SNAPSHOT</version>
</parent>

<properties>
<springdata.keyvalue>3.2.12</springdata.keyvalue>
<springdata.commons>3.2.12</springdata.commons>
<springdata.keyvalue>3.2.13-SNAPSHOT</springdata.keyvalue>
<springdata.commons>3.2.13-SNAPSHOT</springdata.commons>
<awaitility>4.0.2</awaitility>
<beanutils>1.9.4</beanutils>
<xstream>1.4.21</xstream>
Expand Down Expand Up @@ -371,7 +371,19 @@
</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 4233a16

Please sign in to comment.