Skip to content

Commit 8a9c687

Browse files
committed
Prepare 5.0.5 (2025.1.5).
See #5176
1 parent e5b9cbf commit 8a9c687

2 files changed

Lines changed: 9 additions & 19 deletions

File tree

pom.xml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
23

34
<modelVersion>4.0.0</modelVersion>
45

@@ -14,7 +15,7 @@
1415
<parent>
1516
<groupId>org.springframework.data.build</groupId>
1617
<artifactId>spring-data-parent</artifactId>
17-
<version>4.0.5-SNAPSHOT</version>
18+
<version>4.0.5</version>
1819
</parent>
1920

2021
<modules>
@@ -26,7 +27,7 @@
2627
<project.type>multi</project.type>
2728
<antora.javadoc-artifactId>spring-data-mongodb</antora.javadoc-artifactId>
2829
<dist.id>spring-data-mongodb</dist.id>
29-
<springdata.commons>4.0.5-SNAPSHOT</springdata.commons>
30+
<springdata.commons>4.0.5</springdata.commons>
3031
<mongo>5.6.5</mongo>
3132
</properties>
3233

@@ -156,20 +157,8 @@
156157

157158

158159
<repositories>
159-
<repository>
160-
<id>spring-snapshot</id>
161-
<url>https://repo.spring.io/snapshot</url>
162-
<snapshots>
163-
<enabled>true</enabled>
164-
</snapshots>
165-
<releases>
166-
<enabled>false</enabled>
167-
</releases>
168-
</repository>
169-
<repository>
170-
<id>spring-milestone</id>
171-
<url>https://repo.spring.io/milestone</url>
172-
</repository>
160+
161+
173162
</repositories>
174163

175-
</project>
164+
</project>

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 MongoDB 5.0.4 (2025.1.4)
1+
Spring Data MongoDB 5.0.5 (2025.1.5)
22
Copyright (c) [2010-2019] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -19,3 +19,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1919

2020

2121

22+

0 commit comments

Comments
 (0)