From d72962054fd494cb55fa8f585b1cd9f13f098b2f Mon Sep 17 00:00:00 2001 From: jimmy Date: Tue, 28 Jan 2020 15:27:31 -0500 Subject: Upversion to 1.6.3 for schema-service Issue-ID: AAI-2687 Signed-off-by: jimmy Change-Id: I9ab661dc87b55aba9187e9d0a311b2d1ededadf3 --- aai-annotations/pom.xml | 2 +- aai-auth/pom.xml | 2 +- aai-common-docker/pom.xml | 2 +- aai-core/pom.xml | 2 +- aai-parent/pom.xml | 2 +- aai-rest/pom.xml | 2 +- aai-schema-abstraction/pom.xml | 2 +- aai-schema-ingest/pom.xml | 2 +- aai-utils/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index d41c6f11..61156800 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT ../aai-parent/pom.xml aai-annotations diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index b3116054..1f29c9da 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT ../aai-parent/pom.xml aai-auth diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index f0718df9..72b12cfa 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.aai-common aai-parent - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT ../aai-parent/pom.xml diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 57238ba6..eebfbebc 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.aai-common aai-parent - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT ../aai-parent/pom.xml aai-core diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index c9a2c7ef..ff0f8ca0 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-common - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT aai-parent aai-parent diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 5ccd6034..ebf464dc 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,7 +29,7 @@ org.onap.aai.aai-common aai-parent - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT ../aai-parent/pom.xml aai-rest diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index a0a80b32..14b07a56 100644 --- a/aai-schema-abstraction/pom.xml +++ b/aai-schema-abstraction/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.aai-common aai-parent - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT ../aai-parent/pom.xml diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index af13a9db..183c553d 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -15,7 +15,7 @@ org.onap.aai.aai-common aai-parent - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT ../aai-parent/pom.xml aai-schema-ingest diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index b2237ef1..b090050f 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,7 +29,7 @@ org.onap.aai.aai-common aai-parent - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT ../aai-parent/pom.xml aai-utils diff --git a/pom.xml b/pom.xml index 44cb2448..dc5aebc3 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.6.2-SNAPSHOT + 1.6.3-SNAPSHOT pom aai-aai-common Contains all of the common code for resources and traversal repos diff --git a/version.properties b/version.properties index 778bd105..fd029077 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=6 -patch_version=2 +patch_version=3 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg