summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2021-02-03 12:49:19 +0100
committerPawel <pawel.kasperkiewicz@nokia.com>2021-02-03 12:49:19 +0100
commit126c8597807fde311e1ee3e5dc4027eea67538c9 (patch)
tree4ca35ba34eba9e394bc83a8ab28353f7ab68040b
parent3c71179f452f7071fe430b7405d3941aa226e243 (diff)
Add initial changelog
Issue-ID: DCAEGEN2-2557 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I799dd7c747299dac74714946ec8ca4c50e1677ba
-rw-r--r--Changelog.md7
-rw-r--r--pom.xml9
2 files changed, 12 insertions, 4 deletions
diff --git a/Changelog.md b/Changelog.md
new file mode 100644
index 0000000..2b25bca
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,7 @@
+# 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.5.1] - 03/02/2021 \ No newline at end of file
diff --git a/pom.xml b/pom.xml
index bae34c9..a8719aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,16 +25,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.onap.dcaegen2.services</groupId>
- <artifactId>pm-mapper</artifactId>
- <version>1.5.1-SNAPSHOT</version>
-
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>2.0.0</version>
</parent>
+ <groupId>org.onap.dcaegen2.services</groupId>
+ <artifactId>pm-mapper</artifactId>
+ <version>1.5.1-SNAPSHOT</version>
+
+
<name>dcaegen2-services-pm-mapper</name>
<description>Maps PM measurement data from XML to VES</description>
<packaging>jar</packaging>