Skip to content

Commit 945e5dd

Browse files
committed
After release cleanups.
See #1430
1 parent 631b53b commit 945e5dd

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>2.7.17</version>
9+
<version>2.7.18-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -98,7 +98,7 @@
9898
<hppc.version>0.5.4</hppc.version>
9999
<multithreadedtc.version>1.01</multithreadedtc.version>
100100
<project.type>multi</project.type>
101-
<springdata.commons>2.7.17</springdata.commons>
101+
<springdata.commons>2.7.18-SNAPSHOT</springdata.commons>
102102
</properties>
103103

104104
<dependencyManagement>
@@ -394,8 +394,20 @@
394394
</profiles>
395395

396396
<repositories>
397-
398-
397+
<repository>
398+
<id>spring-snapshot</id>
399+
<url>https://repo.spring.io/snapshot</url>
400+
<snapshots>
401+
<enabled>true</enabled>
402+
</snapshots>
403+
<releases>
404+
<enabled>false</enabled>
405+
</releases>
406+
</repository>
407+
<repository>
408+
<id>spring-milestone</id>
409+
<url>https://repo.spring.io/milestone</url>
410+
</repository>
399411
</repositories>
400412

401413
</project>

0 commit comments

Comments
 (0)