Skip to content

Commit

Permalink
Prepare 7.2.7 (2023.1.7).
Browse files Browse the repository at this point in the history
See #2900
  • Loading branch information
mp911de committed Jun 14, 2024
1 parent 556de69 commit 73c0f9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
20 changes: 4 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>3.2.7-SNAPSHOT</version>
<version>3.2.7</version>
</parent>

<groupId>org.springframework.data</groupId>
Expand Down Expand Up @@ -113,7 +113,7 @@

<skipUnitTests>${skipTests}</skipUnitTests>

<springdata.commons>3.2.7-SNAPSHOT</springdata.commons>
<springdata.commons>3.2.7</springdata.commons>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/notice.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Spring Data Neo4j 7.2.6 (2023.1.6)
Spring Data Neo4j 7.2.7 (2023.1.7)
Copyright 2011-2021 the original author or authors.

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -59,5 +59,6 @@ limitations under the License.






0 comments on commit 73c0f9e

Please sign in to comment.