You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2020/12/29 00:37:04 UTC

[ignite-3] branch ignite-3.0.0-alpha1 updated: Fixed Maven deployment

This is an automated email from the ASF dual-hosted git repository.

vkulichenko pushed a commit to branch ignite-3.0.0-alpha1
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-3.0.0-alpha1 by this push:
     new e309428  Fixed Maven deployment
e309428 is described below

commit e3094288d1a0e47c69572a7d29dbdac4b5e7140e
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Mon Dec 28 16:36:16 2020 -0800

    Fixed Maven deployment
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 37870d8..8676fda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,7 @@
                 <configuration>
                     <skip>true</skip>
                 </configuration>
+                <inherited>false</inherited>
             </plugin>
         </plugins>
     </build>