Author: nick
Date: Sat Nov 8 12:51:24 2014
New Revision: 1637556
URL: http://svn.apache.org/r1637556
Log:
Correct the version number that this tag is building for
Modified:
poi/tags/REL_3_11_BETA3/build.xml
Modified: poi/tags/REL_3_11_BETA3/build.xml
URL:
http://svn.apache.org/viewvc/poi/tags/REL_3_11_BETA3/build.xml?rev=1637556&r1=1637555&r2=1637556&view=diff
==============================================================================
--- poi/tags/REL_3_11_BETA3/build.xml (original)
+++ poi/tags/REL_3_11_BETA3/build.xml Sat Nov 8 12:51:24 2014
@@ -52,8 +52,8 @@ under the License.
<description>The Apache POI project Ant build.</description>
- <property name="version.id" value="3.11-beta2"/>
- <property name="version.rel" value="REL_3_11_BETA2"/>
+ <property name="version.id" value="3.11-beta3"/>
+ <property name="version.rel" value="REL_3_11_BETA3"/>
<property environment="env"/>
<!-- the repository to download jars from -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]