diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-09-21 12:28:51 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-09-22 14:24:56 +0200 |
commit | 9e72a68a16d4a7aaeb093e23e288585f9aebd220 (patch) | |
tree | 88b3cc20220473ef6fd15cf94763d35e939f57e2 /mod/bpgenerator/pom.xml | |
parent | a608125a5cb02a9eca3b146ab41fbdac7cbf706e (diff) |
Refactor DmaapBlueprint class
- Refactor DmaapBluepritn class
- Add UT
Issue-ID: DCAEGEN2-2289
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ia847388cf7f4d23c7aa7cfc76c1c8983dc79b069
Diffstat (limited to 'mod/bpgenerator/pom.xml')
-rw-r--r-- | mod/bpgenerator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml index 8960d69..aaf9713 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.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.junit.reportsPath>${project.basedir}/target/surefire-reports</sonar.junit.reportsPath> |