mirror of https://github.com/apache/poi.git
echo release version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1781195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4fbd76cf21
commit
b70287f72e
|
@ -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}/"/>
|
||||
|
|
Loading…
Reference in New Issue