updated vote mail text to distinguish between source and binary releases
Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/94eb7678 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/94eb7678 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/94eb7678 Branch: refs/heads/develop Commit: 94eb7678065ea9af2488e5c7b8299478cf2e00a2 Parents: 0009aef Author: Sebastian Schaffert <[email protected]> Authored: Wed Apr 10 14:10:05 2013 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Wed Apr 10 14:10:05 2013 +0200 ---------------------------------------------------------------------- pom.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/94eb7678/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a38f97..d0281db 100644 --- a/pom.xml +++ b/pom.xml @@ -350,16 +350,18 @@ The release candidate is based on the sources tagged with ${project.version} in: https://git-wip-us.apache.org/repos/asf/incubator-marmotta.git -The release candidate consists of the following distribution archives: +The release candidate consists of the following source distribution archives: +- apache-marmotta-${project.version}-src.[zip|tar.gz] + SHA1 of ZIP: ${checksum.src.zip} + SHA1 of TGZ: ${checksum.src.tgz} + +In addition, the following supplementary binary distributions are provided: - apache-marmotta-${project.version}-installer.[zip|tar.gz] SHA1 of ZIP: ${checksum.installer.zip} SHA1 of TGZ: ${checksum.installer.tgz} - apache-marmotta-${project.version}-ldpath.[zip|tar.gz] SHA1 of ZIP: ${checksum.ldpath.zip} SHA1 of TGZ: ${checksum.ldpath.tgz} -- apache-marmotta-${project.version}-src.[zip|tar.gz] - SHA1 of ZIP: ${checksum.src.zip} - SHA1 of TGZ: ${checksum.src.tgz} - apache-marmotta-${project.version}-webapp.[zip|tar.gz] SHA1 of ZIP: ${checksum.webapp.zip} SHA1 of TGZ: ${checksum.webapp.tgz}
