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 2022/09/16 23:58:57 UTC

svn commit: r56856 [2/2] - in /release/poi/release: ./ bin/ maven/ 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-scratchpad-5.2.3.pom
==============================================================================
--- release/poi/release/maven/poi-scratchpad-5.2.3.pom (added)
+++ release/poi/release/maven/poi-scratchpad-5.2.3.pom Fri Sep 16 23:58:57 2022
@@ -0,0 +1,79 @@
+<?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-scratchpad</artifactId>
+  <version>5.2.3</version>
+  <name>Apache POI</name>
+  <description>Apache POI - Java API To Access Microsoft Format Files (Scratchpad)</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>org.apache.poi</groupId>
+      <artifactId>poi</artifactId>
+      <version>5.2.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-api</artifactId>
+      <version>2.18.0</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-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.15</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>

Added: release/poi/release/maven/poi-scratchpad-5.2.3.pom.asc
==============================================================================
--- release/poi/release/maven/poi-scratchpad-5.2.3.pom.asc (added)
+++ release/poi/release/maven/poi-scratchpad-5.2.3.pom.asc Fri Sep 16 23:58:57 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEa6TaixyIpJQoopw9DGnB70EYHhMFAmMbYzUACgkQDGnB70EY
+HhNn0QgAiC7xmcSJQN7DgIYiX2ZzBbSYAGjksIRIUXoWMCAEauk17vz7mK+Jf25V
+iWTcnRzvolnc1oNg68rDgLKaAzUX9ROOWAK77kRj5agDsPi5/Kh0xOY08GxoZnV6
+oMEO800ZhADyMB2pjl10Xrv8Tj0hPBXQYsVUejFAtni/ppKf877EhswSqtZpSuDB
+mzuF0rzVo9sToZhIk4D++G+aUjXGWYXK/rnqckIXDDnzB2lxNfp92IyM2MUK1z0J
+Izm0MY72sRxwH0DEcHtZ51uUbPU0SfaKso7Y8szLyQJrBcItSphvcZdAHodFZe+e
+/ghGAgzydyX3Ar+6ZZUD1NHArhWzJQ==
+=4CMM
+-----END PGP SIGNATURE-----

Added: release/poi/release/maven/poi-scratchpad-5.2.3.pom.sha256
==============================================================================
--- release/poi/release/maven/poi-scratchpad-5.2.3.pom.sha256 (added)
+++ release/poi/release/maven/poi-scratchpad-5.2.3.pom.sha256 Fri Sep 16 23:58:57 2022
@@ -0,0 +1 @@
+28e476e752766104a2a560fd585eb7ccce308bde3e0478bd8257539cd852de95  poi-scratchpad-5.2.3.pom

Added: release/poi/release/maven/poi-scratchpad-5.2.3.pom.sha512
==============================================================================
--- release/poi/release/maven/poi-scratchpad-5.2.3.pom.sha512 (added)
+++ release/poi/release/maven/poi-scratchpad-5.2.3.pom.sha512 Fri Sep 16 23:58:57 2022
@@ -0,0 +1 @@
+ad53181d95b6e086eeaf06ecf5d36062d4a89e80843fbc94e0220563c841882d8a1667f22689cf0343ce185b01b90ddc102f0fd0157381f28bfba9fb7d283784  poi-scratchpad-5.2.3.pom

Added: release/poi/release/src/poi-src-5.2.3-20220909.tgz
==============================================================================
Binary file - no diff available.

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

Added: release/poi/release/src/poi-src-5.2.3-20220909.tgz.asc
==============================================================================
--- release/poi/release/src/poi-src-5.2.3-20220909.tgz.asc (added)
+++ release/poi/release/src/poi-src-5.2.3-20220909.tgz.asc Fri Sep 16 23:58:57 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEa6TaixyIpJQoopw9DGnB70EYHhMFAmMbZGMACgkQDGnB70EY
+HhPyEgf/XqiojkNjSXx6RRiTfNdmSVlJikI+YNxY8Jo4h1Ag9L1+Ga2iokQMnqXw
+AU6cRToVQrl1O1zZuIUittSMzDjth0hDPtMQEihfD6B3W3EqLGyAvACiwBFxGQd9
+wmKl0EHFNvyHXROIB+3tuhSWIGTlJb4X73I1cdTAV51cqPt5obcqCRsFoH+0f6wH
+zohnhd4nPdmxVCaTZ9l+8KbbUq1L2UXmyYJ3QYVDWIcaOcCz4cNtQ6nrqHm1Btfc
+O0+39V+78nXOx6Ngj6EC03r6ecRgWkhCEZ3Wtcm64sXXfKqaRUFwiuD5JqEiR+IM
+ATztFa5CCbassDgSk3nrQdYF8qBm6A==
+=xgiG
+-----END PGP SIGNATURE-----

Added: release/poi/release/src/poi-src-5.2.3-20220909.tgz.sha256
==============================================================================
--- release/poi/release/src/poi-src-5.2.3-20220909.tgz.sha256 (added)
+++ release/poi/release/src/poi-src-5.2.3-20220909.tgz.sha256 Fri Sep 16 23:58:57 2022
@@ -0,0 +1 @@
+0cc3300147520dc74797663c6e5c3a1cd2a279d5e0c6bbd6201a6686932173a6  poi-src-5.2.3-20220909.tgz

Added: release/poi/release/src/poi-src-5.2.3-20220909.tgz.sha512
==============================================================================
--- release/poi/release/src/poi-src-5.2.3-20220909.tgz.sha512 (added)
+++ release/poi/release/src/poi-src-5.2.3-20220909.tgz.sha512 Fri Sep 16 23:58:57 2022
@@ -0,0 +1 @@
+15d1d9387a3003fa30dc77cb42721daefb07a0f8ef1a69873107fd2266d66ae5c0138f47f2867d49154bbde4f28939ac1aa1b49e367230408e67c05099addc1c  poi-src-5.2.3-20220909.tgz

Added: release/poi/release/src/poi-src-5.2.3-20220909.zip
==============================================================================
Binary file - no diff available.

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

Added: release/poi/release/src/poi-src-5.2.3-20220909.zip.asc
==============================================================================
--- release/poi/release/src/poi-src-5.2.3-20220909.zip.asc (added)
+++ release/poi/release/src/poi-src-5.2.3-20220909.zip.asc Fri Sep 16 23:58:57 2022
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEa6TaixyIpJQoopw9DGnB70EYHhMFAmMbZGIACgkQDGnB70EY
+HhPknQf/TGQqpWUKFta17o4LT9+4AYNaaTsUTDdFNf9AkMLE0QDvif6bO7q1y2+u
+xTfvFJ4mGF6sEt8nwiLbFmOsmBasgxKPmpMw69zhCfjojBJUe/4SXlB9hcU4RymI
+cGk7epfXoUtJMIpFKHOStBNDuquDUCJSphMDxjOqTTTtTITi2Newm9GX6SXl5UWv
+Q5jC+iBg10SMGKEm94ZwByXzomZ0XZVmCEirEROXjnuO383bPmEQ0EuknslQejDG
+9GaPCNXLap+p1gS7+6fit2HX8nwF9YiB4GTtzCVeBqrYr6hWlooeI3IAdw8pnEcb
+jHQz04Moe/CCI+A6B3C4ttLrZiBnVA==
+=7xJi
+-----END PGP SIGNATURE-----

Added: release/poi/release/src/poi-src-5.2.3-20220909.zip.sha256
==============================================================================
--- release/poi/release/src/poi-src-5.2.3-20220909.zip.sha256 (added)
+++ release/poi/release/src/poi-src-5.2.3-20220909.zip.sha256 Fri Sep 16 23:58:57 2022
@@ -0,0 +1 @@
+0c0aee7e1af7d5896e3fdcdd333eef1d2472369470da31e882344975c88c4b4d  poi-src-5.2.3-20220909.zip

Added: release/poi/release/src/poi-src-5.2.3-20220909.zip.sha512
==============================================================================
--- release/poi/release/src/poi-src-5.2.3-20220909.zip.sha512 (added)
+++ release/poi/release/src/poi-src-5.2.3-20220909.zip.sha512 Fri Sep 16 23:58:57 2022
@@ -0,0 +1 @@
+e008a808e3421f87d4429d1689375639ca97cf2551fb780f8a294be4c1a58d2fa03e3d8edac23c15f2204318e1b3900c0b7f46e24c79b352b743be83fd1dd9fc  poi-src-5.2.3-20220909.zip



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