update version number in version.properties
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / parent-pom / pom.xml
index 7d99deb..9299f05 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>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../../../pom.xml</relativePath>
 </parent>
 
     <properties>
-        <!--nexusproxy>http://nexus.fd.io/content</nexusproxy-->
+        <nexusproxy>http://nexus.fd.io/content</nexusproxy>
         <start.script.template>
 #!/bin/sh -
 STATUS=100
@@ -59,9 +64,7 @@ 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-openecomp</artifactId>
     <packaging>pom</packaging>
 
     <!-- Generate executable shell script -->