Skip to content

Commit bf12bca

Browse files
committed
Prepare 7.0 RC2 (2022.0.0).
See #2615
1 parent 47f9c61 commit bf12bca

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

+6-7
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-2022 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>3.0.0-SNAPSHOT</version>
22+
<version>3.0.0-RC2</version>
2423
</parent>
2524

2625
<groupId>org.springframework.data</groupId>
@@ -116,7 +115,7 @@
116115
<skipUnitTests>${skipTests}</skipUnitTests>
117116

118117
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
119-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
118+
<springdata.commons>3.0.0-RC2</springdata.commons>
120119
</properties>
121120

122121
<dependencyManagement>
@@ -454,8 +453,8 @@
454453

455454
<repositories>
456455
<repository>
457-
<id>spring-libs-snapshot</id>
458-
<url>https://repo.spring.io/libs-snapshot</url>
456+
<id>spring-libs-milestone</id>
457+
<url>https://repo.spring.io/libs-milestone</url>
459458
</repository>
460459
</repositories>
461460

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Neo4j 7.0 RC1 (2022.0.0)
1+
Spring Data Neo4j 7.0 RC2 (2022.0.0)
22
Copyright 2011-2021 the original author or authors.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
@@ -41,5 +41,6 @@ limitations under the License.
4141

4242

4343

44+
4445

4546

0 commit comments

Comments
 (0)