summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/pom.xml
diff options
context:
space:
mode:
authorms236b <ms236B@att.com>2019-03-20 09:58:23 -0400
committerms236b <ms236B@att.com>2019-03-20 15:43:46 -0400
commitc40a403bd4fdd192b74e4cd970b3c94058a9e404 (patch)
tree325b9d1b071331491d88bc4d0bdef9dc267262d1 /blueprint-generator/pom.xml
parent507a5b3d3e8389dde606f2c9fe74408238e26680 (diff)
Fixed an issue with volumes being null
Blueprint generator fix. Local code coverage: 56.9%. Fixed pom. Issue-ID: DCAEGEN2-1125 Change-Id: Ib5db301b6ddfaadef4be1f9e1a56af03cf415f0a Signed-off-by: ms236b <ms236B@att.com>
Diffstat (limited to 'blueprint-generator/pom.xml')
-rw-r--r--blueprint-generator/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/blueprint-generator/pom.xml b/blueprint-generator/pom.xml
index 2dbfd9e..6e00c71 100644
--- a/blueprint-generator/pom.xml
+++ b/blueprint-generator/pom.xml
@@ -28,8 +28,8 @@
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.platform.cli</groupId>
- <artifactId>blueprint-generator-onap</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <artifactId>blueprint-generator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>