From de1d0f875d361e30a3fc4754f03d955aae7f4f3f Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Mon, 4 Jun 2018 12:13:17 +0000 Subject: Update the version and aai_keystore Issue-ID: AAI-1204 Change-Id: Ib27ef875118bd139b309735e5b20dabc1ddb410f Signed-off-by: Venkata Harish K Kajur --- aai-resources/pom.xml | 2 +- .../src/main/resources/etc/auth/aai_keystore | Bin 4928 -> 4929 bytes pom.xml | 2 +- version.properties | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index eb3a312..527ea66 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -25,7 +25,7 @@ 4.0.0 org.onap.aai.resources aai-resources - 1.2.1 + 1.2.2 org.springframework.boot diff --git a/aai-resources/src/main/resources/etc/auth/aai_keystore b/aai-resources/src/main/resources/etc/auth/aai_keystore index 16d93a7..83cae95 100644 Binary files a/aai-resources/src/main/resources/etc/auth/aai_keystore and b/aai-resources/src/main/resources/etc/auth/aai_keystore differ diff --git a/pom.xml b/pom.xml index 59cea32..029149a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.resources resources - 1.2.1 + 1.2.2 aai-resources pom diff --git a/version.properties b/version.properties index dfe0c65..e6fc35b 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=2 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg