Allow only released docker images in the manifest
[integration.git] / version-manifest / pom.xml
index 22634cb..89fb1b1 100644 (file)
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.1</version>
   </parent>
   <groupId>org.onap.integration</groupId>
   <artifactId>version-manifest</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>ONAP Version Manifest and Maven Plugin</name>
   <url>https://www.onap.org</url>
             </configuration>
           </execution>
           <execution>
-            <id>check-docker-images-exist</id>
+            <id>check-docker-images-released</id>
             <phase>validate</phase>
             <goals>
               <goal>exec</goal>