GitHub user PepperJo opened a pull request:
https://github.com/apache/incubator-crail/pull/42
Source tar
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PepperJo/incubator-crail source_tar
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-crail/pull/42.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #42
----
commit 0413729e1d82184163038f12e03cdc203dbcbda5
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-10-18T11:20:03Z
Generate source tar files instead of zip
Generate source tar.gz files instead of zip files to be
consistent with the binary release.
https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-54
Signed-off-by: Jonas Pfefferle <[email protected]>
commit 3f98f6cf0777036d3269a4f13f6243e19854b692
Author: Jonas Pfefferle <pepperjo@...>
Date: 2018-10-18T12:10:24Z
POM: use tag HEAD in scm configuration
Use tag HEAD in scm configuration to avoid version increments by
release plugin for rc candidates.
Signed-off-by: Jonas Pfefferle <[email protected]>
----
---