|  | 
| 6 | 6 | 	<parent> | 
| 7 | 7 | 		<groupId>org.springframework.data.build</groupId> | 
| 8 | 8 | 		<artifactId>spring-data-parent</artifactId> | 
| 9 |  | -		<version>4.0.0-RC2</version> | 
|  | 9 | +		<version>4.0.0-SNAPSHOT</version> | 
| 10 | 10 | 	</parent> | 
| 11 | 11 | 
 | 
| 12 | 12 | 	<groupId>org.springframework.data</groupId> | 
|  | 
| 107 | 107 | 		<cassandra-driver.version>4.19.1</cassandra-driver.version> | 
| 108 | 108 | 		<dist.id>spring-data-cassandra</dist.id> | 
| 109 | 109 | 		<multithreadedtc.version>1.01</multithreadedtc.version> | 
| 110 |  | -		<springdata.commons>4.0.0-RC2</springdata.commons> | 
|  | 110 | +		<springdata.commons>4.0.0-SNAPSHOT</springdata.commons> | 
| 111 | 111 | 	</properties> | 
| 112 | 112 | 
 | 
| 113 | 113 | 	<dependencyManagement> | 
|  | 
| 279 | 279 | 	</profiles> | 
| 280 | 280 | 
 | 
| 281 | 281 | 	<repositories> | 
| 282 |  | - | 
| 283 |  | - | 
|  | 282 | +		<repository> | 
|  | 283 | +			<id>spring-snapshot</id> | 
|  | 284 | +			<url>https://repo.spring.io/snapshot</url> | 
|  | 285 | +			<snapshots> | 
|  | 286 | +				<enabled>true</enabled> | 
|  | 287 | +			</snapshots> | 
|  | 288 | +			<releases> | 
|  | 289 | +				<enabled>false</enabled> | 
|  | 290 | +			</releases> | 
|  | 291 | +		</repository> | 
|  | 292 | +		<repository> | 
|  | 293 | +			<id>spring-milestone</id> | 
|  | 294 | +			<url>https://repo.spring.io/milestone</url> | 
|  | 295 | +		</repository> | 
| 284 | 296 | 	</repositories> | 
| 285 | 297 | 
 | 
| 286 | 298 | </project> | 
0 commit comments