2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
||||
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-relational-parent</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Spring Data Relational Parent</name>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-relational-parent</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-data-jdbc</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</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>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-data-r2dbc</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data R2DBC</name>
|
||||
<description>Spring Data module for R2DBC</description>
|
||||
@@ -15,7 +15,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-relational-parent</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-data-relational</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
|
||||
<name>Spring Data Relational</name>
|
||||
<description>Spring Data Relational support</description>
|
||||
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-relational-parent</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user