aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2017-02-01 01:24:02 +0000
committerJaven O'Neal <onealj@apache.org>2017-02-01 01:24:02 +0000
commitb70287f72e1f6ee92cd0ae52ca13a861d3e14770 (patch)
treec789097c69b39a32ffa9bb2fb2ead39618bae9be /build.xml
parent4fbd76cf21d73b60097ec897fff61fcc215e5fbf (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b07f253077..bf79452938 100644
--- a/build.xml
+++ b/build.xml
@@ -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}/"/>