Skip to content

Commit 04b3403

Browse files
committed
Prepare 3.0.7 (2022.0.7).
See #2948
1 parent c4d6ed4 commit 04b3403

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

pom.xml

Lines changed: 5 additions & 18 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.0.7-SNAPSHOT</version>
26+
<version>3.0.7</version>
2827
</parent>
2928

3029
<properties>
@@ -34,7 +33,7 @@
3433
<jsqlparser>4.5</jsqlparser>
3534
<mysql-connector-java>8.0.31</mysql-connector-java>
3635
<postgresql>42.5.0</postgresql>
37-
<springdata.commons>3.0.7-SNAPSHOT</springdata.commons>
36+
<springdata.commons>3.0.7</springdata.commons>
3837
<vavr>0.10.3</vavr>
3938

4039
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -222,20 +221,8 @@
222221
</build>
223222

224223
<repositories>
225-
<repository>
226-
<id>spring-snapshot</id>
227-
<url>https://repo.spring.io/snapshot</url>
228-
<snapshots>
229-
<enabled>true</enabled>
230-
</snapshots>
231-
<releases>
232-
<enabled>false</enabled>
233-
</releases>
234-
</repository>
235-
<repository>
236-
<id>spring-milestone</id>
237-
<url>https://repo.spring.io/milestone</url>
238-
</repository>
224+
225+
239226
</repositories>
240227

241228
</project>

0 commit comments

Comments
 (0)