Skip to content

Commit 1c77a43

Browse files
committed
Prepare 3.0.3 (2022.0.3).
See #2776
1 parent 00a6668 commit 1c77a43

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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.0.3-SNAPSHOT</version>
28+
<version>3.0.3</version>
2929
</parent>
3030

3131
<properties>
@@ -366,8 +366,8 @@
366366

367367
<repositories>
368368
<repository>
369-
<id>spring-libs-snapshot</id>
370-
<url>https://repo.spring.io/libs-snapshot</url>
369+
<id>spring-libs-release</id>
370+
<url>https://repo.spring.io/libs-release</url>
371371
</repository>
372372
</repositories>
373373

src/main/resources/notice.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 3.0.2 (2022.0.2)
1+
Spring Data Commons 3.0.3 (2022.0.3)
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").
@@ -41,5 +41,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
4141

4242

4343

44+
4445

4546

0 commit comments

Comments
 (0)