diff options
author | Javen O'Neal <onealj@apache.org> | 2017-02-01 01:24:02 +0000 |
---|---|---|
committer | Javen O'Neal <onealj@apache.org> | 2017-02-01 01:24:02 +0000 |
commit | b70287f72e1f6ee92cd0ae52ca13a861d3e14770 (patch) | |
tree | c789097c69b39a32ffa9bb2fb2ead39618bae9be /build.xml | |
parent | 4fbd76cf21d73b60097ec897fff61fcc215e5fbf (diff) | |
download | poi-b70287f72e1f6ee92cd0ae52ca13a861d3e14770.tar.gz poi-b70287f72e1f6ee92cd0ae52ca13a861d3e14770.zip |
echo release version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2451,7 +2451,7 @@ under the License. </fail> <!-- verify that the release tag that we're about to create in release-prep1 does not already exist (no overwriting tags!) --> - <fail message="Cannot create release tag. https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG} already exists. Verify the requested release version."> + <fail message="Cannot create release tag. https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG} already exists. Verify the requested release version (${version.id})."> <condition> <!-- FIXME: svnExists doesn't work with https here. --> <svnExists refid="svn.settings" target="http://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG}/"/> |