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/11/02 08:24:05 UTC

svn commit: r50743 [2/2] - in /release/poi/release: ./ bin/ maven/poi-examples/ maven/poi-excelant/ maven/poi-ooxml-full/ maven/poi-ooxml-lite/ maven/poi-ooxml/ maven/poi-scratchpad/ maven/poi/ src/

Added: release/poi/release/maven/poi/poi-5.1.0-sources.jar.sha256
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0-sources.jar.sha256 (added)
+++ release/poi/release/maven/poi/poi-5.1.0-sources.jar.sha256 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+e6d8a388e0d56534b3173ac8345dbc41efe86e0f3613b036e277577aabf82314  poi-5.1.0-sources.jar

Added: release/poi/release/maven/poi/poi-5.1.0-sources.jar.sha512
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0-sources.jar.sha512 (added)
+++ release/poi/release/maven/poi/poi-5.1.0-sources.jar.sha512 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+12d2612be2e54f2f9c00a8e06fc23d04698108d914543d6b5bcb81e90b9e9746bc124f09cf81cae91aade0c808dbb3865a651e347057f4426af4d88c7900cbd4  poi-5.1.0-sources.jar

Added: release/poi/release/maven/poi/poi-5.1.0.jar
==============================================================================
Binary file - no diff available.

Propchange: release/poi/release/maven/poi/poi-5.1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/poi/release/maven/poi/poi-5.1.0.jar.asc
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0.jar.asc (added)
+++ release/poi/release/maven/poi/poi-5.1.0.jar.asc Tue Nov  2 08:24:05 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEa6TaixyIpJQoopw9DGnB70EYHhMFAmF2jYYACgkQDGnB70EY
+HhMRzQf/antPAkubTop5g6Mu6lWOOMq8p1GII7N/BjVuKduE/hWpObM39R6eWG/D
+oMyhNoGbnH+3D91noCchIVlVBKZtCwVdSshmQm6a5RpE8i7U60KtX24hbvJxe6Us
+SzSm9oZp3NALa7Tty6ptEUTbkfE4NXaU97Iafk/A8l6dOesVFxsnMjqyXbh27UWL
+lBtWImBoxE7C/rUNYSOLD5jVGMQ0Ba2hr7bW0tnpM0eTG8cxEss6HbeVziW72Tx7
+NLbyj9mzIu3T+Gdy887UE1nb8yvQBUnNfhpLz6kk69inh0hPUzmBqr72HpvSYoop
+RwRqbENK570DqS4io27L3Fe6rle3Ew==
+=z/xB
+-----END PGP SIGNATURE-----

Added: release/poi/release/maven/poi/poi-5.1.0.jar.sha256
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0.jar.sha256 (added)
+++ release/poi/release/maven/poi/poi-5.1.0.jar.sha256 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+ee22f0b822add28215ee304f044b1d68e693d3af614ab53c6dd08a1e4b9b7aa3  poi-5.1.0.jar

Added: release/poi/release/maven/poi/poi-5.1.0.jar.sha512
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0.jar.sha512 (added)
+++ release/poi/release/maven/poi/poi-5.1.0.jar.sha512 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+ff140f6dbff592b7201e82437894dee4c1e7713e79d44dd10c3cae5cd2ff55f9f8ab460fc000e668beb6e37775f93409474441b58dbd7b8eebd51fd63bbc8e10  poi-5.1.0.jar

Added: release/poi/release/maven/poi/poi-5.1.0.pom
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0.pom (added)
+++ release/poi/release/maven/poi/poi-5.1.0.pom Tue Nov  2 08:24:05 2021
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <!--
+====================================================================
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+====================================================================
+-->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.poi</groupId>
+  <artifactId>poi</artifactId>
+  <version>5.1.0</version>
+  <name>Apache POI - Common</name>
+  <description>Apache POI - Java API To Access Microsoft Format Files</description>
+  <url>https://poi.apache.org/</url>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <mailingLists>
+    <mailingList>
+      <name>POI Users List</name>
+      <subscribe>user-subscribe@poi.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@poi.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/poi-user/</archive>
+    </mailingList>
+    <mailingList>
+      <name>POI Developer List</name>
+      <subscribe>dev-subscribe@poi.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@poi.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/poi-dev/</archive>
+    </mailingList>
+  </mailingLists>
+  <dependencies>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.15</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+      <version>4.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math3</artifactId>
+      <version>3.6.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.11.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.zaxxer</groupId>
+      <artifactId>SparseBitSet</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <version>2.14.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

Added: release/poi/release/maven/poi/poi-5.1.0.pom.asc
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0.pom.asc (added)
+++ release/poi/release/maven/poi/poi-5.1.0.pom.asc Tue Nov  2 08:24:05 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEa6TaixyIpJQoopw9DGnB70EYHhMFAmF2jYQACgkQDGnB70EY
+HhNxWgf/c19gIp00PD7WKu4d5PEbAmovso5Q544wnpjkIeVNJ56MQ9GfhugLFMEk
+hE7tqJ6MKGSnTR7ds/86njo3NGrIwczUdiPXv3HPyQWCJ77Qc6AXYZfuFxFRk7tJ
+ontRPn+Z58pp5qA0SKJ6X3hz8Vlnwed0qr6ajey2uv8VfdTv6cSy3GAGiYlzZV6C
+CEjw3LRNeTbIhqesPhNpJz9XYmUrsVYx+s9zOyAWBLi2l3fcKrfy5Uw3Jji90Hz5
++vb+Wag87dJV1LsS6oxxq6CY36c3WkzXbJ3EzJmSijQe/SDJPZYcnAIA1ULET3AC
+Wz6PueUTWHooCx7SbJBDqQNraOm8ug==
+=9KMN
+-----END PGP SIGNATURE-----

Added: release/poi/release/maven/poi/poi-5.1.0.pom.sha256
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0.pom.sha256 (added)
+++ release/poi/release/maven/poi/poi-5.1.0.pom.sha256 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+2dab4d28d0ca3c03aed3b30508d93b2e9f056a35acf157ac6d39309664650917  poi-5.1.0.pom

Added: release/poi/release/maven/poi/poi-5.1.0.pom.sha512
==============================================================================
--- release/poi/release/maven/poi/poi-5.1.0.pom.sha512 (added)
+++ release/poi/release/maven/poi/poi-5.1.0.pom.sha512 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+83301408be24abffcaf4f2b294965ff3177ec37d2b2ed8bd8930ce403ea1ec8669a235654cacd24840bf2d0344afa1079004a525f7e713c79ce279e8a1902d82  poi-5.1.0.pom

Added: release/poi/release/src/poi-src-5.1.0-20211024.tgz
==============================================================================
Binary file - no diff available.

Propchange: release/poi/release/src/poi-src-5.1.0-20211024.tgz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/poi/release/src/poi-src-5.1.0-20211024.tgz.asc
==============================================================================
--- release/poi/release/src/poi-src-5.1.0-20211024.tgz.asc (added)
+++ release/poi/release/src/poi-src-5.1.0-20211024.tgz.asc Tue Nov  2 08:24:05 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEa6TaixyIpJQoopw9DGnB70EYHhMFAmF2hrUACgkQDGnB70EY
+HhP4LQf8DZET25VV3sWvaCEHE5NWECi9+WTpKfAcgiBj/pCl3v2G2dRH7HS21dK2
+f5du8T7NW0g0WVQHdngqulmPSSAUsGsLB0eWkdsE9AKyyF+EmosYR0B3bH83GHwb
+B+wX8vZ5eQxckBTG46EJxd2XLp5K/I26sfwjyxNBUDVhauf8Kevk67B6gncIbtF/
+QXzJmomGBwk1v1uTC0eHyXpm/+CPersptVMQAWbIHxZP3rArRFJvBpyQAzBeroOi
+pISRJeQFdLyd23NyhSZ5R4FmEUgPpQAqlDtSaJM4iTLWEPqM+7Me1i4By6IsvKto
+geBqHh8AGBn6SkxTz75f+Ugc6sYxtQ==
+=+Et7
+-----END PGP SIGNATURE-----

Added: release/poi/release/src/poi-src-5.1.0-20211024.tgz.sha256
==============================================================================
--- release/poi/release/src/poi-src-5.1.0-20211024.tgz.sha256 (added)
+++ release/poi/release/src/poi-src-5.1.0-20211024.tgz.sha256 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+1d7e7df50c9aa63027ffdc32be319eca784c83312c2cf30c9d1156d33f6f08a8  poi-src-5.1.0-20211024.tgz

Added: release/poi/release/src/poi-src-5.1.0-20211024.tgz.sha512
==============================================================================
--- release/poi/release/src/poi-src-5.1.0-20211024.tgz.sha512 (added)
+++ release/poi/release/src/poi-src-5.1.0-20211024.tgz.sha512 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+917292a071666bfc73f4051d3b37333d3844ec9192974b7e3e9a41aa79918be7f407bedc47337515c12b4867f32f995a4c3738091b9c1ceb859256e563d395ac  poi-src-5.1.0-20211024.tgz

Added: release/poi/release/src/poi-src-5.1.0-20211024.zip
==============================================================================
Binary file - no diff available.

Propchange: release/poi/release/src/poi-src-5.1.0-20211024.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/poi/release/src/poi-src-5.1.0-20211024.zip.asc
==============================================================================
--- release/poi/release/src/poi-src-5.1.0-20211024.zip.asc (added)
+++ release/poi/release/src/poi-src-5.1.0-20211024.zip.asc Tue Nov  2 08:24:05 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEa6TaixyIpJQoopw9DGnB70EYHhMFAmF2hsMACgkQDGnB70EY
+HhNJjQf/SSd8SNfAZ+KtW5d4MjnIx17sHxkG0UMzR6d5hgvaQ+ubbdXPxTqZA7a/
+W2YtNBDEaG7o5xUyj2+gz0zRrfklYjrK1rqHqS39edQmd4r2N8jKozyTHAuUSGEO
+inu9SVbfc9W8iqi/uR/XbVlqiKgPZpETvTGzNmY+M1Bsfee9xBVXkInEQIsCF/ud
+IE85nFfgPT0JbJtTKFZwMqRJRhMBDmTDHVb/EWiJjw9TJ34lXn0oJKgXjBmOZOyN
+7pa91AU4CWxp9J8qHUvMXmDoUn9DyOpSGZCRhZdBsMnL0aHdAbgdIj3bB4/V5XCK
+IRo2lBrP2VZ0uTXmnQMv74oQdFhMjw==
+=E5cV
+-----END PGP SIGNATURE-----

Added: release/poi/release/src/poi-src-5.1.0-20211024.zip.sha256
==============================================================================
--- release/poi/release/src/poi-src-5.1.0-20211024.zip.sha256 (added)
+++ release/poi/release/src/poi-src-5.1.0-20211024.zip.sha256 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+1b56476f29902b79d0f59057c7d304df21aa484eee87a232c9e3f1489036d325  poi-src-5.1.0-20211024.zip

Added: release/poi/release/src/poi-src-5.1.0-20211024.zip.sha512
==============================================================================
--- release/poi/release/src/poi-src-5.1.0-20211024.zip.sha512 (added)
+++ release/poi/release/src/poi-src-5.1.0-20211024.zip.sha512 Tue Nov  2 08:24:05 2021
@@ -0,0 +1 @@
+cc2bf0a91acbe787e4adf3c239266b5c8ad40298b89a2fc8a5a3ad6f30cbde62a9bc95a6e072db1b6d9de79139a716887a393c2b9cc20a16e42f2b41297eb6b2  poi-src-5.1.0-20211024.zip



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