5.2.0-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-11-18 16:29:11 +00:00
parent d96869c870
commit 8c0d90c60c
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ subprojects {
apply plugin: 'de.thetaphi.forbiddenapis'
apply plugin: 'com.github.spotbugs'
version = '5.1.1-SNAPSHOT'
version = '5.2.0-SNAPSHOT'
ext {
bouncyCastleVersion = '1.69'
commonsCodecVersion = '1.15'

View File

@ -42,7 +42,7 @@ under the License.
<description>The Apache POI project Ant build.</description>
<property name="version.id" value="5.1.1-SNAPSHOT"/>
<property name="version.id" value="5.2.0-SNAPSHOT"/>
<property name="release.rc" value=""/>
<property environment="env"/>