Author: kiwiwings
Date: Fri Aug 31 12:09:06 2018
New Revision: 1839748

URL: http://svn.apache.org/viewvc?rev=1839748&view=rev
Log:
release prepare for 4.0.0 - updating build.xml and changes.xml

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=1839748&r1=1839747&r2=1839748&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Fri Aug 31 12:09:06 
2018
@@ -85,7 +85,10 @@
           when referring to both H??F and X??F formats.
     -->
 
-    <release version="4.0.0-SNAPSHOT" date="2018-08-??">
+    <!-- release version="4.0.1-beta1" date="2018-11-??">
+    </release -->
+
+    <release version="4.0.0" date="2018-09-07">
       <summary>
         <summary-item>Removed support for Java 6 and 7 making Java 8 the 
minimum version supported</summary-item>
         <summary-item>New OOXML schema (1.4) necessary, because of 
incompatible XMLBeans loading not anymore through 
POIXMLTypeLoader</summary-item>

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1839748&r1=1839747&r2=1839748&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Aug 31 12:09:06 2018
@@ -42,7 +42,7 @@ under the License.
 
     <description>The Apache POI project Ant build.</description>
 
-    <property name="version.id" value="4.0.0-SNAPSHOT"/>
+    <property name="version.id" value="4.0.0"/>
     <property name="release.rc" value="RC1"/>
 
     <property environment="env"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to