Skip to content

Commit 452328e

Browse files
committed
After release cleanups.
See #1936
1 parent da1acb4 commit 452328e

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

2020
<properties>
2121
<couchbase>3.4.11</couchbase>
2222
<couchbase.osgi>3.4.11</couchbase.osgi>
23-
<springdata.commons>3.1.12</springdata.commons>
23+
<springdata.commons>3.1.13-SNAPSHOT</springdata.commons>
2424
<java-module-name>spring.data.couchbase</java-module-name>
2525
<hibernate.validator>7.0.1.Final</hibernate.validator>
2626
<couchbase.encryption>3.1.0</couchbase.encryption>
@@ -334,7 +334,19 @@
334334
</build>
335335

336336
<repositories>
337-
338-
337+
<repository>
338+
<id>spring-snapshot</id>
339+
<url>https://repo.spring.io/snapshot</url>
340+
<snapshots>
341+
<enabled>true</enabled>
342+
</snapshots>
343+
<releases>
344+
<enabled>false</enabled>
345+
</releases>
346+
</repository>
347+
<repository>
348+
<id>spring-milestone</id>
349+
<url>https://repo.spring.io/milestone</url>
350+
</repository>
339351
</repositories>
340352
</project>

0 commit comments

Comments
 (0)