Skip to content

Commit a09ee23

Browse files
committed
DATAGRAPH-1284 - After release cleanups.
1 parent bd3ba26 commit a09ee23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.springframework.data.build</groupId>
3030
<artifactId>spring-data-parent</artifactId>
31-
<version>2.3.0.M2</version>
31+
<version>2.3.0.BUILD-SNAPSHOT</version>
3232
</parent>
3333

3434
<modules>
@@ -45,7 +45,7 @@
4545
<nohttp.version>0.0.3.RELEASE</nohttp.version>
4646
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
4747
<neo4j.ogm.version>3.2.5</neo4j.ogm.version>
48-
<springdata.commons>2.3.0.M2</springdata.commons>
48+
<springdata.commons>2.3.0.BUILD-SNAPSHOT</springdata.commons>
4949
</properties>
5050

5151
<developers>
@@ -200,8 +200,8 @@
200200

201201
<repositories>
202202
<repository>
203-
<id>spring-libs-milestone</id>
204-
<url>https://repo.spring.io/libs-milestone</url>
203+
<id>spring-libs-snapshot</id>
204+
<url>https://repo.spring.io/libs-snapshot</url>
205205
</repository>
206206
</repositories>
207207

0 commit comments

Comments
 (0)