Release VID 6.0.3 (Frankfurt)
[vid.git] / deliveries / pom.xml
index 13db1c7..32402fe 100755 (executable)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.vid</groupId>
         <artifactId>vid-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>6.0.4-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
@@ -64,7 +64,7 @@
                                     <descriptor>assembly/assembly-for-plugin.xml</descriptor>
                                 </assembly>
                                 <tags>
-                                    <tag>4.0-STAGING-latest</tag>
+                                    <tag>6.0-STAGING-latest</tag>
                                     <tag>latest</tag>
                                     <tag>${docker.tag}</tag>
                                     <tag>${docker.latest.tag}</tag>
 
             </plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <version>2.8</version>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
         </plugins>
     </build>