summaryrefslogtreecommitdiffstats
path: root/mod/bpgenerator/pom.xml
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2020-09-22 15:19:03 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2020-09-24 11:51:07 +0200
commitb9cb00657207bb020c1802485c930b46621d4813 (patch)
treee62c4603116ea79f5974859fd4455aa108b36b62 /mod/bpgenerator/pom.xml
parent9e72a68a16d4a7aaeb093e23e288585f9aebd220 (diff)
Refactor, fix code formatting and add unittests
-Refactor DmaapNode class -Add UT for DmaapNode -Refactor and fix code formatting in DmaapStreem class -Top up version to 1.5.2 Issue-ID: DCAEGEN2-2449 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: If6781f26bb6bfe2a645b0b0438157823670341a2
Diffstat (limited to 'mod/bpgenerator/pom.xml')
-rw-r--r--mod/bpgenerator/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml
index aaf9713..86009f3 100644
--- a/mod/bpgenerator/pom.xml
+++ b/mod/bpgenerator/pom.xml
@@ -29,7 +29,7 @@
</parent>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>blueprint-generator</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.5.2-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.junit.reportsPath>${project.basedir}/target/surefire-reports</sonar.junit.reportsPath>