From 0ac6c16a32316de9d561888f17c7f7626b2f19c7 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Thu, 18 Oct 2018 13:58:15 -0500 Subject: modify version in d.props for csit Issue-ID: AAF-576 Change-Id: Ie3b1cdf62a05524bdd73baf2a08713cd8bce4b01 Signed-off-by: Sai Gandham --- auth/csit/agent.sh | 2 +- auth/csit/d.props.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'auth/csit') diff --git a/auth/csit/agent.sh b/auth/csit/agent.sh index 45f5b43a..016e6146 100644 --- a/auth/csit/agent.sh +++ b/auth/csit/agent.sh @@ -9,7 +9,7 @@ fi . ./aaf.props DOCKER=${DOCKER:=docker} -CADI_VERSION=${CADI_VERSION:=2.1.6-SNAPSHOT} +CADI_VERSION=${CADI_VERSION:=2.1.3} for V in VERSION DOCKER_REPOSITORY AAF_FQDN AAF_FQDN_IP DEPLOY_FQI APP_FQDN APP_FQI VOLUME DRIVER LATITUDE LONGITUDE; do if [ "$(grep $V ./aaf.props)" = "" ]; then diff --git a/auth/csit/d.props.init b/auth/csit/d.props.init index 02f406ba..3ad826a5 100644 --- a/auth/csit/d.props.init +++ b/auth/csit/d.props.init @@ -2,7 +2,7 @@ ORG=onap PROJECT=aaf DOCKER_REPOSITORY=nexus3.onap.org:10003 -VERSION=2.1.6-SNAPSHOT +VERSION=2.1.3 CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" -- cgit 1.2.3-korg