20
pom.xml
20
pom.xml
@@ -19,7 +19,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>3.2.12-SNAPSHOT</version>
|
||||
<version>3.2.12</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
@@ -113,7 +113,7 @@
|
||||
|
||||
<skipUnitTests>${skipTests}</skipUnitTests>
|
||||
|
||||
<springdata.commons>3.2.12-SNAPSHOT</springdata.commons>
|
||||
<springdata.commons>3.2.12</springdata.commons>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -453,20 +453,8 @@
|
||||
</dependencies>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-snapshot</id>
|
||||
<url>https://repo.spring.io/snapshot</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<url>https://repo.spring.io/milestone</url>
|
||||
</repository>
|
||||
|
||||
|
||||
</repositories>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Spring Data Neo4j 7.2.11 (2023.1.11)
|
||||
Spring Data Neo4j 7.2.12 (2023.1.12)
|
||||
Copyright 2011-2021 the original author or authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -64,5 +64,6 @@ limitations under the License.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user