Skip to content

Commit 1afae40

Browse files
committed
Prepare next development iteration.
See #1661
1 parent 814c2a4 commit 1afae40

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

pom.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.springframework.data.build</groupId>
88
<artifactId>spring-data-parent</artifactId>
9-
<version>4.1.1</version>
9+
<version>4.1.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-cassandra-parent</artifactId>
14-
<version>5.1.1</version>
14+
<version>5.1.2-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Spring Data for Apache Cassandra</name>
@@ -107,7 +107,7 @@
107107
<dist.id>spring-data-cassandra</dist.id>
108108
<antora.javadoc-artifactId>spring-data-cassandra</antora.javadoc-artifactId>
109109
<multithreadedtc.version>1.01</multithreadedtc.version>
110-
<springdata.commons>4.1.1</springdata.commons>
110+
<springdata.commons>4.1.2-SNAPSHOT</springdata.commons>
111111
</properties>
112112

113113
<dependencyManagement>
@@ -269,8 +269,20 @@
269269
</profiles>
270270

271271
<repositories>
272-
273-
272+
<repository>
273+
<id>spring-snapshot</id>
274+
<url>https://repo.spring.io/snapshot</url>
275+
<snapshots>
276+
<enabled>true</enabled>
277+
</snapshots>
278+
<releases>
279+
<enabled>false</enabled>
280+
</releases>
281+
</repository>
282+
<repository>
283+
<id>spring-milestone</id>
284+
<url>https://repo.spring.io/milestone</url>
285+
</repository>
274286
</repositories>
275287

276288
</project>

spring-data-cassandra-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data</groupId>
88
<artifactId>spring-data-cassandra-parent</artifactId>
9-
<version>5.1.1</version>
9+
<version>5.1.2-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

spring-data-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data</groupId>
88
<artifactId>spring-data-cassandra-parent</artifactId>
9-
<version>5.1.1</version>
9+
<version>5.1.2-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)