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 | |
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
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | osgi/pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index f6d87dc567..132084ca69 100644 --- a/build.gradle +++ b/build.gradle @@ -110,7 +110,7 @@ subprojects { apply plugin: 'de.thetaphi.forbiddenapis' apply plugin: 'com.github.spotbugs' - version = '5.2.1' + version = '5.2.2-SNAPSHOT' ext { bouncyCastleVersion = '1.70' commonsCodecVersion = '1.15' @@ -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"/> diff --git a/osgi/pom.xml b/osgi/pom.xml index 95184238d7..b55592c206 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -24,12 +24,12 @@ <groupId>org.apache.poi</groupId> <artifactId>poi-bundle</artifactId> <packaging>bundle</packaging> - <version>5.2.1</version> + <version>5.2.2-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.2.1</poi.version> + <poi.version>5.2.2-SNAPSHOT</poi.version> <pax.exam.version>4.12.0</pax.exam.version> </properties> |