Skip to content

Commit c25cf23

Browse files
committed
Prepare 3.2.9 (2023.1.9).
See #3538
1 parent d1c69b8 commit c25cf23

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.2.9-SNAPSHOT</version>
26+
<version>3.2.9</version>
2727
</parent>
2828

2929
<properties>
@@ -42,7 +42,7 @@
4242
<jsqlparser>4.5</jsqlparser>
4343
<mysql-connector-java>8.0.33</mysql-connector-java>
4444
<postgresql>42.6.0</postgresql>
45-
<springdata.commons>3.2.9-SNAPSHOT</springdata.commons>
45+
<springdata.commons>3.2.9</springdata.commons>
4646
<vavr>0.10.3</vavr>
4747

4848
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -283,20 +283,8 @@
283283
</build>
284284

285285
<repositories>
286-
<repository>
287-
<id>spring-snapshot</id>
288-
<url>https://repo.spring.io/snapshot</url>
289-
<snapshots>
290-
<enabled>true</enabled>
291-
</snapshots>
292-
<releases>
293-
<enabled>false</enabled>
294-
</releases>
295-
</repository>
296-
<repository>
297-
<id>spring-milestone</id>
298-
<url>https://repo.spring.io/milestone</url>
299-
</repository>
286+
287+
300288
</repositories>
301289

302290
<pluginRepositories>

0 commit comments

Comments
 (0)