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/17 16:03:50 UTC

[incubator-baremaps] 01/01: Add the apache prefix to tar release

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

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

commit 27bda6274f9784b93ed657fc8caf54067aebff1d
Author: James Smith <sw...@gmail.com>
AuthorDate: Fri Mar 17 17:02:53 2023 +0100

    Add the apache prefix to tar release
---
 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 6d819f88..2628dea4 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>