You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by dn...@apache.org on 2016/08/21 21:33:03 UTC

svn commit: r1757084 - /poi/trunk/build.xml

Author: dnorth
Date: Sun Aug 21 21:33:03 2016
New Revision: 1757084

URL: http://svn.apache.org/viewvc?rev=1757084&view=rev
Log:
Revert accidental edits

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1757084&r1=1757083&r2=1757084&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Aug 21 21:33:03 2016
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org