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-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new c8d1b47  fix names of archives
c8d1b47 is described below

commit c8d1b47fc07d26a7c256d47f98247d4f143d6e62
Author: Robbie Gemmell <robbie.gemm...@gmail.com>
AuthorDate: Thu Apr 22 16:02:05 2021 +0100

    fix names of archives
---
 apache-qpid-protonj2/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-qpid-protonj2/pom.xml b/apache-qpid-protonj2/pom.xml
index b00bd86..00f3b90 100644
--- a/apache-qpid-protonj2/pom.xml
+++ b/apache-qpid-protonj2/pom.xml
@@ -107,8 +107,8 @@
                     <fileSet>
                       <directory>${project.build.directory}</directory>
                       <includes>
-                        
<include>apache-qpid-jms-${project.version}-src.tar.gz</include>
-                        
<include>apache-qpid-jms-${project.version}-bin.tar.gz</include>
+                        
<include>apache-qpid-protonj2-${project.version}-src.tar.gz</include>
+                        
<include>apache-qpid-protonj2-${project.version}-bin.tar.gz</include>
                       </includes>
                     </fileSet>
                   </fileSets>

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

Reply via email to