From 1b478e61aaa065f2ed7fce1ff0216d680d94fed6 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 3 Jan 2019 15:12:55 -0500 Subject: Prepare apps for release Prepare apps for 0.3.3 (Casablanca Mtce) release Change-Id: Id731f8148070712d3ab3134b83b685f63b146542 Issue-ID: CCSDK-858 Signed-off-by: Timoney, Dan (dt5972) --- ms/blueprintsprocessor/application/pom.xml | 3 ++- ms/blueprintsprocessor/modules/commons/adaptors/pom.xml | 3 ++- ms/blueprintsprocessor/modules/commons/core/pom.xml | 3 ++- ms/blueprintsprocessor/modules/commons/db-lib/pom.xml | 3 ++- ms/blueprintsprocessor/modules/commons/pom.xml | 3 ++- ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 3 ++- ms/blueprintsprocessor/modules/inbounds/pom.xml | 3 ++- ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml | 3 ++- ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 3 ++- ms/blueprintsprocessor/modules/outbounds/pom.xml | 3 ++- ms/blueprintsprocessor/modules/pom.xml | 3 ++- ms/blueprintsprocessor/modules/services/db-service/pom.xml | 3 ++- ms/blueprintsprocessor/modules/services/execution-service/pom.xml | 3 ++- ms/blueprintsprocessor/modules/services/pom.xml | 3 ++- ms/blueprintsprocessor/modules/services/resolution-service/pom.xml | 3 ++- ms/blueprintsprocessor/parent/pom.xml | 3 ++- ms/blueprintsprocessor/pom.xml | 3 ++- ms/controllerblueprints/distribution/pom.xml | 1 + ms/neng/pom.xml | 2 +- ms/pom.xml | 2 +- ms/vlantag-api/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 23 files changed, 40 insertions(+), 22 deletions(-) diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 2b2ba994..9b473131 100644 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -22,10 +22,11 @@ org.onap.ccsdk.apps.blueprintsprocessor parent - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT ../parent application + 0.3.3-SNAPSHOT jar Blueprints Processor Application Blueprints Processor Application diff --git a/ms/blueprintsprocessor/modules/commons/adaptors/pom.xml b/ms/blueprintsprocessor/modules/commons/adaptors/pom.xml index edc17fec..a7075986 100644 --- a/ms/blueprintsprocessor/modules/commons/adaptors/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/adaptors/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor commons - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT adaptors + 0.3.3-SNAPSHOT pom Blueprints Processor Adaptors POM Blueprints Processor Adaptors diff --git a/ms/blueprintsprocessor/modules/commons/core/pom.xml b/ms/blueprintsprocessor/modules/commons/core/pom.xml index 056068e2..82c8c42d 100644 --- a/ms/blueprintsprocessor/modules/commons/core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/core/pom.xml @@ -22,10 +22,11 @@ org.onap.ccsdk.apps.blueprintsprocessor commons - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT core + 0.3.3-SNAPSHOT jar Blueprints Processor Core Blueprints Processor Core diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 7b724a83..107dec88 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor commons - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT db-lib + 0.3.3-SNAPSHOT jar Blueprints Processor DB Lib Blueprints Processor DB Lib diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index bba5036d..80aa97ce 100644 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor modules - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT commons + 0.3.3-SNAPSHOT pom Blueprints Processor Commons POM Blueprints Processor Commons diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 570b20c3..694541f0 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor commons - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT rest-lib + 0.3.3-SNAPSHOT jar Blueprints Processor Rest Lib Blueprints Processor Rest Lib diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 0ce72523..4d8fbdbc 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor modules - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT inbounds + 0.3.3-SNAPSHOT pom Blueprints Processor Inbounds POM Blueprints Processor Inbounds diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index 64ada805..5d07f398 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor inbounds - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT resource-api + 0.3.3-SNAPSHOT jar Blueprints Processor Resource API Blueprints Processor Resource API diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 43b7ffcc..23da7733 100644 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor inbounds - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT selfservice-api + 0.3.3-SNAPSHOT jar Blueprints Processor Selfservice API Blueprints Processor Selfservice API diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml b/ms/blueprintsprocessor/modules/outbounds/pom.xml index ea9aea31..14d2d737 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor modules - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT outbounds + 0.3.3-SNAPSHOT pom Blueprints Processor Outbounds POM Blueprints Processor Outbounds diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 11d07fbb..3311b843 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -22,11 +22,12 @@ org.onap.ccsdk.apps.blueprintsprocessor parent - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT ../parent modules + 0.3.3-SNAPSHOT pom Blueprints Processor Modules POM Blueprints Processor Modules diff --git a/ms/blueprintsprocessor/modules/services/db-service/pom.xml b/ms/blueprintsprocessor/modules/services/db-service/pom.xml index 402f7cb6..d183fcfc 100644 --- a/ms/blueprintsprocessor/modules/services/db-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/db-service/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor services - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT db-service + 0.3.3-SNAPSHOT jar Blueprints Processor DB Service Blueprints Processor DB Service diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 1f1dbde9..8805be63 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor services - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT execution-service + 0.3.3-SNAPSHOT jar Blueprints Processor Execution Service Blueprints Processor Execution Service diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 708c1714..18002950 100644 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -20,10 +20,11 @@ org.onap.ccsdk.apps.blueprintsprocessor modules - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT services + 0.3.3-SNAPSHOT Blueprints Processor Service POM Blueprints Processor Service pom diff --git a/ms/blueprintsprocessor/modules/services/resolution-service/pom.xml b/ms/blueprintsprocessor/modules/services/resolution-service/pom.xml index 17535ba6..0215a10b 100644 --- a/ms/blueprintsprocessor/modules/services/resolution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/resolution-service/pom.xml @@ -20,9 +20,10 @@ org.onap.ccsdk.apps.blueprintsprocessor services - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT resolution-service + 0.3.3-SNAPSHOT jar Blueprints Processor Resolution Service Blueprints Processor Resolution Service diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 7747e557..01c55146 100644 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -21,10 +21,11 @@ org.onap.ccsdk.apps blueprintsprocessor - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT org.onap.ccsdk.apps.blueprintsprocessor parent + 0.3.3-SNAPSHOT pom Blueprints Processor Parent Blueprints Processor Parent diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml index 1931e906..67501666 100644 --- a/ms/blueprintsprocessor/pom.xml +++ b/ms/blueprintsprocessor/pom.xml @@ -21,9 +21,10 @@ org.onap.ccsdk.apps ccsdk-apps - 0.3.2-SNAPSHOT + 0.3.3-SNAPSHOT blueprintsprocessor + 0.3.3-SNAPSHOT pom Blueprints Processor POM Blueprints Processor POM diff --git a/ms/controllerblueprints/distribution/pom.xml b/ms/controllerblueprints/distribution/pom.xml index 38b7bab4..e9941b89 100644 --- a/ms/controllerblueprints/distribution/pom.xml +++ b/ms/controllerblueprints/distribution/pom.xml @@ -27,6 +27,7 @@ ../parent distribution + 0.3.3-SNAPSHOT pom Controller Blueprints Distribution diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 05489e35..e1954dd4 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -241,7 +241,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/ms/pom.xml b/ms/pom.xml index eb7dbdb0..c960b803 100644 --- a/ms/pom.xml +++ b/ms/pom.xml @@ -25,7 +25,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 324e8888..ef34e48a 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -41,7 +41,7 @@ org.onap.ccsdk.parent spring-boot-starter-parent - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/pom.xml b/pom.xml index d20fa86f..7a46e8bf 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.onap.ccsdk.parent odlparent-lite - 1.1.3-SNAPSHOT + 1.1.3 diff --git a/version.properties b/version.properties index c636d7e7..8437946e 100644 --- a/version.properties +++ b/version.properties @@ -10,6 +10,6 @@ feature_revision=3 base_version=${release_name}.${sprint_number}.${feature_revision} -release_version=${base_version}-STAGING +release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg