diff options
author | Nick Burch <nick@apache.org> | 2015-10-25 00:26:43 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2015-10-25 00:26:43 +0000 |
commit | 7d7cbf7db30273ab30644318b59330ddea552f5d (patch) | |
tree | 12537e9111c583f0358e0d0154127f8403ce7fd6 /build.xml | |
parent | d95108b5f5ddf6d712b66f75ae0e01c302ab1751 (diff) | |
download | poi-7d7cbf7db30273ab30644318b59330ddea552f5d.tar.gz poi-7d7cbf7db30273ab30644318b59330ddea552f5d.zip |
Update the build version, step missed from the release guide
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710408 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="3.13"/> - <property name="version.rel" value="REL_3_13_FINAL"/> + <property name="version.id" value="3.14-beta1"/> + <property name="version.rel" value="REL_3_14_BETA1"/> <property environment="env"/> <!-- the repository to download jars from --> |