From da209d4a23f65f97e8e4f833284bed90c6f0497b Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 May 2022 10:43:21 +0200 Subject: [PATCH] Prepare 3.0 M4 (2022.0.0). See #2286 --- pom.xml | 847 +++++++++++++++++++++------------- src/main/resources/notice.txt | 3 +- 2 files changed, 531 insertions(+), 319 deletions(-) diff --git a/pom.xml b/pom.xml index 9f821899e..425813925 100644 --- a/pom.xml +++ b/pom.xml @@ -1,321 +1,532 @@ - - 4.0.0 - - org.springframework.data - spring-data-redis - 3.0.0-SNAPSHOT - - Spring Data Redis - Spring Data module for Redis - https://spring.io/projects/spring-data-redis - - - org.springframework.data.build - spring-data-parent - 3.0.0-SNAPSHOT - - - - 3.0.0-SNAPSHOT - 4.0.2 - 1.9.4 - 1.4.19 - 2.11.1 - 6.1.8.RELEASE - 3.8.0 - 1.01 - 4.1.72.Final - spring.data.redis - - - - scm:git:https://github.com/spring-projects/spring-data-redis.git - scm:git:git@github.com:spring-projects/spring-data-redis.git - https://github.com/spring-projects/spring-data-redis - - - - GitHub - https://github.com/spring-projects/spring-data-redis/issues - - - - - - - org.apache.commons - commons-pool2 - ${pool} - - - - - - - - - - - org.springframework.data - spring-data-keyvalue - ${springdata.keyvalue} - - - - org.springframework - spring-tx - - - - org.springframework - spring-oxm - - - - org.springframework - spring-aop - - - - org.springframework - spring-context-support - - - - - - redis.clients - jedis - ${jedis} - true - - - - io.lettuce - lettuce-core - ${lettuce} - true - - - - io.netty - netty-transport-native-epoll - linux-x86_64 - ${netty} - test - - - - io.netty - netty-transport-native-kqueue - osx-x86_64 - ${netty} - test - - - - - io.projectreactor - reactor-core - true - - - - - - com.fasterxml.jackson.core - jackson-core - true - - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - true - - - - com.fasterxml.jackson.core - jackson-databind - true - - - - commons-beanutils - commons-beanutils - ${beanutils} - true - - - - - - org.apache.commons - commons-pool2 - true - - - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - ${cdi} - provided - true - - - - org.apache.openwebbeans - openwebbeans-se - jakarta - ${webbeans} - test - - - - org.apache.openwebbeans - openwebbeans-spi - jakarta - ${webbeans} - test - - - - org.apache.openwebbeans - openwebbeans-impl - jakarta - ${webbeans} - test - - - - - org.jetbrains.kotlin - kotlin-stdlib - true - - - - org.jetbrains.kotlin - kotlin-reflect - true - - - - org.jetbrains.kotlinx - kotlinx-coroutines-core - ${kotlin-coroutines} - true - - - - org.jetbrains.kotlinx - kotlinx-coroutines-reactor - ${kotlin-coroutines} - true - - - - io.mockk - mockk - ${mockk} - test - - - - - - org.springframework - spring-jdbc - test - - - - org.awaitility - awaitility - ${awaitility} - test - - - - com.thoughtworks.xstream - xstream - ${xstream} - test - - - - edu.umd.cs.mtc - multithreadedtc - ${multithreadedtc} - test - - - - io.projectreactor - reactor-test - test - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - -XX:-OmitStackTraceInFastThrow - false - - **/*Tests.java - **/*Test.java - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - - org.asciidoctor - asciidoctor-maven-plugin - - - ${lettuce} - ${jedis} - - - - - - - - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - - - - - none - - + + 4.0.0 + + org.springframework.data + + spring-data-redis + + 3.0.0-SNAPSHOT + + Spring Data Redis + + Spring Data module for Redis + + https://spring.io/projects/spring-data-redis + + + + org.springframework.data.build + + spring-data-parent + + 3.0.0-M4 + + + + + + 3.0.0-M4 + + 4.0.2 + + 1.9.4 + + 1.4.19 + + 2.11.1 + + 6.1.8.RELEASE + + 3.8.0 + + 1.01 + + 4.1.72.Final + + spring.data.redis + + + + + + scm:git:https://github.com/spring-projects/spring-data-redis.git + + scm:git:git@github.com:spring-projects/spring-data-redis.git + + https://github.com/spring-projects/spring-data-redis + + + + + + GitHub + + https://github.com/spring-projects/spring-data-redis/issues + + + + + + + + + + org.apache.commons + + commons-pool2 + + ${pool} + + + + + + + + + + + + + + org.springframework.data + + spring-data-keyvalue + + ${springdata.keyvalue} + + + + + + org.springframework + + spring-tx + + + + + + org.springframework + + spring-oxm + + + + + + org.springframework + + spring-aop + + + + + + org.springframework + + spring-context-support + + + + + + + + redis.clients + + jedis + + ${jedis} + + true + + + + + + io.lettuce + + lettuce-core + + ${lettuce} + + true + + + + + + io.netty + + netty-transport-native-epoll + + linux-x86_64 + + ${netty} + + test + + + + + + io.netty + + netty-transport-native-kqueue + + osx-x86_64 + + ${netty} + + test + + + + + + + + io.projectreactor + + reactor-core + + true + + + + + + + + com.fasterxml.jackson.core + + jackson-core + + true + + + + + + com.fasterxml.jackson.datatype + + jackson-datatype-jsr310 + + true + + + + + + com.fasterxml.jackson.core + + jackson-databind + + true + + + + + + commons-beanutils + + commons-beanutils + + ${beanutils} + + true + + + + + + + + org.apache.commons + + commons-pool2 + + true + + + + + + + + + + jakarta.enterprise + + jakarta.enterprise.cdi-api + + ${cdi} + + provided + + true + + + + + + org.apache.openwebbeans + + openwebbeans-se + + jakarta + + ${webbeans} + + test + + + + + + org.apache.openwebbeans + + openwebbeans-spi + + jakarta + + ${webbeans} + + test + + + + + + org.apache.openwebbeans + + openwebbeans-impl + + jakarta + + ${webbeans} + + test + + + + + + + + org.jetbrains.kotlin + + kotlin-stdlib + + true + + + + + + org.jetbrains.kotlin + + kotlin-reflect + + true + + + + + + org.jetbrains.kotlinx + + kotlinx-coroutines-core + + ${kotlin-coroutines} + + true + + + + + + org.jetbrains.kotlinx + + kotlinx-coroutines-reactor + + ${kotlin-coroutines} + + true + + + + + + io.mockk + + mockk + + ${mockk} + + test + + + + + + + + org.springframework + + spring-jdbc + + test + + + + + + org.awaitility + + awaitility + + ${awaitility} + + test + + + + + + com.thoughtworks.xstream + + xstream + + ${xstream} + + test + + + + + + edu.umd.cs.mtc + + multithreadedtc + + ${multithreadedtc} + + test + + + + + + io.projectreactor + + reactor-test + + test + + + + + + + + + + + + org.apache.maven.plugins + + maven-surefire-plugin + + + + + + -XX:-OmitStackTraceInFastThrow + + false + + + + **/*Tests.java + + **/*Test.java + + + + + + + + + + org.apache.maven.plugins + + maven-assembly-plugin + + + + + + org.asciidoctor + + asciidoctor-maven-plugin + + + + + + ${lettuce} + + ${jedis} + + + + + + + + + + + + + + + + spring-libs-milestone + + https://repo.spring.io/libs-milestone + + + + + + + + + + spring-plugins-release + + https://repo.spring.io/plugins-release + + + + + + + + + + + + none + + + + + diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 0ef313c03..1fa1cb289 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Redis 3.0 M3 (2022.0.0) +Spring Data Redis 3.0 M4 (2022.0.0) Copyright (c) [2010-2019] Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). @@ -33,5 +33,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file. +