Update release tag 71/56571/1
authorLusheng Ji <lji@research.att.com>
Tue, 17 Jul 2018 03:28:49 +0000 (23:28 -0400)
committerLusheng Ji <lji@research.att.com>
Tue, 17 Jul 2018 03:28:57 +0000 (23:28 -0400)
Issue-ID: DCAEGEN2-499
Change-Id: If18bd957a0caddbfcd57e8d2ffff7aa7b23fa949
Signed-off-by: Lusheng Ji <lji@research.att.com>
cm-container/test-expand.sh
heat/setup.sh
k8s-bootstrap-container/test-expand.sh
mvn-phase-script.sh

index 0d5e8e5..7faee6c 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-sed -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/content/sites/raw/org.onap.dcaegen2.platform.plugins/R2#g' Dockerfile-template > Dockerfile
+sed -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/content/sites/raw/org.onap.dcaegen2.platform.plugins/R3#g' Dockerfile-template > Dockerfile
index a51f5ae..0014644 100755 (executable)
@@ -44,7 +44,7 @@ pip install pip==9.0.3
 cfy profiles use 127.0.0.1 -u admin -p admin -t default_tenant
 cfy status
 cd /tmp/bin
-./build-plugins.sh https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2 https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/releases
+./build-plugins.sh https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R3 https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/releases
 for wagon in ./wagons/*.wgn; do cfy plugins upload \$wagon ; done
 deactivate
 EOL
index 1e929f5..62af674 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 sed \
-  -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2#' \
+  -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R3#' \
   -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins#' \
-  -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_blueprints_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.blueprints/R2#' \
-Dockerfile-template > Dockerfile
\ No newline at end of file
+  -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_blueprints_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.blueprints/R3#' \
+Dockerfile-template > Dockerfile
index acada60..19a561a 100755 (executable)
@@ -28,7 +28,7 @@ PROJECT_ROOT=$(dirname $0)
 
 
 echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]"
-RELEASE_TAG=${MVN_RELEASE_TAG:-R2}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R3}
 if [ "$RELEASE_TAG" != "R1" ]; then
   RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
 else