Update version to 1.5.1-SNAPSHOT
[ccsdk/cds.git] / components / model-catalog / blueprint-model / archetype-blueprint / pom.xml
index a75c03f..78f20ea 100644 (file)
@@ -19,7 +19,7 @@
 
   <groupId>org.onap.ccsdk.cds.components.cba</groupId>
   <artifactId>archetype-blueprint</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.5.1-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>Components Model Catalog - Blueprints Model - Archetype Blueprints</name>
         </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.8</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
     <extensions>
       <extension>
         <groupId>org.apache.maven.archetype</groupId>