]> source.dussan.org Git - poi.git/commitdiff
prep 5.10 (RC2)
authorPJ Fanning <fanningpj@apache.org>
Sun, 24 Oct 2021 23:10:05 +0000 (23:10 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 24 Oct 2021 23:10:05 +0000 (23:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894541 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
osgi/pom.xml

index 68a503520ebc79feaa188583317264e3d5b140e0..87085effb7066a2c8ff952b115c3e491bb46b378 100644 (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'
index 7311d399581bdf018033f3add6e46f92fbebf699..fdf29b2a7b7a5d1b12ce2ce1239fce753ade9eff 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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 -->
index 461f040111bbf5e44da2bc787fb4b8b6a2441b1a..a1397fb48a94bca5677e0db46451c935a3d62eda 100644 (file)
     <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>