Skip to content

Commit d7d3b79

Browse files
committed
DATAJPA-1229 - Prepare 2.0.3 (Kay SR3).
1 parent 537667b commit d7d3b79

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

+4-4
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.3.BUILD-SNAPSHOT</version>
17+
<version>2.0.3.RELEASE</version>
1818
</parent>
1919

2020
<properties>
@@ -24,7 +24,7 @@
2424
<eclipselink>2.6.5</eclipselink>
2525
<hibernate>5.2.12.Final</hibernate>
2626
<jpa>2.0.0</jpa>
27-
<springdata.commons>2.0.3.BUILD-SNAPSHOT</springdata.commons>
27+
<springdata.commons>2.0.3.RELEASE</springdata.commons>
2828

2929
<java-module-name>spring.data.jpa</java-module-name>
3030

@@ -467,8 +467,8 @@
467467

468468
<repositories>
469469
<repository>
470-
<id>spring-libs-snapshot</id>
471-
<url>https://repo.spring.io/libs-snapshot</url>
470+
<id>spring-libs-release</id>
471+
<url>https://repo.spring.io/libs-release</url>
472472
</repository>
473473
</repositories>
474474

src/main/resources/notice.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JPA 2.0.2
1+
Spring Data JPA 2.0.3
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)