|
22 | 22 | <parent> |
23 | 23 | <groupId>org.springframework.data.build</groupId> |
24 | 24 | <artifactId>spring-data-parent</artifactId> |
25 | | - <version>4.0.6</version> |
| 25 | + <version>4.0.7-SNAPSHOT</version> |
26 | 26 | </parent> |
27 | 27 |
|
28 | 28 | <groupId>org.springframework.data</groupId> |
29 | 29 | <artifactId>spring-data-neo4j</artifactId> |
30 | | - <version>8.0.6</version> |
| 30 | + <version>8.0.7-SNAPSHOT</version> |
31 | 31 |
|
32 | 32 | <name>Spring Data Neo4j</name> |
33 | 33 | <description>Next generation Object-Graph-Mapping for Spring Data.</description> |
|
111 | 111 | <skipUnitTests>${skipTests}</skipUnitTests> |
112 | 112 | <sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version> |
113 | 113 | <spring-javaformat.version>0.0.46</spring-javaformat.version> |
114 | | - <springdata.commons>4.0.6</springdata.commons> |
| 114 | + <springdata.commons>4.0.7-SNAPSHOT</springdata.commons> |
115 | 115 | </properties> |
116 | 116 |
|
117 | 117 | <dependencyManagement> |
|
395 | 395 | <dependency> |
396 | 396 | <groupId>org.springframework.data</groupId> |
397 | 397 | <artifactId>spring-data-r2dbc</artifactId> |
398 | | - <version>4.0.6</version> |
| 398 | + <version>4.0.7-SNAPSHOT</version> |
399 | 399 | <scope>test</scope> |
400 | 400 | </dependency> |
401 | 401 | <dependency> |
|
439 | 439 | <!-- The Spring Data Commons tooling removes this (ok), but adds it back unsorted, so we just ignore this part completely. --> |
440 | 440 | <?SORTPOM IGNORE?> |
441 | 441 | <repositories> |
442 | | - |
443 | | - |
| 442 | + <repository> |
| 443 | + <id>spring-snapshot</id> |
| 444 | + <url>https://repo.spring.io/snapshot</url> |
| 445 | + <snapshots> |
| 446 | + <enabled>true</enabled> |
| 447 | + </snapshots> |
| 448 | + <releases> |
| 449 | + <enabled>false</enabled> |
| 450 | + </releases> |
| 451 | + </repository> |
| 452 | + <repository> |
| 453 | + <id>spring-milestone</id> |
| 454 | + <url>https://repo.spring.io/milestone</url> |
| 455 | + </repository> |
444 | 456 | </repositories> |
445 | 457 | <?SORTPOM RESUME?> |
446 | 458 |
|
|
0 commit comments