File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
| See the License for the specific language governing permissions and
15
15
| 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" >
18
17
<modelVersion >4.0.0</modelVersion >
19
18
20
19
<parent >
21
20
<groupId >org.springframework.data.build</groupId >
22
21
<artifactId >spring-data-parent</artifactId >
23
- <version >3.0.0-SNAPSHOT </version >
22
+ <version >3.0.0-M5 </version >
24
23
</parent >
25
24
26
25
<groupId >org.springframework.data</groupId >
118
117
<skipUnitTests >${skipTests}</skipUnitTests >
119
118
120
119
<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>
122
121
</properties >
123
122
124
123
<dependencyManagement >
425
424
426
425
<repositories >
427
426
<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 >
430
429
</repository >
431
430
</repositories >
432
431
619
618
</goals >
620
619
<configuration >
621
620
<rules >
622
- <DependencyConvergence />
621
+ <DependencyConvergence />
623
622
<requireMavenVersion >
624
623
<version >3.8.3</version >
625
624
</requireMavenVersion >
Original file line number Diff line number Diff line change 1
- Spring Data Neo4j 7.0 M4 (2022.0.0)
1
+ Spring Data Neo4j 7.0 M5 (2022.0.0)
2
2
Copyright 2011-2021 the original author or authors.
3
3
4
4
Licensed under the Apache License, Version 2.0 (the "License");
@@ -38,5 +38,6 @@ limitations under the License.
38
38
39
39
40
40
41
+
41
42
42
43
You can’t perform that action at this time.
0 commit comments