diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-03-18 08:52:57 +0100 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-03-18 08:52:57 +0100 |
commit | 160f0749dc42f7e3c9bba93e6e42550eeccf0c6c (patch) | |
tree | f46e6c862ccafc00fc7918b019aec3e8543e2e57 | |
parent | b2ea48bcc4e9334033f915007ce97b475500d76d (diff) |
Add changelog and update version to 1.0.1honolulu
Issue-ID: INT-1869
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I1ef1b01e33be77e6a8921218b8aac29505037454
-rw-r--r-- | Changelog.md | 8 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..cfddda6 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,8 @@ +# Change Log +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.0.0] - 18/03/2021 + - [INT-1869](https://jira.onap.org/browse/INT-1869) - Move avnc-manager to nf-simulator/avcn-manager repository
\ No newline at end of file @@ -32,7 +32,7 @@ <groupId>org.onap.integration.simulators.nf-simulator.avcn-manager</groupId> <artifactId>avcnmanager</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>avcnmanager</name> <properties> diff --git a/version.properties b/version.properties index 32acbf9..fdf525c 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
\ No newline at end of file |