Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a15834b

Browse files
committedJan 17, 2020
DATACMNS-1652 - Prepare 2.3 M2 (Neumann).
1 parent 2ad517c commit a15834b

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
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>2.3.0.BUILD-SNAPSHOT</version>
15+
<version>2.3.0.M2</version>
1616
</parent>
1717

1818
<properties>
@@ -369,8 +369,8 @@
369369

370370
<repositories>
371371
<repository>
372-
<id>spring-libs-snapshot</id>
373-
<url>https://repo.spring.io/libs-snapshot</url>
372+
<id>spring-libs-milestone</id>
373+
<url>https://repo.spring.io/libs-milestone</url>
374374
</repository>
375375
</repositories>
376376

‎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 2.3 M1
1+
Spring Data Commons 2.3 M2
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").
@@ -9,3 +9,4 @@ separate copyright notices and license terms. Your use of the source
99
code for the these subcomponents is subject to the terms and
1010
conditions of the subcomponent's license, as noted in the LICENSE file.
1111

12+

0 commit comments

Comments
 (0)
Please sign in to comment.