Repository: incubator-crail
Updated Branches:
  refs/heads/master 71af9a925 -> 1350403cd


[Build] fix binary tarball name

Change name of binary tarball to adhere to
apche-crail-X.Y-incubating-bin

https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-56

Signed-off-by: Jonas Pfefferle <peppe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail/commit/1350403c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail/tree/1350403c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail/diff/1350403c

Branch: refs/heads/master
Commit: 1350403cd8f4e78c720971d1165d05d890f7bc04
Parents: 71af9a9
Author: Jonas Pfefferle <peppe...@apache.org>
Authored: Thu Oct 25 14:41:34 2018 +0200
Committer: Jonas Pfefferle <peppe...@apache.org>
Committed: Thu Oct 25 14:42:57 2018 +0200

----------------------------------------------------------------------
 assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/1350403c/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 4ec349d..4844021 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -124,7 +124,7 @@
               <goal>single</goal>
             </goals>
             <configuration>
-              <finalName>crail-${project.version}</finalName>
+              <finalName>apache-crail-${project.version}</finalName>
               <descriptors>
                 <descriptor>src/main/assembly/assembly.xml</descriptor>
               </descriptors>

Reply via email to