Skip to content

Commit 1824f49

Browse files
committed
Prepare 3.2 M1 (2023.1.0).
See #2950
1 parent d1043ef commit 1824f49

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

pom.xml

Lines changed: 3 additions & 14 deletions
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

@@ -24,7 +23,7 @@
2423
<parent>
2524
<groupId>org.springframework.data.build</groupId>
2625
<artifactId>spring-data-parent</artifactId>
27-
<version>3.2.0-SNAPSHOT</version>
26+
<version>3.2.0-M1</version>
2827
</parent>
2928

3029
<properties>
@@ -36,7 +35,7 @@
3635
<jsqlparser>4.5</jsqlparser>
3736
<mysql-connector-java>8.0.33</mysql-connector-java>
3837
<postgresql>42.6.0</postgresql>
39-
<springdata.commons>3.2.0-SNAPSHOT</springdata.commons>
38+
<springdata.commons>3.2.0-M1</springdata.commons>
4039
<vavr>0.10.3</vavr>
4140

4241
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -208,16 +207,6 @@
208207
</build>
209208

210209
<repositories>
211-
<repository>
212-
<id>spring-snapshot</id>
213-
<url>https://repo.spring.io/snapshot</url>
214-
<snapshots>
215-
<enabled>true</enabled>
216-
</snapshots>
217-
<releases>
218-
<enabled>false</enabled>
219-
</releases>
220-
</repository>
221210
<repository>
222211
<id>spring-milestone</id>
223212
<url>https://repo.spring.io/milestone</url>

0 commit comments

Comments
 (0)