diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2022-06-13 05:23:15 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-15 15:38:08 +0000 |
commit | d3168e3c16aa87dce72c540b0a4bd97e914b3fc4 (patch) | |
tree | 2961da32669d06c4c3b2843b637a61393c4f4172 /tools | |
parent | 2a0882e0d3a8861c7d979515b51101a994239e9b (diff) |
migrate parents to suflur-sr0
adapt odl based parents to suflur-sr0
Issue-ID: CCSDK-3691
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: I6fa6ebdb7a43bc4ea63c35650ccd2ff0c253a1dd
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/migrateOdlParents.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |