Skip to content

Commit 87d5465

Browse files
committed
Prepare 2.2 GA (2021.0.0).
See #955
1 parent bbe98a7 commit 87d5465

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -16,12 +15,12 @@
1615
<parent>
1716
<groupId>org.springframework.data.build</groupId>
1817
<artifactId>spring-data-parent</artifactId>
19-
<version>2.5.0-SNAPSHOT</version>
18+
<version>2.5.0</version>
2019
</parent>
2120

2221
<properties>
2322
<dist.id>spring-data-jdbc</dist.id>
24-
<springdata.commons>2.5.0-SNAPSHOT</springdata.commons>
23+
<springdata.commons>2.5.0</springdata.commons>
2524
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
2625

2726
<!-- dependency versions -->
@@ -277,8 +276,8 @@
277276

278277
<repositories>
279278
<repository>
280-
<id>spring-libs-snapshot</id>
281-
<url>https://repo.spring.io/libs-snapshot</url>
279+
<id>spring-libs-release</id>
280+
<url>https://repo.spring.io/libs-release</url>
282281
</repository>
283282
</repositories>
284283

src/main/resources/notice.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data JDBC 2.2 RC1 (2021.0.0)
1+
Spring Data JDBC 2.2 GA (2021.0.0)
22
Copyright (c) [2017-2019] Pivotal Software, Inc.
33

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

2727

2828

29+

0 commit comments

Comments
 (0)