summaryrefslogtreecommitdiffstats
path: root/blueprint-generator/pom.xml
diff options
context:
space:
mode:
authorms236b <ms236b@att.com>2019-05-08 13:26:35 -0400
committerms236b <ms236b@att.com>2019-05-08 13:48:26 -0400
commite5da4c6766565b66270872380a17f62bacbcafac (patch)
treee90c0f21a39f22bdea8de6e7d13d9896939fe5f2 /blueprint-generator/pom.xml
parent67dcf6788736d1097178fbaa73870018ec042cd3 (diff)
made into a subproject
Made the bp gen into an independent sub project/fixed props Issue-ID: DCAEGEN2-1125 Change-Id: Iaedc09cbf42c4b5af1c442058bc3bf30e049f311 Signed-off-by: ms236b <ms236b@att.com>
Diffstat (limited to 'blueprint-generator/pom.xml')
-rw-r--r--blueprint-generator/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/blueprint-generator/pom.xml b/blueprint-generator/pom.xml
index f3e94e0..8009456 100644
--- a/blueprint-generator/pom.xml
+++ b/blueprint-generator/pom.xml
@@ -23,9 +23,9 @@
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>
<parent>
- <groupId>org.onap.dcaegen2.platform.cli</groupId>
- <artifactId>cli</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.2.3</version>
</parent>
<groupId>org.onap.dcaegen2.platform.cli</groupId>
<artifactId>blueprint-generator</artifactId>