Skip to content

Commit dd63ba9

Browse files
committed
After release cleanups.
See #2047
1 parent 913e7cf commit dd63ba9

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

pom.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-couchbase</artifactId>
8-
<version>5.6.0-SNAPSHOT</version>
8+
<version>6.0.0-SNAPSHOT</version>
99

1010
<name>Spring Data Couchbase</name>
1111
<description>Spring Data integration for Couchbase</description>
@@ -14,12 +14,12 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>3.5.0</version>
17+
<version>4.0.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
2121
<couchbase>3.8.0</couchbase>
22-
<springdata.commons>3.5.0</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)