8
pom.xml
8
pom.xml
@@ -28,7 +28,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>2.3.9.BUILD-SNAPSHOT</version>
|
||||
<version>2.3.9.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
@@ -42,7 +42,7 @@
|
||||
<project.type>multi</project.type>
|
||||
|
||||
<neo4j.ogm.version>3.2.21</neo4j.ogm.version>
|
||||
<springdata.commons>2.3.9.BUILD-SNAPSHOT</springdata.commons>
|
||||
<springdata.commons>2.3.9.RELEASE</springdata.commons>
|
||||
</properties>
|
||||
|
||||
<developers>
|
||||
@@ -197,8 +197,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
<id>spring-libs-release</id>
|
||||
<url>https://repo.spring.io/libs-release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data Neo4j 5.3.8 (Neumann SR8)
|
||||
Spring Data Neo4j 5.3.9 (Neumann SR9)
|
||||
Copyright 2011-2021 the original author or authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -27,3 +27,4 @@ limitations under the License.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user