Skip to content

Commit 7bc3ab9

Browse files
committedFeb 17, 2021
Prepare 2.4.4 (2020.0.4).
See #2271
1 parent ad4e80e commit 7bc3ab9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.4.4-SNAPSHOT</version>
15+
<version>2.4.4</version>
1616
</parent>
1717

1818
<properties>
@@ -358,8 +358,8 @@
358358

359359
<repositories>
360360
<repository>
361-
<id>spring-libs-snapshot</id>
362-
<url>https://repo.spring.io/libs-snapshot</url>
361+
<id>spring-libs-release</id>
362+
<url>https://repo.spring.io/libs-release</url>
363363
</repository>
364364
</repositories>
365365

‎src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 2.4.3 (2020.0.3)
1+
Spring Data Commons 2.4.4 (2020.0.4)
22
Copyright (c) [2010-2019] Pivotal Software, Inc.
33

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

2424

2525

26+

0 commit comments

Comments
 (0)
Please sign in to comment.