Skip to content

Commit 7b89ea9

Browse files
committed
After release cleanups.
See #1511
1 parent 49ac827 commit 7b89ea9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>3.0.0-M6</version>
18+
<version>3.0.0-SNAPSHOT</version>
1919
</parent>
2020

2121
<modules>
@@ -26,7 +26,7 @@
2626
<properties>
2727
<couchbase>3.3.4</couchbase>
2828
<couchbase.osgi>3.3.4</couchbase.osgi>
29-
<springdata.commons>3.0.0-M6</springdata.commons>
29+
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
3030
<java-module-name>spring.data.couchbase</java-module-name>
3131
</properties>
3232

@@ -40,8 +40,8 @@
4040

4141
<repositories>
4242
<repository>
43-
<id>spring-libs-milestone</id>
44-
<url>https://repo.spring.io/libs-milestone</url>
43+
<id>spring-libs-snapshot</id>
44+
<url>https://repo.spring.io/libs-snapshot</url>
4545
</repository>
4646
<repository>
4747
<id>sonatype-snapshot</id>

0 commit comments

Comments
 (0)