From 0ff6fe291609e2e4dc323533e101abcec894ef1d Mon Sep 17 00:00:00 2001 From: Steven van Beelen Date: Thu, 7 Nov 2024 17:10:05 +0100 Subject: [PATCH] Update version of non-deployed dependencies Update version of non-deployed dependencies #release/4.10.2 --- coverage-report/pom.xml | 2 +- hibernate-6-integrationtests/pom.xml | 2 +- spring-boot-3-integrationtests/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/coverage-report/pom.xml b/coverage-report/pom.xml index e483f6c493..a2d477a53e 100644 --- a/coverage-report/pom.xml +++ b/coverage-report/pom.xml @@ -20,7 +20,7 @@ org.axonframework axon - 4.10.2-SNAPSHOT + 4.10.3-SNAPSHOT axon-coverage-report diff --git a/hibernate-6-integrationtests/pom.xml b/hibernate-6-integrationtests/pom.xml index 925ef43a34..aea8326e04 100644 --- a/hibernate-6-integrationtests/pom.xml +++ b/hibernate-6-integrationtests/pom.xml @@ -20,7 +20,7 @@ axon org.axonframework - 4.10.2-SNAPSHOT + 4.10.3-SNAPSHOT 4.0.0 diff --git a/spring-boot-3-integrationtests/pom.xml b/spring-boot-3-integrationtests/pom.xml index 4bbf330c97..4cc110c5af 100644 --- a/spring-boot-3-integrationtests/pom.xml +++ b/spring-boot-3-integrationtests/pom.xml @@ -27,7 +27,7 @@ org.axonframework axon-spring-boot-3-integrationtests - 4.10.2-SNAPSHOT + 4.10.3-SNAPSHOT Axon Framework - Spring Boot 3 Integration Tests