You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/01/31 20:42:00 UTC

svn commit: r1873442 - in /poi: site/src/documentation/content/xdocs/changes.xml trunk/build.xml

Author: kiwiwings
Date: Fri Jan 31 20:41:59 2020
New Revision: 1873442

URL: http://svn.apache.org/viewvc?rev=1873442&view=rev
Log:
Try to fix release build

Modified:
    poi/site/src/documentation/content/xdocs/changes.xml
    poi/trunk/build.xml

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1873442&r1=1873441&r2=1873442&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Fri Jan 31 20:41:59 2020
@@ -86,10 +86,7 @@
           when referring to both H??F and X??F formats.
     -->
 
-    <!-- release version="4.1.3" date="2020-04-??">
-    </release -->
-
-    <release version="4.1.2" date="2020-02-07">
+    <release version="4.1.2" date="2020-02-??">
       <summary>
         <summary-item>Removed a lot of internal uses of StringBuffers</summary-item>
       </summary>

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1873442&r1=1873441&r2=1873442&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Jan 31 20:41:59 2020
@@ -42,7 +42,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="4.1.3"/>
+    <property name="version.id" value="4.1.2"/>
     <property name="release.rc" value="RC1"/>
 
     <property environment="env"/>



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