On 29 July 2015 at 14:57, Ian Dunlop <[email protected]> wrote: > The release candidates correspond to the following git commits: > > https://git-wip-us.apache.org/repos/asf?p=incubator-taverna-maven-parent > .git;a=commit;h=3595851a840c4a8a087e1df459e6e7d788c78c51 > https://git-wip-us.apache.org/repos/asf?p=incubator-taverna-language.git > ;a=commit;h=e8c20e79b01c2644448a4e8d5f3bca87b9a6448b
The git commits in your email is one ahead of the tag used for the build - e.g. the commit has a pom version at 2-incubating-SNAPSHOT rather than 1-incubating. I would not cancel the vote for this, as I could simply use ^1 to find the correct commit, e.g. git clone git://git.apache.org/incubator-taverna-language.git cd incubator-taverna-language git checkout e8c20e79b01c2644448a4e8d5f3bca87b9a6448b^1 (but something worth fixing for the vote email on the incubator list) For reference, the ^1 commits are: taverna-language e2a9954e796d886d137eed3091b21637e9c8d1fd taverna-maven-parent b12a1cc0ed2540507ab43107124e8ee911da4ddf -- Stian Soiland-Reyes Apache Taverna (incubating), Apache Commons RDF (incubating) http://orcid.org/0000-0001-9842-9718
