Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #3025
  • Loading branch information
mp911de committed Nov 15, 2024
1 parent 6ba764d commit b975572
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.4.0</version>
<version>3.5.0-SNAPSHOT</version>
</parent>

<properties>
<springdata.keyvalue>3.4.0</springdata.keyvalue>
<springdata.commons>3.4.0</springdata.commons>
<springdata.keyvalue>3.5.0-SNAPSHOT</springdata.keyvalue>
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
<awaitility>4.0.2</awaitility>
<beanutils>1.9.4</beanutils>
<xstream>1.4.21</xstream>
Expand Down Expand Up @@ -389,7 +389,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 b975572

Please sign in to comment.