Skip to content

Commit 9ff254a

Browse files
committed
After release cleanups.
See #514
1 parent 09469de commit 9ff254a

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
@@ -12,12 +12,12 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.7.15</version>
15+
<version>2.7.16-SNAPSHOT</version>
1616
<relativePath/>
1717
</parent>
1818

1919
<properties>
20-
<springdata.commons>2.7.15</springdata.commons>
20+
<springdata.commons>2.7.16-SNAPSHOT</springdata.commons>
2121
<java-module-name>spring.data.keyvalue</java-module-name>
2222
</properties>
2323

@@ -90,8 +90,20 @@
9090
</build>
9191

9292
<repositories>
93-
94-
93+
<repository>
94+
<id>spring-snapshot</id>
95+
<url>https://repo.spring.io/snapshot</url>
96+
<snapshots>
97+
<enabled>true</enabled>
98+
</snapshots>
99+
<releases>
100+
<enabled>false</enabled>
101+
</releases>
102+
</repository>
103+
<repository>
104+
<id>spring-milestone</id>
105+
<url>https://repo.spring.io/milestone</url>
106+
</repository>
95107
</repositories>
96108

97109
</project>

0 commit comments

Comments
 (0)