You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2020/06/09 15:17:02 UTC

svn commit: r1878664 - /xmlbeans/trunk/build.xml

Author: fanningpj
Date: Tue Jun  9 15:17:02 2020
New Revision: 1878664

URL: http://svn.apache.org/viewvc?rev=1878664&view=rev
Log:
upgrade version number to 4.0.0

Modified:
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.xml?rev=1878664&r1=1878663&r2=1878664&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Tue Jun  9 15:17:02 2020
@@ -19,8 +19,8 @@
     <property name="ant.build.javac.source" value="1.8"/>
     <property name="ant.build.javac.target" value="1.8"/>
 
-    <property name="version.base" value="3.1.1"/>
-    <property name="version.rc" value=""/>
+    <property name="version.base" value="4.0.0"/>
+    <property name="version.rc" value="rc0"/>
 
     <property name="repository.m2" value="https://repo1.maven.org/maven2"/>
     <property environment="ENV"/>



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