From: Jimmy Forsyth Date: Fri, 31 May 2019 22:28:44 +0000 (-0400) Subject: Move to oparent and upversion to 1.5.0 X-Git-Tag: 1.5.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F89178%2F4;p=aai%2Fschema-service.git Move to oparent and upversion to 1.5.0 Issue-ID: AAI-2467 Change-Id: I3de6e7efea8adc60ec6b5539ceb488680f1121fc Signed-off-by: Jimmy Forsyth --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 7b520bb..8a87b23 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.schema-service schema-service - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT aai-annotations aai-annotations jar - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index 064e10e..d257f7b 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT aai-queries aai-queries - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org @@ -105,7 +105,7 @@ org.onap.aai.aai-common aai-core - 1.4.0 + 1.5.1 compile diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 8d860ff..109ad57 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT aai-schema-gen aai-schema-gen - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index aff7082..0f00b3a 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -25,17 +25,17 @@ 4.0.0 org.onap.aai.schema-service aai-schema-service - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT org.onap.aai.schema-service schema-service - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT 1.8 org.onap.aai.schemaservice.SchemaServiceApp - 1.4.0 + 1.5.1 1.5.20.RELEASE diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 4c8797f..bdc457f 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT aai-schema aai-schema - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 3513f3b..4bf84a0 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.schema-service schema-service - 1.0.7-SNAPSHOT + 1.5.0-SNAPSHOT aai-schema-service pom diff --git a/version.properties b/version.properties index faeb864..95479a0 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=0 -patch_version=7 +minor_version=5 +patch_version=0 + base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version}