diff options
author | 2020-04-23 13:58:07 +0200 | |
---|---|---|
committer | 2020-04-23 13:58:07 +0200 | |
commit | 1053d24655fe92059deea436d2d55d101a7c8c6c (patch) | |
tree | 02128856312c0d5676152af308044ce3af013692 | |
parent | fcbbd8a6f3548f3560946112341b273440f6b216 (diff) |
Switch pnf simulator to the new version
Prepare new release line. Version: 1.0.1
Issue-ID: INT-1517
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Change-Id: Ib64b2d4e37e22824479bdc408ce99f507215b0db
-rw-r--r-- | deployment/pom.xml | 2 | ||||
-rw-r--r-- | netconfsimulator/pom.xml | 4 | ||||
-rw-r--r-- | pnfsimulator/integration/pom.xml | 6 | ||||
-rw-r--r-- | pnfsimulator/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | release-notes.rst | 44 | ||||
-rw-r--r-- | 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 @@ <parent> <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>onboarding-package</artifactId> <build> 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 @@ <parent> <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>netconfsimulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 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 @@ <parent> <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>pnf-simulator-integration</artifactId> 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 @@ <parent> <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>pnfsimulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>pnfsimulator</name> @@ -33,7 +33,7 @@ <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <modules> <module>pnfsimulator</module> <module>netconfsimulator</module> 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 |