made into a subproject 57/87257/2
authorms236b <ms236b@att.com>
Wed, 8 May 2019 17:26:35 +0000 (13:26 -0400)
committerms236b <ms236b@att.com>
Wed, 8 May 2019 17:48:26 +0000 (13:48 -0400)
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>
blueprint-generator/pom.xml
blueprint-generator/version.properties [new file with mode: 0644]
pom.xml

index f3e94e0..8009456 100644 (file)
@@ -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>
diff --git a/blueprint-generator/version.properties b/blueprint-generator/version.properties
new file mode 100644 (file)
index 0000000..2ddebb3
--- /dev/null
@@ -0,0 +1,6 @@
+major=1
+minor=0
+patch=0
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 8a02f68..8954056 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,6 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <modules>
      <module>dcae-cli</module>
      <module>component-json-schemas</module> 
-     <module>blueprint-generator</module> 
   </modules>
 
   <properties>