Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #2960
  • Loading branch information
mp911de committed Nov 15, 2024
1 parent 722166b commit 873849c
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.3.6</version>
<version>3.3.7-SNAPSHOT</version>
</parent>

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

<skipUnitTests>${skipTests}</skipUnitTests>

<springdata.commons>3.3.6</springdata.commons>
<springdata.commons>3.3.7-SNAPSHOT</springdata.commons>
<junit-pioneer.version>2.2.0</junit-pioneer.version>
</properties>

Expand Down Expand Up @@ -455,8 +455,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 873849c

Please sign in to comment.