Release version 2.1.15 (2020.0.15).

See #1068
This commit is contained in:
Jens Schauder
2021-11-12 09:36:59 +01:00
parent f4e1227d64
commit 3e15fd512d
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-jdbc</artifactId>
<version>2.1.15-SNAPSHOT</version>
<version>2.1.15</version>
<name>Spring Data JDBC</name>
<description>Spring Data module for JDBC repositories.</description>
@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>2.1.15-SNAPSHOT</version>
<version>2.1.15</version>
</parent>
<properties>