Change-Id: Iee93aad4872ed585882a5c79118534314aea87e8
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2919
#!/bin/bash
# ================================================================================
#!/bin/bash
# ================================================================================
-# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2021 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.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml}
export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml}
-RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R10}
if [ "$RELEASE_TAG" == "R1" ]; then
unset RELEASE_TAG
fi
if [ "$RELEASE_TAG" == "R1" ]; then
unset RELEASE_TAG
fi
#!/bin/bash
# ================================================================================
#!/bin/bash
# ================================================================================
-# Copyright (c) 2017-2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2021 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.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
PROJECT_ROOT=$(dirname $0)
set -e
PROJECT_ROOT=$(dirname $0)
set -e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R10}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else