diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-31 02:40:03 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-31 02:52:47 -0500 |
commit | 50c23cc7adb0c5aef4415b7bd38fecec29f4fb2a (patch) | |
tree | 8f1871410809da5c73937fb771d6235e6c28b8a4 /auth/auth-batch | |
parent | 7d6102863c924000d6e1b23f0c232f49e1f611a1 (diff) |
Move to 2.1.17
Also, fix inconsistent startup of AAF Cass
Issue-ID: AAF-598
Change-Id: I9300812ec8d2869e92621473ebd5933c9345f283
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-batch')
-rw-r--r-- | auth/auth-batch/file | 4 | ||||
-rw-r--r-- | auth/auth-batch/pom.xml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/auth/auth-batch/file b/auth/auth-batch/file deleted file mode 100644 index 4055fcda..00000000 --- a/auth/auth-batch/file +++ /dev/null @@ -1,4 +0,0 @@ -instructions -instructions -promptinstructions -promptinstructions diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index d5db8df3..6bebd2c6 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aaf.authz</groupId> <artifactId>authparent</artifactId> - <version>2.1.6-SNAPSHOT</version> + <version>2.1.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> |