Skip to content

Commit e4b3bc3

Browse files
committed
DATACMNS-1725 - Prepare 2.4 M1 (2020.0.0).
1 parent 9442777 commit e4b3bc3

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.0-SNAPSHOT</version>
15+
<version>2.4.0-M1</version>
1616
</parent>
1717

1818
<properties>
@@ -376,8 +376,8 @@
376376

377377
<repositories>
378378
<repository>
379-
<id>spring-libs-snapshot</id>
380-
<url>https://repo.spring.io/libs-snapshot</url>
379+
<id>spring-libs-milestone</id>
380+
<url>https://repo.spring.io/libs-milestone</url>
381381
</repository>
382382
</repositories>
383383

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Commons 2.3 GA
1+
Spring Data Commons 2.4 M1 (2020.0.0)
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").
@@ -15,3 +15,4 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
1515

1616

1717

18+

0 commit comments

Comments
 (0)