Skip to content

Commit 5aff555

Browse files
committed
1803-projection - Prepare branch
1 parent 4ef0538 commit 5aff555

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-relational-parent</artifactId>
8-
<version>3.5.0-SNAPSHOT</version>
8+
<version>3.5.0-1803-projection-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data Relational Parent</name>
@@ -46,8 +46,8 @@
4646
<r2dbc-h2.version>1.0.0.RELEASE</r2dbc-h2.version>
4747
<r2dbc-mariadb.version>1.1.4</r2dbc-mariadb.version>
4848
<r2dbc-mssql.version>1.0.2.RELEASE</r2dbc-mssql.version>
49-
<r2dbc-mysql.version>1.3.1</r2dbc-mysql.version>
50-
<oracle-r2dbc.version>1.3.0</oracle-r2dbc.version>
49+
<r2dbc-mysql.version>1.3.0</r2dbc-mysql.version>
50+
<oracle-r2dbc.version>1.2.0</oracle-r2dbc.version>
5151

5252
<!-- test dependencies -->
5353
<awaitility.version>4.2.0</awaitility.version>

spring-data-jdbc-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-relational-parent</artifactId>
17-
<version>3.5.0-SNAPSHOT</version>
17+
<version>3.5.0-1803-projection-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

spring-data-jdbc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<artifactId>spring-data-jdbc</artifactId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0-1803-projection-SNAPSHOT</version>
1010

1111
<name>Spring Data JDBC</name>
1212
<description>Spring Data module for JDBC repositories.</description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data</groupId>
1717
<artifactId>spring-data-relational-parent</artifactId>
18-
<version>3.5.0-SNAPSHOT</version>
18+
<version>3.5.0-1803-projection-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>

spring-data-r2dbc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<artifactId>spring-data-r2dbc</artifactId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0-1803-projection-SNAPSHOT</version>
1010

1111
<name>Spring Data R2DBC</name>
1212
<description>Spring Data module for R2DBC</description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data</groupId>
1717
<artifactId>spring-data-relational-parent</artifactId>
18-
<version>3.5.0-SNAPSHOT</version>
18+
<version>3.5.0-1803-projection-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>

spring-data-relational/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<artifactId>spring-data-relational</artifactId>
9-
<version>3.5.0-SNAPSHOT</version>
9+
<version>3.5.0-1803-projection-SNAPSHOT</version>
1010

1111
<name>Spring Data Relational</name>
1212
<description>Spring Data Relational support</description>
1313

1414
<parent>
1515
<groupId>org.springframework.data</groupId>
1616
<artifactId>spring-data-relational-parent</artifactId>
17-
<version>3.5.0-SNAPSHOT</version>
17+
<version>3.5.0-1803-projection-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>

0 commit comments

Comments
 (0)