From 1053d24655fe92059deea436d2d55d101a7c8c6c Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Thu, 23 Apr 2020 13:58:07 +0200 Subject: Switch pnf simulator to the new version Prepare new release line. Version: 1.0.1 Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil Change-Id: Ib64b2d4e37e22824479bdc408ce99f507215b0db --- deployment/pom.xml | 2 +- netconfsimulator/pom.xml | 4 ++-- pnfsimulator/integration/pom.xml | 6 +++--- pnfsimulator/pom.xml | 4 ++-- pom.xml | 2 +- release-notes.rst | 44 ++++++++++++++++++++++++++++++++++++++++ version.properties | 2 +- 7 files changed, 54 insertions(+), 10 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index 4cb6aae..dde82dd 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -25,7 +25,7 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT onboarding-package diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index 45fa70b..d5f9e67 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -27,11 +27,11 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT netconfsimulator - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT UTF-8 diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml index 5b8e738..1e895bb 100644 --- a/pnfsimulator/integration/pom.xml +++ b/pnfsimulator/integration/pom.xml @@ -8,9 +8,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -27,7 +27,7 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pnf-simulator-integration diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 6384314..37930dd 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -27,11 +27,11 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pnfsimulator - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pnfsimulator diff --git a/pom.xml b/pom.xml index 8bbd874..3e00cc6 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pnfsimulator netconfsimulator diff --git a/release-notes.rst b/release-notes.rst index c7a9c61..fe2f118 100644 --- a/release-notes.rst +++ b/release-notes.rst @@ -48,3 +48,47 @@ The Frankfurt Release is the first official release of the PNF Simulator, Netcon =========== End of Release Notes + + +Version: 1.0.1 +-------------- + +:Release Date: 2020-xx-xx + +**New Features** + + TBD + +**Bug Fixes** + + - No new fixes were implemented for this release + +**Known Issues** + + N/A + +**Security Notes** + + N/A + +*Fixed Security Issues* + + N/A + +*Known Security Issues* + + N/A + +*Known Vulnerabilities in Used Modules* + + N/A + +**Upgrade Notes** + +**Deprecation Notes** + +**Other** + +=========== + +End of Release Notes diff --git a/version.properties b/version.properties index 2ddebb3..0f1f46a 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg