From cf0a4eb1def584cb9d982dbeac9b278e51502797 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 4 Feb 2021 14:29:41 +0100 Subject: Change version to 1.0.4 Signed-off-by: Bartosz Gardziejewski Change-Id: Ide6d9d89f3dd840e10b210b2f962a1fe090ca644 Issue-ID: INT-1844 --- Changelog.md | 7 +++---- deployment/pom.xml | 2 +- httpserver/pom.xml | 4 ++-- netconfsimulator/pom.xml | 4 ++-- pnfsimulator/integration/pom.xml | 4 ++-- pnfsimulator/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 8 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0219f19..8c2c175 100644 --- a/Changelog.md +++ b/Changelog.md @@ -20,10 +20,9 @@ All notable changes to this project will be documented in this file. - https://jira.onap.org/browse/INT-1805 ## [1.0.3] + +## [1.0.4] ### Fix - - Fix integration test +- Fix integration test - https://jira.onap.org/browse/INT-1844 - - -## [1.0.4] diff --git a/deployment/pom.xml b/deployment/pom.xml index 4674ba1..354e80c 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -25,7 +25,7 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT onboarding-package diff --git a/httpserver/pom.xml b/httpserver/pom.xml index a1f0bab..b0468f4 100644 --- a/httpserver/pom.xml +++ b/httpserver/pom.xml @@ -27,11 +27,11 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT httpserver - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT UTF-8 diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index 420321a..c173343 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -27,11 +27,11 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT netconfsimulator - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT UTF-8 diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml index d3a4161..e732525 100644 --- a/pnfsimulator/integration/pom.xml +++ b/pnfsimulator/integration/pom.xml @@ -27,12 +27,12 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT ../../pom.xml pnf-simulator-integration - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT pnf-simulator-integration diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 19563e2..15112e4 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -27,11 +27,11 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT pnfsimulator - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT pnfsimulator diff --git a/pom.xml b/pom.xml index ddf7558..dc8e4af 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.2-SNAPSHOT + 1.0.4-SNAPSHOT pnfsimulator httpserver diff --git a/version.properties b/version.properties index c13587b..8bd09ad 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=0 -patch=2 +patch=4 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg