Skip to content

Commit bce5bfa

Browse files
committed
Prepare 3.0.10 (2022.0.10).
See #3117
1 parent 2219952 commit bce5bfa

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

pom.xml

+4-16
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.springframework.data.build</groupId>
2525
<artifactId>spring-data-parent</artifactId>
26-
<version>3.0.10-SNAPSHOT</version>
26+
<version>3.0.10</version>
2727
</parent>
2828

2929
<properties>
@@ -33,7 +33,7 @@
3333
<jsqlparser>4.5</jsqlparser>
3434
<mysql-connector-java>8.0.31</mysql-connector-java>
3535
<postgresql>42.5.0</postgresql>
36-
<springdata.commons>3.0.10-SNAPSHOT</springdata.commons>
36+
<springdata.commons>3.0.10</springdata.commons>
3737
<vavr>0.10.3</vavr>
3838

3939
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -221,20 +221,8 @@
221221
</build>
222222

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

240228
</project>

0 commit comments

Comments
 (0)