Skip to content

Commit 1dfaa5b

Browse files
Prepare 7.0 M5 (2022.0.0).
See #2540
1 parent b1080a4 commit 1dfaa5b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-M5</version>
2423
</parent>
2524

2625
<groupId>org.springframework.data</groupId>
@@ -118,7 +117,7 @@
118117
<skipUnitTests>${skipTests}</skipUnitTests>
119118

120119
<spring-data-commons-docs.dir>../../../../spring-data-commons/src/main/asciidoc</spring-data-commons-docs.dir>
121-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
120+
<springdata.commons>3.0.0-M5</springdata.commons>
122121
</properties>
123122

124123
<dependencyManagement>
@@ -425,8 +424,8 @@
425424

426425
<repositories>
427426
<repository>
428-
<id>spring-libs-snapshot</id>
429-
<url>https://repo.spring.io/libs-snapshot</url>
427+
<id>spring-libs-milestone</id>
428+
<url>https://repo.spring.io/libs-milestone</url>
430429
</repository>
431430
</repositories>
432431

@@ -619,7 +618,7 @@
619618
</goals>
620619
<configuration>
621620
<rules>
622-
<DependencyConvergence />
621+
<DependencyConvergence/>
623622
<requireMavenVersion>
624623
<version>3.8.3</version>
625624
</requireMavenVersion>

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 7.0 M4 (2022.0.0)
1+
Spring Data Neo4j 7.0 M5 (2022.0.0)
22
Copyright 2011-2021 the original author or authors.
33

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

3939

4040

41+
4142

4243

0 commit comments

Comments
 (0)