Skip to content

Commit 31f5e09

Browse files
committed
Prepare 7.5.3 (2025.0.3).
See #3028
1 parent 328f3d3 commit 31f5e09

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

pom.xml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
| Copyright 2011-2025 the original author or authors.
44
|
@@ -13,13 +13,14 @@
1313
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
| See the License for the specific language governing permissions and
1515
| limitations under the License.
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">
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">
1718
<modelVersion>4.0.0</modelVersion>
1819

1920
<parent>
2021
<groupId>org.springframework.data.build</groupId>
2122
<artifactId>spring-data-parent</artifactId>
22-
<version>3.5.3-SNAPSHOT</version>
23+
<version>3.5.3</version>
2324
</parent>
2425

2526
<groupId>org.springframework.data</groupId>
@@ -101,7 +102,7 @@
101102

102103
<skipUnitTests>${skipTests}</skipUnitTests>
103104

104-
<springdata.commons>3.5.3-SNAPSHOT</springdata.commons>
105+
<springdata.commons>3.5.3</springdata.commons>
105106
<junit-pioneer.version>2.2.0</junit-pioneer.version>
106107
</properties>
107108

@@ -428,20 +429,8 @@
428429
</dependencies>
429430

430431
<repositories>
431-
<repository>
432-
<id>spring-snapshot</id>
433-
<url>https://repo.spring.io/snapshot</url>
434-
<snapshots>
435-
<enabled>true</enabled>
436-
</snapshots>
437-
<releases>
438-
<enabled>false</enabled>
439-
</releases>
440-
</repository>
441-
<repository>
442-
<id>spring-milestone</id>
443-
<url>https://repo.spring.io/milestone</url>
444-
</repository>
432+
433+
445434
</repositories>
446435

447436
<build>

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Neo4j 7.5.2 (2025.0.2)
1+
Spring Data Neo4j 7.5.3 (2025.0.3)
22
Copyright 2011-2021 the original author or authors.
33

44
Licensed under the Apache License, Version 2.0 (the "License");
@@ -66,5 +66,6 @@ limitations under the License.
6666

6767

6868

69+
6970

7071

0 commit comments

Comments
 (0)