diff options
author | Nick Burch <nick@apache.org> | 2013-05-28 09:19:29 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2013-05-28 09:19:29 +0000 |
commit | d9cd6b276c1b41faf1acdb81b9a4c6cfa5512ceb (patch) | |
tree | 00bfe347274403a3264780e07e9478770a93d22e /build.xml | |
parent | 3ec882166c31f20eb896bfc39537a0ceac649844 (diff) | |
download | poi-d9cd6b276c1b41faf1acdb81b9a4c6cfa5512ceb.tar.gz poi-d9cd6b276c1b41faf1acdb81b9a4c6cfa5512ceb.zip |
Following dev@ discussions, the next release will be 3.10 not 4.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1486829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="4.0-beta1"/> + <property name="version.id" value="3.10-beta1"/> <property environment="env"/> <!-- the repository to download jars from --> |