Skip to content

Commit 0a10485

Browse files
committed
Prepare 3.3.10 (2024.0.10).
See #3775
1 parent 72a347f commit 0a10485

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

2929
<properties>
@@ -42,7 +42,7 @@
4242
<jsqlparser>4.9</jsqlparser>
4343
<mysql-connector-java>9.1.0</mysql-connector-java>
4444
<postgresql>42.7.4</postgresql>
45-
<springdata.commons>3.3.10-SNAPSHOT</springdata.commons>
45+
<springdata.commons>3.3.10</springdata.commons>
4646
<vavr>0.10.3</vavr>
4747

4848
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -170,20 +170,8 @@
170170
</build>
171171

172172
<repositories>
173-
<repository>
174-
<id>spring-snapshot</id>
175-
<url>https://repo.spring.io/snapshot</url>
176-
<snapshots>
177-
<enabled>true</enabled>
178-
</snapshots>
179-
<releases>
180-
<enabled>false</enabled>
181-
</releases>
182-
</repository>
183-
<repository>
184-
<id>spring-milestone</id>
185-
<url>https://repo.spring.io/milestone</url>
186-
</repository>
173+
174+
187175
</repositories>
188176

189177
<pluginRepositories>

0 commit comments

Comments
 (0)