You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vv...@apache.org on 2021/11/15 18:14:20 UTC

[ignite-3] branch main updated: IGNITE-15920 Fix Maven warnings (#449)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9529e4c  IGNITE-15920 Fix Maven warnings (#449)
9529e4c is described below

commit 9529e4c8d881eb83789f64aa5f0ee410327a340e
Author: Alexander Polovtcev <al...@gmail.com>
AuthorDate: Mon Nov 15 21:14:15 2021 +0300

    IGNITE-15920 Fix Maven warnings (#449)
---
 modules/core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index f8ddc98..cf3ccbc 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -101,7 +101,7 @@
                             <goal>shade</goal>
                         </goals>
                         <configuration>
-                            <finalName>${artifactId}-shaded-${version}</finalName>
+                            <finalName>${project.artifactId}-shaded-${project.version}</finalName>
                             <relocations>
                                 <relocation>
                                     <pattern>it.unimi.dsi.fastutil</pattern>