prep 5.10 (RC2)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894541 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-10-24 23:10:05 +00:00
parent 4b230fa142
commit 7e17a57848
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -42,8 +42,8 @@ under the License.
<description>The Apache POI project Ant build.</description>
<property name="version.id" value="5.1.1-SNAPSHOT"/>
<property name="release.rc" value="RC1"/>
<property name="version.id" value="5.1.0"/>
<property name="release.rc" value=""/>
<property environment="env"/>
<!-- the repository to download jars from -->

View File

@ -24,12 +24,12 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-bundle</artifactId>
<packaging>bundle</packaging>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.0</version>
<name>Apache POI OSGi bundle</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<poi.version>5.1.1-SNAPSHOT</poi.version>
<poi.version>5.1.0</poi.version>
<pax.exam.version>4.12.0</pax.exam.version>
</properties>