]> source.dussan.org Git - poi.git/commitdiff
echo release version
authorJaven O'Neal <onealj@apache.org>
Wed, 1 Feb 2017 01:24:02 +0000 (01:24 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 1 Feb 2017 01:24:02 +0000 (01:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781195 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index b07f253077e19efa0f66dbb7a5cd0e7eb73a1f62..bf79452938f6d6b70d415c7827658dc968d54356 100644 (file)
--- 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}/"/>