You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2023/05/02 09:59:48 UTC

[turbine-parent] branch master updated: fix maven warning to use namespaced variable

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 47fff2f  fix maven warning to use namespaced variable
47fff2f is described below

commit 47fff2f66170803ca757fccbdf98147bf3b4c3c6
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue May 2 11:58:40 2023 +0200

    fix maven warning to use namespaced variable
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9df2b4d..306a3c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,7 @@
               </execution>
             </executions>
             <configuration>
-                 <outputName>${artifactId}-${version}-bom</outputName>
+                 <outputName>${project.artifactId}-${project.version}-bom</outputName>
             </configuration>
           </plugin>
         </plugins>