Fixed CDR_IMAGE_VERSION in portal script
[demo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index dc3d7d2..be00a4c 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.onap.demo.vnf</groupId>
   <artifactId>demo-aggregator</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.2-SNAPSHOT</version>
   <name>demo</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
@@ -40,6 +40,7 @@
   </properties-->
 
   <modules>
+    <module>boot</module>
     <module>vnfs/honeycomb_plugin/sample_plugin/parent-pom</module>
     <module>vnfs/vFW/pg_streams</module>
     <module>vnfs/vLB/dns_streams</module>
@@ -52,6 +53,9 @@
     <module>vnfs/VESreporting_vLB5.0</module>
     <module>vnfs/VESreporting_vFW5.0</module>
     <module>vnfs/vCPE/kea-sdnc-notify-mod</module>
+    <!--module>vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin</module>
+    <module>vnfs/vLBMS/apis/health-vnf-onap-plugin</module>
+    <module>vnfs/vLBMS/apis/vlb-vnf-onap-distribution</module-->
   </modules>
 
   <properties>
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <version>1.1.1</version>
-        <executions>
-          <execution>
-            <id>upload-boot-scripts</id>
-            <phase>deploy</phase>
-            <goals>
-              <goal>exec</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <executable>scripts/deploy.sh</executable>
-        </configuration>
-      </plugin>
-
       <plugin>
         <groupId>org.sonatype.plugins</groupId>
         <artifactId>nexus-staging-maven-plugin</artifactId>