From 083a7eb21620467ae1f7d5ba9341e12f75f9cc41 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 19 Mar 2020 14:43:58 -0500 Subject: minor 2.1.20 changes Update versions to 2.1.20 Issue-ID: AAF-1081 Signed-off-by: Instrumental Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e --- auth/auth-cass/cass_init/cmd.sh | 2 +- auth/auth-cass/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'auth/auth-cass') diff --git a/auth/auth-cass/cass_init/cmd.sh b/auth/auth-cass/cass_init/cmd.sh index d9120872..7569440f 100644 --- a/auth/auth-cass/cass_init/cmd.sh +++ b/auth/auth-cass/cass_init/cmd.sh @@ -117,7 +117,7 @@ function install_cql { echo "" echo "The following will give you a temporary identity with which to start working, or emergency" echo " cqlsh -f temp_identity.cql" - echo "casablanca" > $INSTALLED_VERSION + echo "frankfurt" > $INSTALLED_VERSION else echo "Cassandra DB already includes 'authz' keyspace" fi diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index f346826a..bd51b861 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -17,7 +17,7 @@ org.onap.aaf.authz authparent - 2.1.19-SNAPSHOT + 2.1.20-SNAPSHOT ../pom.xml -- cgit 1.2.3-korg