|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.data.build</groupId> |
8 | 8 | <artifactId>spring-data-parent</artifactId> |
9 | | - <version>3.3.0</version> |
| 9 | + <version>3.4.0-SNAPSHOT</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>org.springframework.data</groupId> |
|
97 | 97 | <hppc.version>0.5.4</hppc.version> |
98 | 98 | <multithreadedtc.version>1.01</multithreadedtc.version> |
99 | 99 | <project.type>multi</project.type> |
100 | | - <springdata.commons>3.3.0</springdata.commons> |
| 100 | + <springdata.commons>3.4.0-SNAPSHOT</springdata.commons> |
101 | 101 | </properties> |
102 | 102 |
|
103 | 103 | <dependencyManagement> |
|
377 | 377 | </profiles> |
378 | 378 |
|
379 | 379 | <repositories> |
380 | | - |
381 | | - |
| 380 | + <repository> |
| 381 | + <id>spring-snapshot</id> |
| 382 | + <url>https://repo.spring.io/snapshot</url> |
| 383 | + <snapshots> |
| 384 | + <enabled>true</enabled> |
| 385 | + </snapshots> |
| 386 | + <releases> |
| 387 | + <enabled>false</enabled> |
| 388 | + </releases> |
| 389 | + </repository> |
| 390 | + <repository> |
| 391 | + <id>spring-milestone</id> |
| 392 | + <url>https://repo.spring.io/milestone</url> |
| 393 | + </repository> |
382 | 394 | </repositories> |
383 | 395 |
|
384 | 396 | </project> |
0 commit comments