Skip to content

Commit 7939389

Browse files
committed
Prepare 3.1.12 (2023.0.12).
See #3420
1 parent 5519091 commit 7939389

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

2929
<properties>
@@ -40,7 +40,7 @@
4040
<jsqlparser>4.5</jsqlparser>
4141
<mysql-connector-java>8.0.31</mysql-connector-java>
4242
<postgresql>42.5.0</postgresql>
43-
<springdata.commons>3.1.12-SNAPSHOT</springdata.commons>
43+
<springdata.commons>3.1.12</springdata.commons>
4444
<vavr>0.10.3</vavr>
4545

4646
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -279,20 +279,8 @@
279279
</build>
280280

281281
<repositories>
282-
<repository>
283-
<id>spring-snapshot</id>
284-
<url>https://repo.spring.io/snapshot</url>
285-
<snapshots>
286-
<enabled>true</enabled>
287-
</snapshots>
288-
<releases>
289-
<enabled>false</enabled>
290-
</releases>
291-
</repository>
292-
<repository>
293-
<id>spring-milestone</id>
294-
<url>https://repo.spring.io/milestone</url>
295-
</repository>
282+
283+
296284
</repositories>
297285

298286
<pluginRepositories>

0 commit comments

Comments
 (0)