diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-12-07 10:57:25 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-12-07 10:57:25 +0000 |
commit | 3246c57b68cc05b892a417d6b1dfb7bcd54d1a3f (patch) | |
tree | 8f05028f43bd7df7fa47de47037ba704a46198e3 | |
parent | 931b516a02b906a10c5f53ce2c13fecff7252678 (diff) | |
download | poi-3246c57b68cc05b892a417d6b1dfb7bcd54d1a3f.tar.gz poi-3246c57b68cc05b892a417d6b1dfb7bcd54d1a3f.zip |
set version.id to 3.7-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@887882 13f79535-47bb-0310-9956-ffa450edef68
-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="3.6-beta1"/> + <property name="version.id" value="3.7-SNAPSHOT"/> <property environment="env"/> <!-- the repository to download jars from --> |