From 57be1f8810a9fa910cb513535ef0369e7e457fed Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Mon, 25 Mar 2024 09:14:08 +0100 Subject: [PATCH] fix api project version Signed-off-by: Lukas Jungmann --- api/pom.xml | 2 +- spec/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index f38364ba..7a6994b5 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -25,7 +25,7 @@ jakarta.persistence jakarta.persistence-api - 3.2.1-SNAPSHOT + 3.2.0-SNAPSHOT Jakarta Persistence API https://github.com/jakartaee/persistence diff --git a/spec/pom.xml b/spec/pom.xml index 08d2954e..0218a348 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -30,8 +30,8 @@ ${project.build.directory}/staging true - 2.2.6 - 2.3.9 + 3.0.0 + 2.3.15 jakarta-${project.artifactId}-${project.version} DRAFT