Skip to content

Commit 2008277

Browse files
committed
DATAGRAPH-1328 - Prepare 6.0 M2 (2020.0.0).
1 parent b91e76c commit 2008277

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

pom.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<!--
33
| Copyright 2011-2020 the original author or authors.
44
|
@@ -13,14 +13,13 @@
1313
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
| See the License for the specific language governing permissions and
1515
| limitations under the License.
16-
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
16+
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1817
<modelVersion>4.0.0</modelVersion>
1918

2019
<parent>
2120
<groupId>org.springframework.data.build</groupId>
2221
<artifactId>spring-data-parent</artifactId>
23-
<version>2.4.0-SNAPSHOT</version>
22+
<version>2.4.0-M2</version>
2423
</parent>
2524

2625
<groupId>org.springframework.data</groupId>
@@ -113,7 +112,7 @@
113112
<revision>1.1</revision>
114113
<rxjava.version>1.3.8</rxjava.version>
115114
<rxjava2.version>2.2.5</rxjava2.version>
116-
<springdata.commons>2.4.0-SNAPSHOT</springdata.commons>
115+
<springdata.commons>2.4.0-M2</springdata.commons>
117116
<testcontainers.version>1.13.0</testcontainers.version>
118117

119118
<skipUnitTests>${skipTests}</skipUnitTests>
@@ -586,7 +585,7 @@
586585
</goals>
587586
<configuration>
588587
<rules>
589-
<DependencyConvergence></DependencyConvergence>
588+
<DependencyConvergence/>
590589
<requireMavenVersion>
591590
<version>3.6.0</version>
592591
</requireMavenVersion>
@@ -684,9 +683,9 @@
684683
<attributes>
685684
<icons>font</icons>
686685
<toc>left</toc>
687-
<setanchors></setanchors>
688-
<idprefix></idprefix>
689-
<idseparator></idseparator>
686+
<setanchors/>
687+
<idprefix/>
688+
<idseparator/>
690689
</attributes>
691690
<requires>
692691
<require>asciidoctor-diagram</require>
@@ -748,8 +747,8 @@
748747

749748
<repositories>
750749
<repository>
751-
<id>spring-libs-snapshot</id>
752-
<url>https://repo.spring.io/libs-snapshot</url>
750+
<id>spring-libs-milestone</id>
751+
<url>https://repo.spring.io/libs-milestone</url>
753752
</repository>
754753
</repositories>
755754

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Neo4j 5.4 M1 (2020.0.0)
1+
Spring Data Neo4j 6.0 M2 (2020.0.0)
22
Copyright 2011-2020 the original author or authors.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,3 +20,4 @@ limitations under the License.
2020

2121

2222

23+

0 commit comments

Comments
 (0)