Repository: qpid-proton Updated Branches: refs/heads/master 9a812bab4 -> 81c211078
NO-JIRA: remove re-versioning for legacy releases As discussed on #28, this re-versioning line was just in there for 0.8 and older releases whose mvn pom.xml files had 1.0-SNAPSHOT in them in the tag Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/81c21107 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/81c21107 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/81c21107 Branch: refs/heads/master Commit: 81c21107879b92f5483b07a07bf0bdaed5564668 Parents: 9a812ba Author: Dominic Evans <[email protected]> Authored: Wed May 6 13:30:12 2015 +0100 Committer: Dominic Evans <[email protected]> Committed: Wed May 6 13:30:12 2015 +0100 ---------------------------------------------------------------------- bin/export.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/81c21107/bin/export.sh ---------------------------------------------------------------------- diff --git a/bin/export.sh b/bin/export.sh index 13fdbd1..c87d80d 100755 --- a/bin/export.sh +++ b/bin/export.sh @@ -72,7 +72,6 @@ WORKDIR=$(mktemp -d) [ -d ${WORKDIR} ] || mkdir -p ${WORKDIR} git archive --format=tar --prefix=${PREFIX}/ tags/${TAG} \ | tar -x -C ${WORKDIR} - ${SRC}/bin/version.sh ${WORKDIR}/${PREFIX} ${VERSION} cd ${WORKDIR} tar -c -z \ --owner=root --group=root --numeric-owner \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
