From e3b124ab11ac8c837ff692539696d1e43fcd8247 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Mon, 6 May 2019 11:29:45 +0200 Subject: [PATCH] Update versions for El Alto release Change-Id: If86dcbf8695cc50a540fe892a4f70b3ad24ac5d1 Issue-ID: DCAEGEN2-1474 Signed-off-by: Piotr Jaszczyk --- build/hv-collector-analysis/pom.xml | 2 +- build/hv-collector-coverage/pom.xml | 2 +- build/pom.xml | 2 +- dpo/spec/hv-ves-collector.componentspec.json | 2 +- pom.xml | 4 ++-- sources/hv-collector-commandline/pom.xml | 2 +- sources/hv-collector-configuration/pom.xml | 2 +- sources/hv-collector-core/pom.xml | 2 +- sources/hv-collector-ct/pom.xml | 2 +- sources/hv-collector-dcae-app-simulator/pom.xml | 2 +- sources/hv-collector-domain/pom.xml | 2 +- sources/hv-collector-health-check/pom.xml | 2 +- sources/hv-collector-main/pom.xml | 2 +- sources/hv-collector-server/pom.xml | 2 +- sources/hv-collector-ssl/pom.xml | 2 +- sources/hv-collector-test-utils/pom.xml | 2 +- sources/hv-collector-utils/pom.xml | 2 +- sources/hv-collector-ves-message-generator/pom.xml | 2 +- sources/hv-collector-xnf-simulator/pom.xml | 2 +- sources/pom.xml | 4 ++-- version.properties | 2 +- 21 files changed, 23 insertions(+), 23 deletions(-) diff --git a/build/hv-collector-analysis/pom.xml b/build/hv-collector-analysis/pom.xml index 4d755759..78da5097 100644 --- a/build/hv-collector-analysis/pom.xml +++ b/build/hv-collector-analysis/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-build - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/build/hv-collector-coverage/pom.xml b/build/hv-collector-coverage/pom.xml index ff94d939..82356c0b 100644 --- a/build/hv-collector-coverage/pom.xml +++ b/build/hv-collector-coverage/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-build - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/build/pom.xml b/build/pom.xml index df05ac37..c244bc5f 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -32,7 +32,7 @@ org.onap.dcaegen2.collectors.hv-ves ves-hv-collector - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/dpo/spec/hv-ves-collector.componentspec.json b/dpo/spec/hv-ves-collector.componentspec.json index d88fd285..7ab9459b 100644 --- a/dpo/spec/hv-ves-collector.componentspec.json +++ b/dpo/spec/hv-ves-collector.componentspec.json @@ -135,7 +135,7 @@ "artifacts": [ { "type": "docker image", - "uri": "nexus.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.1.0-SNAPSHOT" + "uri": "nexus.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.2.0-SNAPSHOT" } ] } diff --git a/pom.xml b/pom.xml index 8e91fe39..225f0a5b 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ org.onap.dcaegen2.collectors.hv-ves ves-hv-collector - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT dcaegen2-collectors-veshv VES HighVolume Collector pom @@ -80,7 +80,7 @@ ${onap.nexus.dockerregistry.daily} onap ${project.groupId}.${project.artifactId} - 1.1-SNAPSHOT + 1.2-SNAPSHOT diff --git a/sources/hv-collector-commandline/pom.xml b/sources/hv-collector-commandline/pom.xml index a2ab34fa..f37f275e 100644 --- a/sources/hv-collector-commandline/pom.xml +++ b/sources/hv-collector-commandline/pom.xml @@ -7,7 +7,7 @@ hv-collector-sources org.onap.dcaegen2.collectors.hv-ves - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT hv-collector-commandline diff --git a/sources/hv-collector-configuration/pom.xml b/sources/hv-collector-configuration/pom.xml index eda8b448..ecda41c1 100644 --- a/sources/hv-collector-configuration/pom.xml +++ b/sources/hv-collector-configuration/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT hv-collector-configuration diff --git a/sources/hv-collector-core/pom.xml b/sources/hv-collector-core/pom.xml index 122de173..263fb33a 100644 --- a/sources/hv-collector-core/pom.xml +++ b/sources/hv-collector-core/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/hv-collector-ct/pom.xml b/sources/hv-collector-ct/pom.xml index c8461973..84116844 100644 --- a/sources/hv-collector-ct/pom.xml +++ b/sources/hv-collector-ct/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/hv-collector-dcae-app-simulator/pom.xml b/sources/hv-collector-dcae-app-simulator/pom.xml index 8bedc886..5c32623b 100644 --- a/sources/hv-collector-dcae-app-simulator/pom.xml +++ b/sources/hv-collector-dcae-app-simulator/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/hv-collector-domain/pom.xml b/sources/hv-collector-domain/pom.xml index d68fa65b..61110dfb 100644 --- a/sources/hv-collector-domain/pom.xml +++ b/sources/hv-collector-domain/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT hv-collector-domain diff --git a/sources/hv-collector-health-check/pom.xml b/sources/hv-collector-health-check/pom.xml index 90ec958d..2dbe264d 100644 --- a/sources/hv-collector-health-check/pom.xml +++ b/sources/hv-collector-health-check/pom.xml @@ -15,7 +15,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT hv-collector-health-check diff --git a/sources/hv-collector-main/pom.xml b/sources/hv-collector-main/pom.xml index d99bf855..1b4de0ce 100644 --- a/sources/hv-collector-main/pom.xml +++ b/sources/hv-collector-main/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT hv-collector-main diff --git a/sources/hv-collector-server/pom.xml b/sources/hv-collector-server/pom.xml index b8743450..5c323393 100644 --- a/sources/hv-collector-server/pom.xml +++ b/sources/hv-collector-server/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/hv-collector-ssl/pom.xml b/sources/hv-collector-ssl/pom.xml index 2aaf2295..043b8c1e 100644 --- a/sources/hv-collector-ssl/pom.xml +++ b/sources/hv-collector-ssl/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/hv-collector-test-utils/pom.xml b/sources/hv-collector-test-utils/pom.xml index aa18114b..bf70e180 100644 --- a/sources/hv-collector-test-utils/pom.xml +++ b/sources/hv-collector-test-utils/pom.xml @@ -14,7 +14,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/hv-collector-utils/pom.xml b/sources/hv-collector-utils/pom.xml index 2e13e0a7..76609ae6 100644 --- a/sources/hv-collector-utils/pom.xml +++ b/sources/hv-collector-utils/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/hv-collector-ves-message-generator/pom.xml b/sources/hv-collector-ves-message-generator/pom.xml index f39912de..2c50d73c 100644 --- a/sources/hv-collector-ves-message-generator/pom.xml +++ b/sources/hv-collector-ves-message-generator/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/hv-collector-xnf-simulator/pom.xml b/sources/hv-collector-xnf-simulator/pom.xml index a9ac0bc8..65b7d6f7 100644 --- a/sources/hv-collector-xnf-simulator/pom.xml +++ b/sources/hv-collector-xnf-simulator/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves hv-collector-sources - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. diff --git a/sources/pom.xml b/sources/pom.xml index 6f75ec7f..81bf3017 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -33,7 +33,7 @@ org.onap.dcaegen2.collectors.hv-ves ves-hv-collector - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT .. @@ -125,7 +125,7 @@ ${project.groupId} hv-collector-analysis - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT diff --git a/version.properties b/version.properties index 7b8b963a..00ef5645 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- 2.16.6