Skip to content

Commit b4a19cc

Browse files
committed
574-composite-id - Prepare branch
1 parent d411be4 commit b4a19cc

File tree

6 files changed

+11
-23
lines changed

6 files changed

+11
-23
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99

1010
triggers {
1111
pollSCM 'H/10 * * * *'
12-
upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
12+
upstream(upstreamProjects: "spring-data-commons/4.0.x", threshold: hudson.model.Result.SUCCESS)
1313
}
1414

1515
options {

pom.xml

Lines changed: 3 additions & 15 deletions
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>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0-1737-nullable-embedded-with-collection-574-composite-id-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data Relational Parent</name>
@@ -310,20 +310,8 @@
310310
</build>
311311

312312
<repositories>
313-
<repository>
314-
<id>spring-snapshot</id>
315-
<url>https://repo.spring.io/snapshot</url>
316-
<snapshots>
317-
<enabled>true</enabled>
318-
</snapshots>
319-
<releases>
320-
<enabled>false</enabled>
321-
</releases>
322-
</repository>
323-
<repository>
324-
<id>spring-milestone</id>
325-
<url>https://repo.spring.io/milestone</url>
326-
</repository>
313+
314+
327315
</repositories>
328316

329317
</project>

spring-data-jdbc-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
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>4.0.0-SNAPSHOT</version>
17+
<version>4.0.0-1737-nullable-embedded-with-collection-574-composite-id-SNAPSHOT</version>
1818
<relativePath>../pom.xml</relativePath>
1919
</parent>
2020

spring-data-jdbc/pom.xml

Lines changed: 2 additions & 2 deletions
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>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0-1737-nullable-embedded-with-collection-574-composite-id-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>4.0.0-SNAPSHOT</version>
18+
<version>4.0.0-1737-nullable-embedded-with-collection-574-composite-id-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>

spring-data-r2dbc/pom.xml

Lines changed: 2 additions & 2 deletions
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>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0-1737-nullable-embedded-with-collection-574-composite-id-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>4.0.0-SNAPSHOT</version>
18+
<version>4.0.0-1737-nullable-embedded-with-collection-574-composite-id-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>

spring-data-relational/pom.xml

Lines changed: 2 additions & 2 deletions
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>4.0.0-SNAPSHOT</version>
9+
<version>4.0.0-1737-nullable-embedded-with-collection-574-composite-id-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>4.0.0-SNAPSHOT</version>
17+
<version>4.0.0-1737-nullable-embedded-with-collection-574-composite-id-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>

0 commit comments

Comments
 (0)