Skip to content

Commit 5ad55a0

Browse files
christophstroblmp911de
authored andcommitted
After release cleanups.
See #2005
1 parent 14f1157 commit 5ad55a0

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
@@ -14,12 +14,12 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>4.0.0-M1</version>
17+
<version>4.0.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
2121
<couchbase>3.8.0</couchbase>
22-
<springdata.commons>4.0.0-M1</springdata.commons>
22+
<springdata.commons>4.0.0-SNAPSHOT</springdata.commons>
2323
<java-module-name>spring.data.couchbase</java-module-name>
2424
<hibernate.validator>7.0.1.Final</hibernate.validator>
2525
<couchbase.encryption>3.1.0</couchbase.encryption>
@@ -348,7 +348,19 @@
348348
</profiles>
349349

350350
<repositories>
351-
352-
351+
<repository>
352+
<id>spring-snapshot</id>
353+
<url>https://repo.spring.io/snapshot</url>
354+
<snapshots>
355+
<enabled>true</enabled>
356+
</snapshots>
357+
<releases>
358+
<enabled>false</enabled>
359+
</releases>
360+
</repository>
361+
<repository>
362+
<id>spring-milestone</id>
363+
<url>https://repo.spring.io/milestone</url>
364+
</repository>
353365
</repositories>
354366
</project>

0 commit comments

Comments
 (0)