Skip to content

Commit d75e193

Browse files
Prepare 3.0.6 (2022.0.6).
See #2918
1 parent b9bd0e7 commit d75e193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
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.6-SNAPSHOT</version>
26+
<version>3.0.6</version>
2727
</parent>
2828

2929
<properties>
@@ -36,7 +36,7 @@
3636
<jsqlparser>4.5</jsqlparser>
3737
<mysql-connector-java>8.0.31</mysql-connector-java>
3838
<postgresql>42.5.0</postgresql>
39-
<springdata.commons>3.0.6-SNAPSHOT</springdata.commons>
39+
<springdata.commons>3.0.6</springdata.commons>
4040
<vavr>0.10.3</vavr>
4141

4242
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -217,8 +217,8 @@
217217

218218
<repositories>
219219
<repository>
220-
<id>spring-libs-snapshot</id>
221-
<url>https://repo.spring.io/libs-snapshot</url>
220+
<id>spring-libs-release</id>
221+
<url>https://repo.spring.io/libs-release</url>
222222
</repository>
223223
</repositories>
224224

0 commit comments

Comments
 (0)