You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/03 11:25:56 UTC

[incubator-zipkin-brave] branch master updated: fixes base directory

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

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-brave.git


The following commit(s) were added to refs/heads/master by this push:
     new 2783e26  fixes base directory
2783e26 is described below

commit 2783e266d5c72460e81a024d9b35a3b605ce261f
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Mon Jun 3 19:25:43 2019 +0800

    fixes base directory
---
 src/main/assemblies/source-release.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/assemblies/source-release.xml b/src/main/assemblies/source-release.xml
index 72dfb4a..5ab5f8f 100644
--- a/src/main/assemblies/source-release.xml
+++ b/src/main/assemblies/source-release.xml
@@ -20,7 +20,7 @@
 <assembly>
   <id>source-release</id>
   <!-- the only thing being done differently here is the base directory -->
-  <baseDirectory>zipkin-brave-${version}</baseDirectory>
+  <baseDirectory>brave-${version}</baseDirectory>
   <formats>
     <format>zip</format>
   </formats>