Skip to content

Commit 503c1af

Browse files
committed
Prepare 3.0 M1 (2022.0.0).
See #2402
1 parent 5b7611e commit 503c1af

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

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

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

2221
<properties>
23-
<source.level>16</source.level><!-- AspectJ maven plugin can't handle 17 yet -->
22+
<source.level>16</source.level>
23+
<!-- AspectJ maven plugin can't handle 17 yet -->
2424

2525
<eclipselink>3.0.2</eclipselink>
2626
<hibernate>5.6.0.Final</hibernate>
2727
<mysql-connector-java>8.0.23</mysql-connector-java>
2828
<postgresql>42.2.19</postgresql>
29-
<springdata.commons>3.0.0-SNAPSHOT</springdata.commons>
29+
<springdata.commons>3.0.0-M1</springdata.commons>
3030
<vavr>0.10.3</vavr>
3131

3232
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -209,8 +209,8 @@
209209

210210
<repositories>
211211
<repository>
212-
<id>spring-libs-snapshot</id>
213-
<url>https://repo.spring.io/libs-snapshot</url>
212+
<id>spring-libs-milestone</id>
213+
<url>https://repo.spring.io/libs-milestone</url>
214214
</repository>
215215
</repositories>
216216

0 commit comments

Comments
 (0)