diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-28 13:51:22 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-28 13:51:22 +0000 |
commit | 53300f5c8482655c08bb9e500ed3da27f1178ffb (patch) | |
tree | 483f667bb7e6ed19d2c0e13ea709229434cc9b89 /build.xml | |
parent | 622c20c51649a72e889fc02c650fb7a9993fd29a (diff) | |
download | poi-53300f5c8482655c08bb9e500ed3da27f1178ffb.tar.gz poi-53300f5c8482655c08bb9e500ed3da27f1178ffb.zip |
change version to 5.2.2-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898476 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="5.2.1"/> + <property name="version.id" value="5.2.2-SNAPSHOT"/> <property name="release.rc" value=""/> <property environment="env"/> |