From d3168e3c16aa87dce72c540b0a4bd97e914b3fc4 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Mon, 13 Jun 2022 05:23:15 +0200 Subject: migrate parents to suflur-sr0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit adapt odl based parents to suflur-sr0 Issue-ID: CCSDK-3691 Signed-off-by: Michael Dürre Change-Id: I6fa6ebdb7a43bc4ea63c35650ccd2ff0c253a1dd Signed-off-by: Michael Dürre --- tools/migrateOdlParents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/migrateOdlParents.py') diff --git a/tools/migrateOdlParents.py b/tools/migrateOdlParents.py index d46085f1..e608c779 100755 --- a/tools/migrateOdlParents.py +++ b/tools/migrateOdlParents.py @@ -8,7 +8,7 @@ import tempfile from lib.pomfile import PomFile DEFAULT_PARENT_GROUPID="org.onap.ccsdk.parent" -DEFAULT_PARENT_VERSION="2.3.3-SNAPSHOT" +DEFAULT_PARENT_VERSION="2.4.0-SNAPSHOT" DEFAULT_STRICT=True USE_OLD_SERVLET_API=True -- cgit 1.2.3-korg