summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-09-28 21:14:52 +0000
committervv770d <vv770d@att.com>2021-09-28 21:38:05 +0000
commitfc8a6edbf7d5f50096fc687ba964b464adcf2bb0 (patch)
tree85d4792684bad17f72036960a830b8ad1bc611f6
parent29eef8320c00c1a5bc03d7296a77aa2184e93811 (diff)
R10 tag/path update
Change-Id: I95083119e803f76292c007c3e01893fac1f50a1b Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2919 Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r--scripts/mvn-phase-lib.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh
index c9e8db9..d4e1256 100644
--- a/scripts/mvn-phase-lib.sh
+++ b/scripts/mvn-phase-lib.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# ================================================================================
-# Copyright (c) 2017-2019 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.
@@ -52,7 +52,7 @@ fi
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