Skip to content

Commit 8a40806

Browse files
committed
Prepare 3.3.4 (2024.0.4).
See #3583
1 parent acc56d6 commit 8a40806

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

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

4848
<hibernate.groupId>org.hibernate</hibernate.groupId>
@@ -286,20 +286,8 @@
286286
</build>
287287

288288
<repositories>
289-
<repository>
290-
<id>spring-snapshot</id>
291-
<url>https://repo.spring.io/snapshot</url>
292-
<snapshots>
293-
<enabled>true</enabled>
294-
</snapshots>
295-
<releases>
296-
<enabled>false</enabled>
297-
</releases>
298-
</repository>
299-
<repository>
300-
<id>spring-milestone</id>
301-
<url>https://repo.spring.io/milestone</url>
302-
</repository>
289+
290+
303291
</repositories>
304292

305293
<pluginRepositories>

0 commit comments

Comments
 (0)