]> source.dussan.org Git - poi.git/commitdiff
update to 5.1.1-SNAPSHOT
authorAndreas Beeker <kiwiwings@apache.org>
Fri, 3 Sep 2021 21:43:17 +0000 (21:43 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Fri, 3 Sep 2021 21:43:17 +0000 (21:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892889 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
osgi/pom.xml
sonar/pom.xml

index 784c8bfef69ff75743db7eba21f840c4dc7679ac..dd593aefa2250466ee99ffe2eb90b55cfd10031f 100644 (file)
@@ -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'
     }
 }
 
index ba4f2171b4e705c860e9c5a1b80c35e0df53aaa4..0c97f217dbf50a80cb1d7cfbab44e301bb4e9e2e 100644 (file)
@@ -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>
index 1a75f148eea66c6456c8cfab05699a1a8f610ed4..ba2cf342518808b1f91fcd11680e7926e972b2ad 100644 (file)
@@ -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>