Skip to content

Commit c747cb4

Browse files
committed
DATAJPA-1090 - Prepare 2.0 M3 (Kay).
1 parent 7600821 commit c747cb4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>2.0.0.BUILD-SNAPSHOT</version>
17+
<version>2.0.0.M3</version>
1818
</parent>
1919

2020
<properties>
@@ -26,7 +26,7 @@
2626
<hsqldb1>1.8.0.10</hsqldb1>
2727
<jpa>2.0.0</jpa>
2828
<openjpa>2.4.1</openjpa>
29-
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
29+
<springdata.commons>2.0.0.M3</springdata.commons>
3030

3131
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
3232

@@ -505,8 +505,8 @@
505505

506506
<repositories>
507507
<repository>
508-
<id>spring-libs-snapshot</id>
509-
<url>https://repo.spring.io/libs-snapshot</url>
508+
<id>spring-libs-milestone</id>
509+
<url>https://repo.spring.io/libs-milestone</url>
510510
</repository>
511511
</repositories>
512512

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JPA 2.0 M2
1+
Spring Data JPA 2.0 M3
22
Copyright (c) [2011-2015] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

0 commit comments

Comments
 (0)