From 2dae4e0c83c68ec184d0ee51a6fcc73eb285ed65 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Tue, 9 May 2023 21:54:52 +0000 Subject: R12 tag/path update R12 Update dcaegen2/utils onap-gerrit-review: -changelog-or-release-file-missing onap-gerrit-review: -missing-setup-py onap-gerrit-review: -changelog-missing onap-gerrit-review: -indeterminate-code Change-Id: I7f27ff95cbb62f8a3f1698c6c5e5c7a3fa0bc954 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-3360 Signed-off-by: Vijay Venkatesh Kumar --- scripts/mvn-phase-lib.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh index ce85b01..7cd8b32 100644 --- a/scripts/mvn-phase-lib.sh +++ b/scripts/mvn-phase-lib.sh @@ -1,8 +1,8 @@ #!/bin/bash # -*- indent-tabs-mode: nil -*- # vi: set expandtab: - +# ============LICENSE_START======================================================= # ================================================================================ -# Copyright (c) 2017-2022 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2023 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ fi export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml} -RELEASE_TAG=${MVN_RELEASE_TAG:-R11} +RELEASE_TAG=${MVN_RELEASE_TAG:-R12} if [ "$RELEASE_TAG" == "R1" ]; then unset RELEASE_TAG fi @@ -553,3 +553,4 @@ build_and_push_docker() done fi } + -- cgit 1.2.3-korg