summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2015-10-25 00:26:43 +0000
committerNick Burch <nick@apache.org>2015-10-25 00:26:43 +0000
commit7d7cbf7db30273ab30644318b59330ddea552f5d (patch)
tree12537e9111c583f0358e0d0154127f8403ce7fd6 /build.xml
parentd95108b5f5ddf6d712b66f75ae0e01c302ab1751 (diff)
downloadpoi-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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 06a59a1510..5073828f3f 100644
--- a/build.xml
+++ b/build.xml
@@ -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 -->