You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/10/24 23:10:05 UTC

svn commit: r1894541 - in /poi/trunk: build.gradle build.xml osgi/pom.xml

Author: fanningpj
Date: Sun Oct 24 23:10:05 2021
New Revision: 1894541

URL: http://svn.apache.org/viewvc?rev=1894541&view=rev
Log:
prep 5.10 (RC2)

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml
    poi/trunk/osgi/pom.xml

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1894541&r1=1894540&r2=1894541&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Oct 24 23:10:05 2021
@@ -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'

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1894541&r1=1894540&r2=1894541&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Oct 24 23:10:05 2021
@@ -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 -->

Modified: poi/trunk/osgi/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/osgi/pom.xml?rev=1894541&r1=1894540&r2=1894541&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Sun Oct 24 23:10:05 2021
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org