You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/09/03 21:43:17 UTC

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

Author: kiwiwings
Date: Fri Sep  3 21:43:17 2021
New Revision: 1892889

URL: http://svn.apache.org/viewvc?rev=1892889&view=rev
Log:
update to 5.1.1-SNAPSHOT

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

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1892889&r1=1892888&r2=1892889&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Sep  3 21:43:17 2021
@@ -101,7 +101,7 @@ subprojects {
     apply plugin: 'de.thetaphi.forbiddenapis'
     apply plugin: 'com.github.spotbugs'
 
-    version = '5.1.0'
+    version = '5.1.1-SNAPSHOT'
     ext {
         bouncyCastleVersion = '1.69'
         commonsCodecVersion = '1.15'
@@ -402,7 +402,9 @@ subprojects {
     }
 
     build {
-        dependsOn 'signPOIPublication'
+        // disabled until next release build - only works when you've configured the signing key in your
+        // user gradle.properties file
+        // dependsOn 'signPOIPublication'
     }
 }
 

Modified: poi/trunk/osgi/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/osgi/pom.xml?rev=1892889&r1=1892888&r2=1892889&view=diff
==============================================================================
--- poi/trunk/osgi/pom.xml (original)
+++ poi/trunk/osgi/pom.xml Fri Sep  3 21:43:17 2021
@@ -24,7 +24,7 @@
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-bundle</artifactId>
     <packaging>bundle</packaging>
-    <version>5.1.0</version>
+    <version>5.1.1-SNAPSHOT</version>
 
     <name>Apache POI OSGi bundle</name>
     <properties>

Modified: poi/trunk/sonar/pom.xml
URL: http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1892889&r1=1892888&r2=1892889&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Fri Sep  3 21:43:17 2021
@@ -4,7 +4,7 @@
     <groupId>org.apache.poi</groupId>
     <artifactId>poi-parent</artifactId>
     <packaging>pom</packaging>
-    <version>5.1.0</version>
+    <version>5.1.1-SNAPSHOT</version>
     <name>Apache POI - the Java API for Microsoft Documents</name>
     <description>Maven build of Apache POI for Sonar checks</description>
     <url>https://poi.apache.org/</url>



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