Trying the fix auto-release
[aai/search-data-service.git] / elasticsearch-sg / pom.xml
index 419684d..322c742 100644 (file)
@@ -27,7 +27,7 @@
        <groupId>org.onap.aai</groupId>
        <artifactId>elasticsearch-sg</artifactId>
        <name>ElasticSearch with SearchGuard</name>
-       <version>1.4.0-SNAPSHOT</version>
+       <version>1.4.1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <properties>
                                        <forceTags>true</forceTags>
                                </configuration>
                        </plugin>
-
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
 
                </snapshotRepository>
        </distributionManagement>
 
-</project>
\ No newline at end of file
+</project>