DATAJDBC-601 - Release version 2.0.5 (Neumann SR5).

This commit is contained in:
Mark Paluch
2020-10-28 14:34:40 +01:00
parent 05667d9106
commit 972c2bbbd9
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.0.5.BUILD-SNAPSHOT</version>
<version>2.0.5.RELEASE</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.0.5.BUILD-SNAPSHOT</version>
<version>2.0.5.RELEASE</version>
</parent>
<properties>