From 126c8597807fde311e1ee3e5dc4027eea67538c9 Mon Sep 17 00:00:00 2001 From: Pawel Date: Wed, 3 Feb 2021 12:49:19 +0100 Subject: Add initial changelog Issue-ID: DCAEGEN2-2557 Signed-off-by: Pawel Change-Id: I799dd7c747299dac74714946ec8ca4c50e1677ba --- Changelog.md | 7 +++++++ pom.xml | 9 +++++---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 Changelog.md 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"> 4.0.0 - org.onap.dcaegen2.services - pm-mapper - 1.5.1-SNAPSHOT - org.onap.oparent oparent 2.0.0 + org.onap.dcaegen2.services + pm-mapper + 1.5.1-SNAPSHOT + + dcaegen2-services-pm-mapper Maps PM measurement data from XML to VES jar -- cgit 1.2.3-korg