Skip to content

Commit bc3ead2

Browse files
committed
Prepare 3.5 M1 (2025.0.0).
See #1942
1 parent 1eb39e4 commit bc3ead2

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

pom.xml

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -16,12 +15,12 @@
1615
<parent>
1716
<groupId>org.springframework.data.build</groupId>
1817
<artifactId>spring-data-parent</artifactId>
19-
<version>3.5.0-SNAPSHOT</version>
18+
<version>3.5.0-M1</version>
2019
</parent>
2120

2221
<properties>
2322
<dist.id>spring-data-jdbc</dist.id>
24-
<springdata.commons>3.5.0-SNAPSHOT</springdata.commons>
23+
<springdata.commons>3.5.0-M1</springdata.commons>
2524
<liquibase.version>4.21.1</liquibase.version>
2625
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2726

@@ -312,16 +311,6 @@
312311
</build>
313312

314313
<repositories>
315-
<repository>
316-
<id>spring-snapshot</id>
317-
<url>https://repo.spring.io/snapshot</url>
318-
<snapshots>
319-
<enabled>true</enabled>
320-
</snapshots>
321-
<releases>
322-
<enabled>false</enabled>
323-
</releases>
324-
</repository>
325314
<repository>
326315
<id>spring-milestone</id>
327316
<url>https://repo.spring.io/milestone</url>

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Relational 3.4 GA (2024.1.0)
1+
Spring Data Relational 3.5 M1 (2025.0.0)
22
Copyright (c) [2017-2019] Pivotal Software, Inc.
33

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

5757

5858

59+
5960

6061

0 commit comments

Comments
 (0)