summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDavid North <dnorth@apache.org>2016-08-21 21:33:03 +0000
committerDavid North <dnorth@apache.org>2016-08-21 21:33:03 +0000
commitef77ebe2e36ed6e96882a246c1406a02dc9188d7 (patch)
tree2fbc24867078060dc7987eb2a59f55278cbf70f1 /build.xml
parentaeb859d0ae3c42652ee0b7d7a404e236d6306cf2 (diff)
downloadpoi-ef77ebe2e36ed6e96882a246c1406a02dc9188d7.tar.gz
poi-ef77ebe2e36ed6e96882a246c1406a02dc9188d7.zip
Revert accidental edits
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1757084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 887cffe154..f40ff4c774 100644
--- a/build.xml
+++ b/build.xml
@@ -40,7 +40,7 @@ under the License.
<description>The Apache POI project Ant build.</description>
- <property name="version.id" value="3.15"/>
+ <property name="version.id" value="3.15-beta4"/>
<property name="release.rc" value="RC1"/>
<property environment="env"/>
@@ -2390,13 +2390,13 @@ under the License.
<!-- can't combine updating and pinning of the documentation ... so we need two commits -->
<!-- (revision)properties can't be set and read within one svn block -->
<echo message="updating build.xml and status.xml"/>
- <!--<svn refid="svn.settings">
+ <svn refid="svn.settings">
<commit message="release prepare for ${version.id} - updating build.xml and status.xml" recurse="false">
<fileset dir="." includes="build.xml,src/documentation/content/xdocs/status.xml"/>
</commit>
<update dir="." recurse="true"/>
<status path="." revisionProperty="svn_version1"/>
- </svn>-->
+ </svn>
<echo message="pin documentation - release ${svn_version1}"/>
<svn refid="svn.settings">
<propset path="src" name="svn:externals" value="documentation -r${svn_version1} https://svn.apache.org/repos/asf/poi/site/src/documentation"/>