snapshot version

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-01-16 11:15:20 +00:00
parent 66e16a8957
commit 2e818b0276
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.2.0'
version = '5.2.1-SNAPSHOT'
ext {
bouncyCastleVersion = '1.70'
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.2.0"/>
<property name="version.id" value="5.2.1-SNAPSHOT"/>
<property name="release.rc" value=""/>
<property environment="env"/>