Browse Source

Prepare next development iteration.

See #1818
3.3.x
Jens Schauder 1 year ago
parent
commit
e8e317ccac
No known key found for this signature in database
GPG Key ID: 74F6C554AE971567
  1. 2
      pom.xml
  2. 2
      spring-data-jdbc-distribution/pom.xml
  3. 4
      spring-data-jdbc/pom.xml
  4. 4
      spring-data-r2dbc/pom.xml
  5. 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>3.3.2</version>
<version>3.3.3-SNAPSHOT</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>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

4
spring-data-jdbc/pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-jdbc</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
<name>Spring Data JDBC</name>
<description>Spring Data module for JDBC repositories.</description>
@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>
<properties>

4
spring-data-r2dbc/pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-r2dbc</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
<name>Spring Data R2DBC</name>
<description>Spring Data module for R2DBC</description>
@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>
<properties>

4
spring-data-relational/pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-relational</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
<name>Spring Data Relational</name>
<description>Spring Data Relational support</description>
@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-relational-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3-SNAPSHOT</version>
</parent>
<properties>

Loading…
Cancel
Save