From 906b6d4e5d93f654cbf6a4945a7c37e14ee2cdab Mon Sep 17 00:00:00 2001 From: alandavis Date: Thu, 19 May 2022 18:41:15 +0100 Subject: [PATCH] amp.min.version needs to be 7.0.0 not 7.1.0 as was the case for 23.1 (which starts at 1 rather than 0) [skip ci] as it is okay for now --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad1216c99c..6affe24b64 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 3 0 - ${acs.version.major}.1.0 + ${acs.version.major}.0.0 Community community