1.1.0-SNAPSHOT is updated in poms
[portal.git] / ecomp-portal-FE / pom.xml
index e7f3a5d..30f136e 100644 (file)
@@ -3,10 +3,18 @@
   <groupId>org.openecomp.portal</groupId>
   <artifactId>ecomp-portal-FE</artifactId>
   <!-- Jenkins build process will append build number -->
-  <version>1.0.0</version>
+  <version>1.1.0-SNAPSHOT</version>
   
   <build>
          <plugins>
+                 <plugin>
+                         <groupId>org.apache.maven.plugins</groupId>
+                         <artifactId>maven-deploy-plugin</artifactId>
+                         <version>2.8</version>
+                         <configuration>
+                                 <skip>true</skip>
+                         </configuration>
+                 </plugin>
                    <plugin>
                        <groupId>com.github.eirslett</groupId>
                        <artifactId>frontend-maven-plugin</artifactId>