Skip to content

Commit

Permalink
After release cleanups.
Browse files Browse the repository at this point in the history
See #1489
  • Loading branch information
mp911de committed May 17, 2024
1 parent f6765c2 commit 100b267
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.3.0</version>
<version>3.4.0-SNAPSHOT</version>
</parent>

<groupId>org.springframework.data</groupId>
Expand Down Expand Up @@ -97,7 +97,7 @@
<hppc.version>0.5.4</hppc.version>
<multithreadedtc.version>1.01</multithreadedtc.version>
<project.type>multi</project.type>
<springdata.commons>3.3.0</springdata.commons>
<springdata.commons>3.4.0-SNAPSHOT</springdata.commons>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -377,8 +377,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 100b267

Please sign in to comment.