Skip to content

Commit 5213c49

Browse files
committed
After release cleanups.
See #1645
1 parent 8fbbf06 commit 5213c49

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

pom.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>4.0.5</version>
9+
<version>4.0.6-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
@@ -108,7 +108,7 @@
108108
<dist.id>spring-data-cassandra</dist.id>
109109
<antora.javadoc-artifactId>spring-data-cassandra</antora.javadoc-artifactId>
110110
<multithreadedtc.version>1.01</multithreadedtc.version>
111-
<springdata.commons>4.0.5</springdata.commons>
111+
<springdata.commons>4.0.6-SNAPSHOT</springdata.commons>
112112
</properties>
113113

114114
<dependencyManagement>
@@ -280,8 +280,20 @@
280280
</profiles>
281281

282282
<repositories>
283-
284-
283+
<repository>
284+
<id>spring-snapshot</id>
285+
<url>https://repo.spring.io/snapshot</url>
286+
<snapshots>
287+
<enabled>true</enabled>
288+
</snapshots>
289+
<releases>
290+
<enabled>false</enabled>
291+
</releases>
292+
</repository>
293+
<repository>
294+
<id>spring-milestone</id>
295+
<url>https://repo.spring.io/milestone</url>
296+
</repository>
285297
</repositories>
286298

287299
</project>

0 commit comments

Comments
 (0)