DATAJDBC-511 - Release version 1.1.7 (Moore SR7).

This commit is contained in:
Mark Paluch
2020-04-28 14:35:55 +02:00
parent d52d499f7e
commit bace6f396f
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>1.1.7.BUILD-SNAPSHOT</version>
<version>1.1.7.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Data Relational Parent</name>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>1.1.7.BUILD-SNAPSHOT</version>
<version>1.1.7.RELEASE</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-jdbc</artifactId>
<version>1.1.7.BUILD-SNAPSHOT</version>
<version>1.1.7.RELEASE</version>
<name>Spring Data JDBC</name>
<description>Spring Data module for JDBC repositories.</description>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>1.1.7.BUILD-SNAPSHOT</version>
<version>1.1.7.RELEASE</version>
</parent>
<properties>

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-relational</artifactId>
<version>1.1.7.BUILD-SNAPSHOT</version>
<version>1.1.7.RELEASE</version>
<name>Spring Data Relational</name>
<description>Spring Data Relational support</description>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>1.1.7.BUILD-SNAPSHOT</version>
<version>1.1.7.RELEASE</version>
</parent>
<properties>