From 7925c25859b82cd5232f95168263933fc2d8ef15 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 23 May 2018 10:34:39 -0400 Subject: [PATCH] Upversion common for Casablanca Issue-ID: AAI-1169 Change-Id: Id80fd4b8c7af48dde78b441fb6ec2b6619c608bc Signed-off-by: Jimmy Forsyth --- aai-annotations/pom.xml | 4 ++-- aai-auth/pom.xml | 4 ++-- aai-core/pom.xml | 16 ++-------------- aai-schema-ingest/pom.xml | 4 ++-- aai-schema/pom.xml | 4 ++-- aai-utils/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 4 ++-- 8 files changed, 15 insertions(+), 27 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 13a99aee..1a5f6967 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT aai-annotations aai-annotations jar - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index eb26f01a..03a32b99 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT aai-auth aai-auth - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index f8761ba6..c6224f1d 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT aai-core aai-core - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT jar v12 @@ -307,18 +307,6 @@ - - maven-source-plugin - - - attach-sources - deploy - - jar-no-fork - - - - org.apache.maven.plugins diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index a835e915..8a09cbd8 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -24,11 +24,11 @@ org.onap.aai.aai-common aai-common - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT jar diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 07e2ae95..e4ee3601 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT aai-schema aai-schema - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index f9a94c39..5b2c7021 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT aai-utils aai-utils - 1.2.5-SNAPSHOT + 1.3.0-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index a15ea040..d1c24d37 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.2.5-SNAPSHOT + 1.3.0-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 d6319bd3..51e1781e 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=2 -patch_version=5 +minor_version=3 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6