Roll master version for Istanbul
[ccsdk/cds.git] / cds-ui / application / pom.xml
index 22d5cab..1a184ee 100644 (file)
@@ -25,15 +25,14 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.cds</groupId>
         <artifactId>cds-ui</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
     <artifactId>cds-ui-application</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>UI Application</name>
+    <name>CDS UI - Application</name>
 
     <properties>
         <image.name>onap/ccsdk-cds-ui</image.name>
@@ -61,7 +60,7 @@ limitations under the License.
     </build>
 
     <profiles>
-        <profile>
+        <!--<profile>
             <id>docker</id>
             <build>
                 <plugins>
@@ -90,7 +89,6 @@ limitations under the License.
                         <executions>
                             <execution>
                                 <id>build-push-images</id>
-                                <phase>${docker.push.phase}</phase>
                                 <goals>
                                     <goal>build</goal>
                                     <goal>push</goal>
@@ -100,6 +98,6 @@ limitations under the License.
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile>-->
     </profiles>
 </project>