From ee4502312b2d8711876f185bdeb4d4c4b4d2b03f Mon Sep 17 00:00:00 2001 From: Benjamin Otto Date: Thu, 28 Sep 2023 17:52:38 +0200 Subject: [PATCH] Update versions for release --- pom.xml | 464 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 232 insertions(+), 232 deletions(-) diff --git a/pom.xml b/pom.xml index 76e2e56e..88ccb530 100644 --- a/pom.xml +++ b/pom.xml @@ -1,238 +1,238 @@ - 4.0.0 - - eu.prismacapacity - basepom-oss - 0.2.10 - - spring-cqs - 3.0.0-SNAPSHOT - jar - CQS spring lib - TODO - https://github.com/prisma-capacity - - PRISMA European Capacity Platform GmbH - http://www.prisma-capacity.eu - - - - uwe.schaefer - Uwe Schaefer - uwe.schaefer@prisma-capacity.eu - - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - 2020 - - github - https://github.com/prisma-capacity/cqs/issues - - - scm:git:http://github.com/prisma-capacity/cqs.git - scm:git:ssh://github.com/prisma-capacity/cqs.git - https://github.com/prisma-capacity/cqs - - - UTF-8 - 1.8 - 1.8 - 3.3.9 - 1.6 - 1.6.8 - 1.18.6 - 2.11.1 - 1.7.30 - 3.1.3 - 6.0.9 - 2.0.1 - 7.4.1 - - - - org.junit.jupiter - junit-jupiter-api - 5.10.0 - test - - - org.junit.jupiter - junit-jupiter-engine - 5.10.0 - test - - - org.junit.platform - junit-platform-engine - 1.10.0 - test - - - io.github.hakky54 - logcaptor - 2.9.0 - test - - - org.junit.platform - junit-platform-commons - 1.10.0 - test - - - org.mockito - mockito-core - 5.5.0 - test - - - org.mockito - mockito-junit-jupiter - 5.5.0 - test - - - org.projectlombok - lombok - 1.18.28 - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + eu.prismacapacity + basepom-oss + 0.2.10 + + spring-cqs + 3.0.0 + jar + CQS spring lib + TODO + https://github.com/prisma-capacity + + PRISMA European Capacity Platform GmbH + http://www.prisma-capacity.eu + + + + uwe.schaefer + Uwe Schaefer + uwe.schaefer@prisma-capacity.eu + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + 2020 + + github + https://github.com/prisma-capacity/cqs/issues + + + scm:git:http://github.com/prisma-capacity/cqs.git + scm:git:ssh://github.com/prisma-capacity/cqs.git + https://github.com/prisma-capacity/cqs + + + UTF-8 + 1.8 + 1.8 + 3.3.9 + 1.6 + 1.6.8 + 1.18.6 + 2.11.1 + 1.7.30 + 3.1.3 + 6.0.9 + 2.0.1 + 7.4.1 + + + + org.junit.jupiter + junit-jupiter-api + 5.10.0 + test + + + org.junit.jupiter + junit-jupiter-engine + 5.10.0 + test + + + org.junit.platform + junit-platform-engine + 1.10.0 + test + + + io.github.hakky54 + logcaptor + 2.9.0 + test + + + org.junit.platform + junit-platform-commons + 1.10.0 + test + + + org.mockito + mockito-core + 5.5.0 + test + + + org.mockito + mockito-junit-jupiter + 5.5.0 + test + + + org.projectlombok + lombok + 1.18.28 + - - jakarta.validation - jakarta.validation-api - 3.0.2 - - - org.springframework - spring-aspects - ${spring.version} - - - org.springframework.retry - spring-retry - ${spring-retry.version} - - - org.springframework - spring-context - ${spring.version} - - - io.micrometer - micrometer-core - 1.11.4 - - - org.springframework.boot - spring-boot-starter-validation - ${spring-boot.version} - + + jakarta.validation + jakarta.validation-api + 3.0.2 + + + org.springframework + spring-aspects + ${spring.version} + + + org.springframework.retry + spring-retry + ${spring-retry.version} + + + org.springframework + spring-context + ${spring.version} + + + io.micrometer + micrometer-core + 1.11.4 + + + org.springframework.boot + spring-boot-starter-validation + ${spring-boot.version} + - - org.springframework.boot - spring-boot-starter-test - ${spring-boot.version} - test - - - - - - maven-surefire-plugin - 3.1.2 - - it - - - - maven-failsafe-plugin - 3.1.2 - - it - - - - org.jacoco - jacoco-maven-plugin - 0.8.10 - - - prepare-agent - - prepare-agent - - - - - - - - **/*Configuration.* - **/*Application.* - - **/*Exception.* - - **/gen/* - **/generated/* - - **/OptionalBehavior* - - - - - com.amashchenko.maven.plugin - gitflow-maven-plugin - 1.20.0 - - - main - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - eu.prismacapacity - - - unixuid-maven-plugin - - [1.0.8,) - - - unixuid - - - - - - - - - - - - - + + org.springframework.boot + spring-boot-starter-test + ${spring-boot.version} + test + + + + + + maven-surefire-plugin + 3.1.2 + + it + + + + maven-failsafe-plugin + 3.1.2 + + it + + + + org.jacoco + jacoco-maven-plugin + 0.8.10 + + + prepare-agent + + prepare-agent + + + + + + + + **/*Configuration.* + **/*Application.* + + **/*Exception.* + + **/gen/* + **/generated/* + + **/OptionalBehavior* + + + + + com.amashchenko.maven.plugin + gitflow-maven-plugin + 1.20.0 + + + main + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + eu.prismacapacity + + + unixuid-maven-plugin + + [1.0.8,) + + + unixuid + + + + + + + + + + + + +