remove copy&paste error in release-prep

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1738352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2016-04-09 11:28:12 +00:00
parent a060c664a1
commit 0cea01423f
1 changed files with 1 additions and 10 deletions

View File

@ -2126,15 +2126,6 @@ under the License.
<svn refid="svn.settings">
<checkout url="https://svn.apache.org/repos/asf/poi/tags/${RELEASE_TAG}" destPath="build/release"/>
</svn>
<svn refid="svn.settings">
<mkdir url="https://dist.apache.org/repos/dist/dev/poi/${version.id}-${release.rc}"
message="release candidate POI ${version.id}"/>
<import path="build/release/build/dist"
url="https://dist.apache.org/repos/dist/dev/poi/${version.id}-${release.rc}"
message="release candidate POI ${version.id}"/>
</svn>
</target>
<target name="release-prep2" depends="init" description="compile the freshly checked out svn tag and upload it to the nexus - needs a JDK6">
@ -2161,7 +2152,7 @@ under the License.
<svn refid="svn.settings">
<import path="build/release/build/dist"
url="https://dist.apache.org/repos/dist/dev/poi"
newEntry="${version.id}-${release.rc}-tmp"
newEntry="${version.id}-${release.rc}"
message="release candidate POI ${version.id}"/>
</svn>
</target>