Skip to content

Commit 0c06985

Browse files
committedJan 17, 2025
Prepare 3.3.8 (2024.0.8).
See #3222
1 parent be942bf commit 0c06985

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed
 

‎pom.xml

+3-15
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.springframework.data.build</groupId>
2727
<artifactId>spring-data-parent</artifactId>
28-
<version>3.3.8-SNAPSHOT</version>
28+
<version>3.3.8</version>
2929
</parent>
3030

3131
<properties>
@@ -380,20 +380,8 @@
380380
</profiles>
381381

382382
<repositories>
383-
<repository>
384-
<id>spring-snapshot</id>
385-
<url>https://repo.spring.io/snapshot</url>
386-
<snapshots>
387-
<enabled>true</enabled>
388-
</snapshots>
389-
<releases>
390-
<enabled>false</enabled>
391-
</releases>
392-
</repository>
393-
<repository>
394-
<id>spring-milestone</id>
395-
<url>https://repo.spring.io/milestone</url>
396-
</repository>
383+
384+
397385
</repositories>
398386

399387
</project>

‎src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 3.3.7 (2024.0.7)
1+
Spring Data Commons 3.3.8 (2024.0.8)
22
Copyright (c) [2010-2021] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").
@@ -60,5 +60,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
6060

6161

6262

63+
6364

6465

0 commit comments

Comments
 (0)
Please sign in to comment.