From cb0b3961db9ed6201845f9e8a7bf3d9a4e71fc94 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 21 Mar 2018 21:16:36 -0700 Subject: [PATCH] Upgrade to Spring Data Build Parent 2.0.5.RELEASE. Rename the Maven project. Edit the Maven project description. Upgrade to AssertJ 3.9.1. Upgrade to Lombok 1.16.20. Upgrade to Mockito 2.15.0. Upgrade to Spring Data Release Train Kay-SR5. Refactor the dependency management for the spring-data-gemfire and spring-data-geode modoules to pull version meta-data from the org.springframework.data:spring-data-releasetrain Maven BOM file. --- pom.xml | 30 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 8a3e0bb..3c56ddf 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-parent - 2.0.3.BUILD-SNAPSHOT + 2.0.5.RELEASE org.springframework.data @@ -16,10 +16,10 @@ 0.1.0.BUILD-SNAPSHOT jar - Spring Data Test Context Framework for Spring Data GemFire/Geode + Spring Data Test Framework for Spring Data GemFire and Spring Data Geode - This project is a new Spring Data module building on Spring's TestContext Framework for writing Unit - and Integration Tests for both Spring Data for Pivotal GemFire as well as Spring Data for Apache Geode. + This project introduces a new Spring Data module building on Spring's TestContext Framework and is used to write + both Unit and Integration Tests for Spring Data for Pivotal GemFire as well as Spring Data for Apache Geode. https://github.com/jxblum/spring-data-tests-4-gemfire @@ -28,7 +28,7 @@ Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 - Copyright 2017 the original author or authors. + Copyright 2017-present the original author or authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -77,13 +77,12 @@ 3.3 2.19.1 UTF-8 - 3.8.0 + 3.9.1 4.12 - 1.16.18 - 2.12.0 + 1.16.20 + 2.15.0 1.01 - ${project.parent.version} - ${project.parent.version} + Kay-SR5 1.2.0.RELEASE @@ -123,13 +122,10 @@ org.springframework.data - spring-data-gemfire - ${spring-data-gemfire.version} - - - org.springframework.data - spring-data-geode - ${spring-data-geode.version} + spring-data-releasetrain + ${spring-data-release-train.version} + import + pom