From 0719f6e362f618362830c25a9cc88ca0e21be83d Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 May 2022 10:43:21 +0200 Subject: [PATCH] Prepare 5.0 M4 (2022.0.0). See #1380 --- pom.xml | 921 ++++++++++++++++++++++------------ src/main/resources/notice.txt | 3 +- 2 files changed, 591 insertions(+), 333 deletions(-) diff --git a/pom.xml b/pom.xml index 0d3301d9..4847ce92 100644 --- a/pom.xml +++ b/pom.xml @@ -1,337 +1,594 @@ - - 4.0.0 - - org.springframework.data - spring-data-couchbase - 5.0.0-SNAPSHOT - - Spring Data Couchbase - Spring Data integration for Couchbase - https://github.com/spring-projects/spring-data-couchbase - - - org.springframework.data.build - spring-data-parent - 3.0.0-SNAPSHOT - - - - 3.3.0 - 3.3.0 - 3.0.0-SNAPSHOT - spring.data.couchbase - 2.10.13 - 3.0.1 - 7.0.1.Final - 1.1.3 - 5.0.0 - 3.7.4 - - - - - - org.testcontainers - testcontainers-bom - ${testcontainers} - pom - import - - - - + + 4.0.0 + + org.springframework.data + + spring-data-couchbase + + 5.0.0-SNAPSHOT + + Spring Data Couchbase + + Spring Data integration for Couchbase + + https://github.com/spring-projects/spring-data-couchbase + + + + org.springframework.data.build + + spring-data-parent + + 3.0.0-M4 + + + + + + 3.3.0 + + 3.3.0 + + 3.0.0-M4 + + spring.data.couchbase + + 2.10.13 + + 3.0.1 + + 7.0.1.Final + + 1.1.3 + + 5.0.0 + + 3.7.4 + + + + + - - - com.querydsl - querydsl-apt - ${querydsl} - provided - - - - org.springframework - spring-context-support - - - - org.springframework - spring-web - - - - org.springframework - spring-tx - - - - ${project.groupId} - spring-data-commons - ${springdata.commons} - - - - com.couchbase.client - java-client - ${couchbase} - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - 3.0.0 - - - - org.springframework - spring-test - ${spring} - test - - - - org.hibernate.validator - hibernate-validator - 7.0.1.Final - test - - - - org.apache.httpcomponents - httpclient - 4.5.13 - test - - - - io.projectreactor - reactor-test - 3.4.6 - test - - - - com.fasterxml.jackson.core - jackson-databind - - - - joda-time - joda-time - ${jodatime} - true - - - - org.testcontainers - testcontainers - test - - - - - jakarta.validation - jakarta.validation-api - ${validation} - - - - jakarta.el - jakarta.el-api - 4.0.0 - provided - true - - - - javax.el - javax.el-api - 3.0.0 - test - - - - org.glassfish - jakarta.el - 4.0.2 - provided - true - - - - - - org.apache.geronimo.specs - geronimo-jcdi_2.0_spec - 1.0.1 - test - - - - javax.interceptor - javax.interceptor-api - 1.2.1 - test - - - - org.apache.openwebbeans - openwebbeans-se - ${webbeans} - test - - - - com.couchbase.mock - CouchbaseMock - 1.5.25 - test - - - - com.squareup.okhttp3 - okhttp - 4.8.1 - test - - - - com.squareup.okhttp3 - okhttp-tls - 4.8.1 - test - - - - - org.jetbrains.kotlin - kotlin-stdlib - ${kotlin} - true - - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin} - true - - - - org.jetbrains.kotlin - kotlin-test - ${kotlin} - test - - - - org.awaitility - awaitility - 4.0.3 - test - - + + + + org.testcontainers + + testcontainers-bom + + ${testcontainers} + + pom + + import + + + - - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - sonatype-snapshot - https://oss.sonatype.org/content/repositories/snapshots - - true - - - false - - - - jitpack.io - https://jitpack.io - - - - - - spring-plugins-release - https://repo.spring.io/plugins-release - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - false - false - - **/*Test.java - **/*Tests.java - - - **/*IntegrationTest.java - **/*IntegrationTests.java - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - **/*IntegrationTest.java - **/*IntegrationTests.java - - - - - - integration-test - verify - - - - - - org.apache.maven.plugins - maven-assembly-plugin - - - org.asciidoctor - asciidoctor-maven-plugin - - - com.mysema.maven - apt-maven-plugin - ${apt} - - - com.querydsl - querydsl-apt - ${querydsl} - - - - - generate-test-sources - - test-process - - - target/generated-test-sources - org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor - - - - - - + + + + + + + + com.querydsl + + querydsl-apt + + ${querydsl} + + provided + + + + + + org.springframework + + spring-context-support + + + + + + org.springframework + + spring-web + + + + + + org.springframework + + spring-tx + + + + + + ${project.groupId} + + spring-data-commons + + ${springdata.commons} + + + + + + com.couchbase.client + + java-client + + ${couchbase} + + + + + + + + jakarta.enterprise + + jakarta.enterprise.cdi-api + + 3.0.0 + + + + + + org.springframework + + spring-test + + ${spring} + + test + + + + + + org.hibernate.validator + + hibernate-validator + + 7.0.1.Final + + test + + + + + + org.apache.httpcomponents + + httpclient + + 4.5.13 + + test + + + + + + io.projectreactor + + reactor-test + + 3.4.6 + + test + + + + + + com.fasterxml.jackson.core + + jackson-databind + + + + + + joda-time + + joda-time + + ${jodatime} + + true + + + + + + org.testcontainers + + testcontainers + + test + + + + + + + + jakarta.validation + + jakarta.validation-api + + ${validation} + + + + + + jakarta.el + + jakarta.el-api + + 4.0.0 + + provided + + true + + + + + + javax.el + + javax.el-api + + 3.0.0 + + test + + + + + + org.glassfish + + jakarta.el + + 4.0.2 + + provided + + true + + + + + + + + + + org.apache.geronimo.specs + + geronimo-jcdi_2.0_spec + + 1.0.1 + + test + + + + + + javax.interceptor + + javax.interceptor-api + + 1.2.1 + + test + + + + + + org.apache.openwebbeans + + openwebbeans-se + + ${webbeans} + + test + + + + + + com.couchbase.mock + + CouchbaseMock + + 1.5.25 + + test + + + + + + com.squareup.okhttp3 + + okhttp + + 4.8.1 + + test + + + + + + com.squareup.okhttp3 + + okhttp-tls + + 4.8.1 + + test + + + + + + + + org.jetbrains.kotlin + + kotlin-stdlib + + ${kotlin} + + true + + + + + + org.jetbrains.kotlin + + kotlin-reflect + + ${kotlin} + + true + + + + + + org.jetbrains.kotlin + + kotlin-test + + ${kotlin} + + test + + + + + + org.awaitility + + awaitility + + 4.0.3 + + test + + + + + + + + + + spring-libs-milestone + + https://repo.spring.io/libs-milestone + + + + + + sonatype-snapshot + + https://oss.sonatype.org/content/repositories/snapshots + + + + true + + + + + + false + + + + + + + + jitpack.io + + https://jitpack.io + + + + + + + + + + spring-plugins-release + + https://repo.spring.io/plugins-release + + + + + + + + + + + + org.apache.maven.plugins + + maven-surefire-plugin + + + + false + + false + + + + **/*Test.java + + **/*Tests.java + + + + + + **/*IntegrationTest.java + + **/*IntegrationTests.java + + + + + + + + + + org.apache.maven.plugins + + maven-failsafe-plugin + + + + + + **/*IntegrationTest.java + + **/*IntegrationTests.java + + + + + + + + + + + + integration-test + + verify + + + + + + + + + + + + org.apache.maven.plugins + + maven-assembly-plugin + + + + + + org.asciidoctor + + asciidoctor-maven-plugin + + + + + + com.mysema.maven + + apt-maven-plugin + + ${apt} + + + + + + com.querydsl + + querydsl-apt + + ${querydsl} + + + + + + + + + + generate-test-sources + + + + test-process + + + + + + target/generated-test-sources + + org.springframework.data.couchbase.repository.support.CouchbaseAnnotationProcessor + + + + + + + + + + + + + diff --git a/src/main/resources/notice.txt b/src/main/resources/notice.txt index 3195358d..dfb4fba4 100644 --- a/src/main/resources/notice.txt +++ b/src/main/resources/notice.txt @@ -1,4 +1,4 @@ -Spring Data Couchbase 5.0 M3 (2022.0.0) +Spring Data Couchbase 5.0 M4 (2022.0.0) Copyright (c) [2013-2019] Couchbase / Pivotal Software, Inc. This product is licensed to you under the Apache License, Version 2.0 (the "License"). @@ -32,5 +32,6 @@ conditions of the subcomponent's license, as noted in the LICENSE file. +