summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog.md7
-rw-r--r--pom.xml15
-rw-r--r--version.properties2
3 files changed, 16 insertions, 8 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 bb1a1b4..a8719aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2019-2020 Nordix Foundation.
- Copyright (C) 2020 Nokia. All rights reserved.
+ Copyright (C) 2020-2021 Nokia. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -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.0-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>
@@ -45,10 +46,10 @@
<sl4j.version>1.7.25</sl4j.version>
<logback.version>1.2.3</logback.version>
<reactor.version>3.4.0</reactor.version>
- <undertow.version>2.0.30.Final</undertow.version>
+ <undertow.version>2.2.3.Final</undertow.version>
<gson.version>2.8.5</gson.version>
<freemarker.version>2.3.28</freemarker.version>
- <commons.io.version>2.6</commons.io.version>
+ <commons.io.version>2.8.0</commons.io.version>
<xml.version>2.3.1</xml.version>
<jaxb.version>2.3.0.1</jaxb.version>
<!-- Testing Test Dependencies -->
diff --git a/version.properties b/version.properties
index 68bc8f5..303a703 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT