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:49 UTC

[incubator-baremaps] branch 605-tar-prefix-apache created (now 27bda627)

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

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


      at 27bda627 Add the apache prefix to tar release

This branch includes the following new commits:

     new 27bda627 Add the apache prefix to tar release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by js...@apache.org.
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>