Skip to content

Commit 3972b47

Browse files
committed
Prepare 7.4.9 (2024.1.9).
See #3027
1 parent 372e1c5 commit 3972b47

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.4.9-SNAPSHOT</version>
23+
<version>3.4.9</version>
2324
</parent>
2425

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

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

104-
<springdata.commons>3.4.9-SNAPSHOT</springdata.commons>
105+
<springdata.commons>3.4.9</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.4.8 (2024.1.8)
1+
Spring Data Neo4j 7.4.9 (2024.1.9)
22
Copyright 2011-2021 the original author or authors.
33

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

6969

7070

71+
7172

7273

0 commit comments

Comments
 (0)