Bump patch version
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / parent-pom / pom.xml
index 16cd604..d4ce95f 100644 (file)
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
+
+<!--
+    Modifications copyright © 2017 AT&T Intellectual Property
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
 
 <parent>
-    <groupId>org.openecomp.demo.vnf</groupId>
+    <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.0.0</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <version>1.1.1-SNAPSHOT</version>
+    <relativePath>../../../../pom.xml</relativePath>
 </parent>
 
     <properties>
@@ -59,12 +64,16 @@ done
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>io.fd.honeycomb.common</groupId>
-    <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.16.9</version>
+    <artifactId>hc-onap</artifactId>
     <packaging>pom</packaging>
 
     <!-- Generate executable shell script -->
+  <modules>
+    <module>../sample-plugin-api</module>
+    <module>../sample-plugin-impl</module>
+    <module>../sample-distribution</module>
+  </modules>
+
     <build>
         <pluginManagement>
             <plugins>
@@ -226,19 +235,21 @@ done
                         </execution>
                     </executions>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>exec-maven-plugin</artifactId>
+                    <executions>
+                        <execution>
+                            <phase>none</phase>
+                        </execution>
+                    </executions>
+                    <configuration>
+                        <skip>true</skip>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>
 
-<!--    <distributionManagement>
-        <repository>
-            <id>fdio-release</id>
-            <url>${nexusproxy}/repositories/fd.io.release/</url>
-        </repository>
-        <snapshotRepository>
-            <id>fdio-snapshot</id>
-            <url>${nexusproxy}/repositories/fd.io.snapshot/</url>
-        </snapshotRepository>
-    </distributionManagement>
--->
 </project>