Browse Source

DATAJDBC-581 - Release version 1.1.10 (Moore SR10).

1.1.x 1.1.10.RELEASE
Mark Paluch 5 years ago
parent
commit
4569e3cec8
No known key found for this signature in database
GPG Key ID: 51A00FA751B91849
  1. 2
      pom.xml
  2. 2
      spring-data-jdbc-distribution/pom.xml
  3. 4
      spring-data-jdbc/pom.xml
  4. 4
      spring-data-relational/pom.xml

2
pom.xml

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

2
spring-data-jdbc-distribution/pom.xml

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

4
spring-data-jdbc/pom.xml

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

4
spring-data-relational/pom.xml

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

Loading…
Cancel
Save