You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by js...@apache.org on 2023/03/31 08:30:45 UTC

[incubator-baremaps] branch main updated: Add the apache prefix to tar release (#611)

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

jsmith pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/main by this push:
     new 775e3847 Add the apache prefix to tar release (#611)
775e3847 is described below

commit 775e3847c7ec8bf8df4c5bcb8bfea9130a366f61
Author: James Smith <sw...@gmail.com>
AuthorDate: Fri Mar 31 10:30:41 2023 +0200

    Add the apache prefix to tar release (#611)
    
    Changing the `finalName` of the assembly plugin configuration
---
 baremaps-cli/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml
index d54e454b..5b9f22b3 100644
--- a/baremaps-cli/pom.xml
+++ b/baremaps-cli/pom.xml
@@ -99,7 +99,7 @@
             </goals>
             <phase>package</phase>
             <configuration>
-              <finalName>${project.parent.artifactId}-${project.parent.version}-incubating-src</finalName>
+              <finalName>apache-${project.parent.artifactId}-${project.parent.version}-incubating-src</finalName>
               <appendAssemblyId>false</appendAssemblyId>
               <descriptors>
                 <descriptor>src/assembly/src.xml</descriptor>
@@ -113,7 +113,7 @@
             </goals>
             <phase>package</phase>
             <configuration>
-              <finalName>${project.parent.artifactId}-${project.parent.version}-incubating-bin</finalName>
+              <finalName>apache-${project.parent.artifactId}-${project.parent.version}-incubating-bin</finalName>
               <appendAssemblyId>false</appendAssemblyId>
               <descriptors>
                 <descriptor>src/assembly/bin.xml</descriptor>