aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-18 10:29:54 +0100
committerTomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>2021-03-18 10:29:54 +0100
commitd8d37e4caeffc8ea0ea9c02b41c57f984ef4a113 (patch)
treeb06df17f574730b4a20e33c3b6919e7524cf5aab
parent04b742f82d05b98b1589a81397c6aeea509bab74 (diff)
Add changelog and update version to 1.0.1
Change-Id: I2036bc1d2fd37757ddba1cd38fa03235fead0dcd Issue-ID: INT-1869 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
-rw-r--r--Changelog.md8
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 10 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md
new file mode 100644
index 0000000..ea5c3f5
--- /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 httpserver to nf-simulator/pm-https-server \ No newline at end of file
diff --git a/pom.xml b/pom.xml
index b2d8334..f5f86ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
</parent>
<groupId>org.onap.integration.simulators.nf-simulator.pm-https-server</groupId>
<artifactId>pmhttpsserver</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<properties>
<skipDockerPush>true</skipDockerPush>
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