File tree Expand file tree Collapse file tree
spring-data-cassandra-distribution Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments