Skip to content

Commit

Permalink
Prepare 5.3.7 (Neumann SR7).
Browse files Browse the repository at this point in the history
See #2024
  • Loading branch information
christophstrobl committed Feb 17, 2021
1 parent a4fedf0 commit 1b8e50a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.7.BUILD-SNAPSHOT</version>
<version>2.3.7.RELEASE</version>
</parent>

<modules>
Expand All @@ -42,7 +42,7 @@
<project.type>multi</project.type>

<neo4j.ogm.version>3.2.20</neo4j.ogm.version>
<springdata.commons>2.3.7.BUILD-SNAPSHOT</springdata.commons>
<springdata.commons>2.3.7.RELEASE</springdata.commons>
</properties>

<developers>
Expand Down Expand Up @@ -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>

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 5.3.6 (Neumann SR6)
Spring Data Neo4j 5.3.7 (Neumann SR7)
Copyright 2011-2021 the original author or authors.

Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -25,3 +25,4 @@ limitations under the License.




0 comments on commit 1b8e50a

Please sign in to comment.