From f009e42c4f4964512f76509ef2d44d3b0312a45c Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Fri, 8 Sep 2023 09:25:24 -0500 Subject: [PATCH] Polishing. Move version settings into properties to consolidate and ease making updates. Related: #3146 --- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6a4dd07ff..dd2134e5d 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,10 @@ 4.10.1 3.0.3 + 4.0.2 6.2.4.Final + 6.3.0.Final + 6.3.1-SNAPSHOT 2.7.1

2.2.220

4.5 @@ -55,13 +58,13 @@ hibernate-63 - 6.3.0.Final + ${hibernate-next} hibernate-63-next - 6.3.1-SNAPSHOT + ${hibernate-next-snapshots} @@ -113,7 +116,7 @@ eclipselink-next - 4.0.2 + ${eclipselink-next}