Add initial changelog 14/117414/1
authorPawel <pawel.kasperkiewicz@nokia.com>
Wed, 3 Feb 2021 11:49:19 +0000 (12:49 +0100)
committerPawel <pawel.kasperkiewicz@nokia.com>
Wed, 3 Feb 2021 11:49:19 +0000 (12:49 +0100)
Issue-ID: DCAEGEN2-2557
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I799dd7c747299dac74714946ec8ca4c50e1677ba

Changelog.md [new file with mode: 0644]
pom.xml

diff --git a/Changelog.md b/Changelog.md
new file mode 100644 (file)
index 0000000..2b25bca
--- /dev/null
@@ -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 (file)
--- a/pom.xml
+++ b/pom.xml
          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>