Skip to content

Commit e4db962

Browse files
committed
After release cleanups.
See #646
1 parent e614aa0 commit e4db962

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

pom.xml

+14-12
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.13</version>
9+
<version>2.7.14-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -49,23 +49,25 @@
4949
<log4j.version>2.17.2</log4j.version>
5050
<multithreadedtc.version>1.01</multithreadedtc.version>
5151
<snappy.version>0.4</snappy.version>
52-
<springdata.commons>2.7.13</springdata.commons>
52+
<springdata.commons>2.7.14-SNAPSHOT</springdata.commons>
5353
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
5454
</properties>
5555

5656
<repositories>
57-
58-
59-
60-
61-
62-
<!--
6357
<repository>
64-
<id>apache-snapshots</id>
65-
<url>https://repository.apache.org/content/repositories/orgapachegeode-1060</url>
58+
<id>spring-snapshot</id>
59+
<url>https://repo.spring.io/snapshot</url>
60+
<snapshots>
61+
<enabled>true</enabled>
62+
</snapshots>
63+
<releases>
64+
<enabled>false</enabled>
65+
</releases>
66+
</repository>
67+
<repository>
68+
<id>spring-milestone</id>
69+
<url>https://repo.spring.io/milestone</url>
6670
</repository>
67-
-->
68-
6971
</repositories>
7072

7173
<pluginRepositories>

0 commit comments

Comments
 (0)