Skip to content

Commit 03111a1

Browse files
Prepare next development iteration.
See #3097
1 parent b0371bd commit 03111a1

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

pom.xml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.springframework.data.build</groupId>
2424
<artifactId>spring-data-parent</artifactId>
25-
<version>4.0.6</version>
25+
<version>4.0.7-SNAPSHOT</version>
2626
</parent>
2727

2828
<groupId>org.springframework.data</groupId>
2929
<artifactId>spring-data-neo4j</artifactId>
30-
<version>8.0.6</version>
30+
<version>8.0.7-SNAPSHOT</version>
3131

3232
<name>Spring Data Neo4j</name>
3333
<description>Next generation Object-Graph-Mapping for Spring Data.</description>
@@ -111,7 +111,7 @@
111111
<skipUnitTests>${skipTests}</skipUnitTests>
112112
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
113113
<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>
115115
</properties>
116116

117117
<dependencyManagement>
@@ -395,7 +395,7 @@
395395
<dependency>
396396
<groupId>org.springframework.data</groupId>
397397
<artifactId>spring-data-r2dbc</artifactId>
398-
<version>4.0.6</version>
398+
<version>4.0.7-SNAPSHOT</version>
399399
<scope>test</scope>
400400
</dependency>
401401
<dependency>
@@ -439,8 +439,20 @@
439439
<!-- The Spring Data Commons tooling removes this (ok), but adds it back unsorted, so we just ignore this part completely. -->
440440
<?SORTPOM IGNORE?>
441441
<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>
444456
</repositories>
445457
<?SORTPOM RESUME?>
446458

0 commit comments

Comments
 (0)