summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2023-05-09 21:54:52 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2023-05-09 22:16:31 +0000
commit2dae4e0c83c68ec184d0ee51a6fcc73eb285ed65 (patch)
tree818a309f71076ee61fef54f9ed289fb38a96e44f
parente45cd7dd38e5748a7cf904e8db5e82d2594da554 (diff)
R12 tag/path updateHEADmaster
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 <vv770d@att.com> Issue-ID: DCAEGEN2-3360 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
-rw-r--r--scripts/mvn-phase-lib.sh7
1 files 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
}
+