diff options
author | Victor Gao <victor.gao@huawei.com> | 2019-05-06 20:27:08 +0800 |
---|---|---|
committer | Victor Gao <victor.gao@huawei.com> | 2019-05-06 20:27:08 +0800 |
commit | a6817238960e5421024754cc6f1d98431ecdd6cb (patch) | |
tree | 83466af9173e99331f1150c5804d1e8898565d50 /vnfmarket-be | |
parent | feae7a6ebcab452b98f08ce328d49ba0c1e05d0d (diff) |
Set refrepo version to 1.3.0
Issue-ID: VNFSDK-402
Change-Id: I0f298b017f320003bc5bc381274028c81df95eea
Signed-off-by: Victor Gao <victor.gao@huawei.com>
Diffstat (limited to 'vnfmarket-be')
-rw-r--r-- | vnfmarket-be/deployment/install/vtp_install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnfmarket-be/deployment/install/vtp_install.sh b/vnfmarket-be/deployment/install/vtp_install.sh index 9b17543f..45149876 100644 --- a/vnfmarket-be/deployment/install/vtp_install.sh +++ b/vnfmarket-be/deployment/install/vtp_install.sh @@ -32,9 +32,9 @@ # Happy VTPing ... # export OCLIP_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126371/org/onap/cli/cli-zip/2.0.6/cli-zip-2.0.6.zip" -export VTP_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126402/org/onap/vnfsdk/refrepo/vnf-sdk-marketplace/1.2.1/vnf-sdk-marketplace-1.2.1.war" -export CSAR_VALIDATE_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126305/org/onap/vnfsdk/validation/csarvalidation-deployment/1.1.5/csarvalidation-deployment-1.1.5.zip" -export CSAR_VALIDATE_JAR_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126305/org/onap/vnfsdk/validation/validation-csar/1.1.5/validation-csar-1.1.5.jar" +export VTP_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126402/org/onap/vnfsdk/refrepo/vnf-sdk-marketplace/1.3.0/vnf-sdk-marketplace-1.2.1.war" +export CSAR_VALIDATE_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126305/org/onap/vnfsdk/validation/csarvalidation-deployment/1.2.0/csarvalidation-deployment-1.2.0.zip" +export CSAR_VALIDATE_JAR_DOWNLOAD_URL="https://nexus.onap.org/content/repositories/autorelease-126305/org/onap/vnfsdk/validation/validation-csar/1.2.0/validation-csar-1.2.0.jar" export TOMCAT8_DOWNLOAD_URL="https://archive.apache.org/dist/tomcat/tomcat-8/v8.5.30/bin/apache-tomcat-8.5.30.tar.gz" export SAMPLE_VTP_CSAR="https://github.com/onap/vnfsdk-validation/raw/master/csarvalidation/src/test/resources/VoLTE.csar" export VVP_GITHUB="https://github.com/onap/vvp-validation-scripts" |