This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch 5.5.x in repository https://gitbox.apache.org/repos/asf/poi.git
commit 2b6589d4fbe248a1f9f7f9bddd8d6870a874d380 Author: PJ Fanning <[email protected]> AuthorDate: Mon Nov 17 15:01:42 2025 +0100 5.5.1-SNAPSHOT --- build.gradle | 2 +- build.xml | 2 +- osgi/pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 5d728f20b3..6e06d20d48 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ allprojects { // apply plugin: 'eclipse' apply plugin: 'idea' - version = '5.5.0' + version = '5.5.1-SNAPSHOT' } /** diff --git a/build.xml b/build.xml index b7f4b9730c..77e2439fcc 100644 --- a/build.xml +++ b/build.xml @@ -42,7 +42,7 @@ under the License. <description>The Apache POI project Ant build.</description> - <property name="version.id" value="5.5.0"/> + <property name="version.id" value="5.5.1-SNAPSHOT"/> <property name="release.rc" value=""/> <property environment="env"/> diff --git a/osgi/pom.xml b/osgi/pom.xml index da2ed82d60..30e5f1c258 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.5.0</version> + <version>5.5.1-SNAPSHOT</version> <name>Apache POI OSGi bundle</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <poi.version>5.5.0</poi.version> + <poi.version>5.5.1-SNAPSHOT</poi.version> <pax.exam.version>4.14.0</pax.exam.version> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
