#435 - Upgrade to Spring Boot 2.1.1.RELEASE.

Upgrade to Spring Boot 2.1.1. Cleanup POM references.
This commit is contained in:
Mark Paluch
2018-11-30 12:42:20 +01:00
parent c36c615ecf
commit dc67d5272b
13 changed files with 17 additions and 116 deletions

View File

@@ -9,8 +9,8 @@
<name>Spring Data - Using the BOM for dependency management</name>
<properties>
<spring.version>5.0.2.RELEASE</spring.version>
<spring-data.version>Kay-SR2</spring-data.version>
<spring.version>5.1.0.RELEASE</spring.version>
<spring-data.version>Lovelace-RELEASE</spring-data.version>
</properties>
<dependencyManagement>

View File

@@ -1,5 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-data-cassandra-example</artifactId>

View File

@@ -11,23 +11,6 @@
<artifactId>spring-data-cassandra-kotlin</artifactId>
<name>Spring Data Cassandra - Kotlin features</name>
<properties>
<spring-data-releasetrain.version>Lovelace-RELEASE</spring-data-releasetrain.version>
</properties>
<profiles>
<!-- Override property as the module always needs Lovelace -->
<profile>
<id>spring-data-next</id>
<properties>
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>

View File

@@ -41,10 +41,11 @@
<artifactId>cassandra-driver-core</artifactId>
</dependency>
<!-- Required for Embedded Cassandra -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>3.0.2</version>
</dependency>
</dependencies>

View File

@@ -18,6 +18,11 @@
<artifactId>reactor-core</artifactId>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>

View File

@@ -22,23 +22,6 @@
<module>jooq</module>
</modules>
<properties>
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
<profiles>
<!-- Override property as the module always needs Lovelace -->
<profile>
<id>spring-data-next</id>
<properties>
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
</profile>
</profiles>
<dependencies>
<dependency>

View File

@@ -11,10 +11,6 @@
<artifactId>spring-data-jpa-deferred</artifactId>
<name>Spring Data JPA - Deferred bootstrap modes</name>
<properties>
<spring-data-releasetrain.version>Lovelace-RC2</spring-data-releasetrain.version>
</properties>
<build>
<plugins>
<plugin>

View File

@@ -11,10 +11,6 @@
<artifactId>spring-data-jpa-vavr</artifactId>
<name>Spring Data JPA - Vavr integration</name>
<properties>
<spring-data-releasetrain.version>Lovelace-RC1</spring-data-releasetrain.version>
</properties>
<dependencies>
<dependency>
<groupId>io.vavr</groupId>

View File

@@ -11,25 +11,6 @@
<artifactId>spring-data-mongodb-change-streams</artifactId>
<name>Spring Data MongoDB - Change Streams</name>
<properties>
<mongodb.version>3.8.0</mongodb.version>
<mongo-driver-reactivestreams.version>1.9.0</mongo-driver-reactivestreams.version>
<spring-data-releasetrain.version>Lovelace-RC1</spring-data-releasetrain.version>
</properties>
<profiles>
<!-- Override property as the module always needs Lovelace -->
<profile>
<id>spring-data-next</id>
<properties>
<spring-data-releasetrain.version>Lovelace-RC1</spring-data-releasetrain.version>
</properties>
</profile>
</profiles>
<dependencies>
<dependency>

View File

@@ -11,11 +11,6 @@
<artifactId>spring-data-mongodb-kotlin</artifactId>
<name>Spring Data MongoDB - Kotlin features</name>
<!-- Fix not released yet -->
<properties>
<spring-data-releasetrain.version>Kay-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>

View File

@@ -12,23 +12,4 @@
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<properties>
<mongodb.version>3.8.0</mongodb.version>
<mongo-driver-reactivestreams.version>1.9.0</mongo-driver-reactivestreams.version>
<spring-data-releasetrain.version>Lovelace-RC2</spring-data-releasetrain.version>
</properties>
<profiles>
<!-- Override property as the module always needs Lovelace -->
<profile>
<id>spring-data-next</id>
<properties>
<spring-data-releasetrain.version>Lovelace-RC2</spring-data-releasetrain.version>
</properties>
</profile>
</profiles>
</project>
</project>

View File

@@ -11,26 +11,6 @@
<artifactId>spring-data-mongodb-transactions</artifactId>
<name>Spring Data MongoDB - Transactions</name>
<properties>
<mongodb.version>3.8.0</mongodb.version>
<mongo-driver-reactivestreams.version>1.9.0</mongo-driver-reactivestreams.version>
<spring-data-releasetrain.version>Lovelace-RC1</spring-data-releasetrain.version>
<reactor-bom.version>Californium-M1</reactor-bom.version>
</properties>
<profiles>
<!-- Override property as the module always needs Lovelace -->
<profile>
<id>spring-data-next</id>
<properties>
<spring-data-releasetrain.version>Lovelace-RC1</spring-data-releasetrain.version>
</properties>
</profile>
</profiles>
<dependencies>
<dependency>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.5.RELEASE</version>
<version>2.1.1.RELEASE</version>
</parent>
<modules>
@@ -42,19 +42,19 @@
<profile>
<id>spring-data-next</id>
<properties>
<spring-data-releasetrain.version>Kay-BUILD-SNAPSHOT</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
</profile>
<profile>
<id>spring-data-next-releasetrain</id>
<properties>
<spring-data-releasetrain.version>Lovelace-BUILD-SNAPSHOT</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Moore-BUILD-SNAPSHOT</spring-data-releasetrain.version>
</properties>
</profile>
<profile>
<id>spring-data-next-releasetrain-released</id>
<properties>
<spring-data-releasetrain.version>Lovelace-RC2</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Lovelace-SR3</spring-data-releasetrain.version>
</properties>
</profile>