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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 64ceccc  NO-JIRA: fix warnings during assembly build
64ceccc is described below

commit 64ceccc950bb159b22c532198b20da8fc0a34eca
Author: Robbie Gemmell <rob...@apache.org>
AuthorDate: Wed May 26 17:47:30 2021 +0100

    NO-JIRA: fix warnings during assembly build
---
 apache-qpid-proton-j/src/main/assembly/bin.xml | 2 +-
 apache-qpid-proton-j/src/main/assembly/src.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-qpid-proton-j/src/main/assembly/bin.xml 
b/apache-qpid-proton-j/src/main/assembly/bin.xml
index 997c32b..620f0c9 100644
--- a/apache-qpid-proton-j/src/main/assembly/bin.xml
+++ b/apache-qpid-proton-j/src/main/assembly/bin.xml
@@ -30,7 +30,7 @@
   <fileSets>
     <fileSet>
       <directory>${basedir}/src/main/assembly/</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory>${file.separator}</outputDirectory>
       <includes>
         <include>NOTICE</include>
         <include>LICENSE</include>
diff --git a/apache-qpid-proton-j/src/main/assembly/src.xml 
b/apache-qpid-proton-j/src/main/assembly/src.xml
index 639847a..7e7876b 100644
--- a/apache-qpid-proton-j/src/main/assembly/src.xml
+++ b/apache-qpid-proton-j/src/main/assembly/src.xml
@@ -28,7 +28,7 @@
     <!-- main project directory structure -->
     <fileSet>
       <directory>${project.basedir}/..</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory>${file.separator}</outputDirectory>
       <useDefaultExcludes>true</useDefaultExcludes>
       <excludes>
         <!-- build output -->

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to