R10 tag/path update 44/124544/2
authorvv770d <vv770d@att.com>
Tue, 28 Sep 2021 21:36:01 +0000 (21:36 +0000)
committervv770d <vv770d@att.com>
Wed, 29 Sep 2021 15:27:15 +0000 (15:27 +0000)
Change-Id: Ib7628caf659d6eda7b29065d92a026f6501c4b29
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2919
Signed-off-by: vv770d <vv770d@att.com>
cm-container/findPlugins.sh
mvn-phase-script.sh

index cd67844..6b0f180 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 # ============LICENSE_START=======================================================
-# Copyright (c)2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2020-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.
@@ -33,7 +33,8 @@
 shopt -s expand_aliases
 
 alias cu='curl -Ss -H "Accept: application/json" -L -f'
-PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R9/"}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R10}
+PLUGIN_ROOT=${1:-"https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/${RELEASE_TAG}/"}
 
 function getPlugins() {
     local root=$1
index 50528c9..3d3a1d6 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # ================================================================================
-# Copyright (c) 2017-2018 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.
@@ -28,7 +28,7 @@ PROJECT_ROOT=$(dirname $0)
 
 
 echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]"
-RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R10}
 if [ "$RELEASE_TAG" != "R1" ]; then
   RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
 else