From: Jimmy Forsyth Date: Fri, 31 May 2019 18:08:12 +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=2f81c9e500cc5d260a66ea70de8397d0c824f67e;p=aai%2Faai-common.git Move to oparent and upversion to 1.5.0 Issue-ID: AAI-2464 Change-Id: I961491c316ad0bc135eff43b8c5ed8ff0686ca5c Signed-off-by: Jimmy Forsyth --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 9c66f60b..60911057 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT aai-annotations aai-annotations jar - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 72e9fd6d..79b9c25f 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT aai-auth aai-auth - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 3f65e277..3e5151de 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,13 +27,14 @@ org.onap.aai.aai-common aai-common - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT aai-core aai-core - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT jar + 4.3.24.RELEASE java jacoco ${project.build.directory}/surefire-reports @@ -74,6 +75,7 @@ onap + 4.3.24.RELEASE onap N/A aai-schema/src/main/resources/${aai.release}/oxm @@ -287,16 +289,6 @@ json-simple 1.1.1 - - org.springframework - spring-web - 4.3.21.RELEASE - - - org.springframework - spring-context - 4.3.21.RELEASE - javax.xml.bind jaxb-api @@ -443,10 +435,35 @@ ${groovy.version} indy + + org.springframework + spring-context + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + org.springframework + spring-expression + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + org.springframework spring-test - 4.3.21.RELEASE + ${springframework.version} test @@ -486,7 +503,7 @@ org.springframework spring-jms - 4.3.21.RELEASE + ${springframework.version} com.fasterxml.jackson.core diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 16430ec8..7f0c06bc 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT aai-rest aai-rest - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 749b5c0d..7b1c2165 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,16 +25,17 @@ org.onap.aai.aai-common aai-common - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT jar 1.0.1-oss 4.5.5 + 4.3.24.RELEASE @@ -57,6 +58,7 @@ + org.eclipse.persistence @@ -103,12 +105,27 @@ org.springframework spring-context - 4.3.21.RELEASE + ${springframework.version} org.springframework spring-web - 4.3.21.RELEASE + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + org.springframework + spring-expression + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} org.springframework.boot @@ -123,7 +140,7 @@ org.springframework spring-test - 4.3.21.RELEASE + ${springframework.version} org.springframework.boot diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 0be87e9b..c7872ebf 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT aai-utils aai-utils - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 3bd33bc9..2378d3de 100644 --- a/pom.xml +++ b/pom.xml @@ -25,12 +25,12 @@ org.onap.oparent oparent - 1.1.0 + 2.0.0 org.onap.aai.aai-common aai-common - 1.4.4-SNAPSHOT + 1.5.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 afb781d9..b11eaff1 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=4 -patch_version=4 +minor_version=5 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}