updated status on the index page, also added a script to upload signatures for maven artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b91e7e7cbb
commit
1341f419ae
30
maven/mvn-sig.sh
Executable file
30
maven/mvn-sig.sh
Executable file
@ -0,0 +1,30 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
# copy signatures
|
||||||
|
|
||||||
|
REPO=/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/poi
|
||||||
|
version=@VERSION@
|
||||||
|
|
||||||
|
artifactId=poi
|
||||||
|
cp $artifactId-@VERSION@-@DSTAMP@.jar.asc $REPO/$artifactId/$version/$artifactId-$version.jar.asc
|
||||||
|
cp $artifactId-@VERSION@-@DSTAMP@.pom.asc $REPO/$artifactId/$version/$artifactId-$version.pom.asc
|
||||||
|
gpg --verify $REPO/$artifactId/$version/$artifactId-$version.jar.asc $REPO/$artifactId/$version/$artifactId-$version.jar
|
||||||
|
gpg --verify $REPO/$artifactId/$version/$artifactId-$version.pom.asc $REPO/$artifactId/$version/$artifactId-$version.pom
|
||||||
|
|
||||||
|
artifactId=poi-contrib
|
||||||
|
cp $artifactId-@VERSION@-@DSTAMP@.jar.asc $REPO/$artifactId/$version/$artifactId-$version.jar.asc
|
||||||
|
cp $artifactId-@VERSION@-@DSTAMP@.pom.asc $REPO/$artifactId/$version/$artifactId-$version.pom.asc
|
||||||
|
gpg --verify $REPO/$artifactId/$version/$artifactId-$version.jar.asc $REPO/$artifactId/$version/$artifactId-$version.jar
|
||||||
|
gpg --verify $REPO/$artifactId/$version/$artifactId-$version.pom.asc $REPO/$artifactId/$version/$artifactId-$version.pom
|
||||||
|
|
||||||
|
artifactId=poi-scratchpad
|
||||||
|
cp $artifactId-@VERSION@-@DSTAMP@.jar.asc $REPO/$artifactId/$version/$artifactId-$version.jar.asc
|
||||||
|
cp $artifactId-@VERSION@-@DSTAMP@.pom.asc $REPO/$artifactId/$version/$artifactId-$version.pom.asc
|
||||||
|
gpg --verify $REPO/$artifactId/$version/$artifactId-$version.jar.asc $REPO/$artifactId/$version/$artifactId-$version.jar
|
||||||
|
gpg --verify $REPO/$artifactId/$version/$artifactId-$version.pom.asc $REPO/$artifactId/$version/$artifactId-$version.pom
|
||||||
|
|
||||||
|
artifactId=poi-ooxml
|
||||||
|
cp $artifactId-@VERSION@-@DSTAMP@.jar.asc $REPO/$artifactId/$version/$artifactId-$version.jar.asc
|
||||||
|
cp $artifactId-@VERSION@-@DSTAMP@.pom.asc $REPO/$artifactId/$version/$artifactId-$version.pom.asc
|
||||||
|
gpg --verify $REPO/$artifactId/$version/$artifactId-$version.jar.asc $REPO/$artifactId/$version/$artifactId-$version.jar
|
||||||
|
gpg --verify $REPO/$artifactId/$version/$artifactId-$version.pom.asc $REPO/$artifactId/$version/$artifactId-$version.pom
|
||||||
|
|
@ -31,18 +31,22 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<section><title>POI 3.5 beta 3, and Office Open XML Support (2008-07-18)</title>
|
<section><title>POI 3.5 beta 4, and Office Open XML Support (2008-12-01)</title>
|
||||||
<p>We are currently working to support the new Office Open XML
|
<p>We are currently working to support the new Office Open XML
|
||||||
file formats, such as XLSX and PPTX, which were introduced in
|
file formats, such as XLSX and PPTX, which were introduced in
|
||||||
Office 2007.</p>
|
Office 2007.</p>
|
||||||
<p>Development for this is in a svn branch, but we are please to
|
<p>Development for this is in a svn branch, but we are please to
|
||||||
announce our first preview release containing this support.
|
announce our first preview release containing this support.
|
||||||
Users interested in the OOXML support should download the
|
Users interested in the OOXML support should download the
|
||||||
<link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">POI 3.5 beta 3</link>
|
<link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">POI 3.5 beta 4</link>
|
||||||
the source and binaries from their
|
the source and binaries from their
|
||||||
<link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">local mirror</link>.
|
<link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">local mirror</link>.
|
||||||
People interested should also follow the
|
People interested should also follow the
|
||||||
<link href="mailinglists.html">dev list</link> to track progress.</p>
|
<link href="mailinglists.html">dev list</link> to track progress.</p>
|
||||||
|
<p>
|
||||||
|
The release is also available from the central Maven repository
|
||||||
|
under Group ID "org.apache.poi" and Version "3.5-beta4".
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
<section><title>POI 3.2-FINAL Released (2008-10-19)</title>
|
<section><title>POI 3.2-FINAL Released (2008-10-19)</title>
|
||||||
<p>
|
<p>
|
||||||
@ -179,55 +183,55 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./poifs/index.html">POIFS</link></td>
|
<td><link href="./poifs/index.html">POIFS</link></td>
|
||||||
<td>poi-version-yyymmdd.jar</td>
|
<td>poi-version-yyyymmdd.jar</td>
|
||||||
<td>poi</td>
|
<td>poi</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./hpsf/index.html">HPSF</link></td>
|
<td><link href="./hpsf/index.html">HPSF</link></td>
|
||||||
<td>poi-version-yyymmdd.jar</td>
|
<td>poi-version-yyyymmdd.jar</td>
|
||||||
<td>poi</td>
|
<td>poi</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./spreadsheet/index.html">HSSF</link></td>
|
<td><link href="./spreadsheet/index.html">HSSF</link></td>
|
||||||
<td>poi-version-yyymmdd.jar</td>
|
<td>poi-version-yyyymmdd.jar</td>
|
||||||
<td>poi</td>
|
<td>poi</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./spreadsheet/index.html">XSSF</link></td>
|
<td><link href="./spreadsheet/index.html">XSSF</link></td>
|
||||||
<td>poi-ooxml-version-yyymmdd.jar</td>
|
<td>poi-ooxml-version-yyyymmdd.jar</td>
|
||||||
<td>poi-ooxml</td>
|
<td>poi-ooxml</td>
|
||||||
<td>since 3.5-beta4</td>
|
<td>since 3.5-beta4</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./slideshow/index.html">HLSF</link></td>
|
<td><link href="./slideshow/index.html">HLSF</link></td>
|
||||||
<td>poi-scratchpad-version-yyymmdd.jar</td>
|
<td>poi-scratchpad-version-yyyymmdd.jar</td>
|
||||||
<td>poi-scratchpad</td>
|
<td>poi-scratchpad</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./hwpf/index.html">HWPF</link></td>
|
<td><link href="./hwpf/index.html">HWPF</link></td>
|
||||||
<td>poi-scratchpad-version-yyymmdd.jar</td>
|
<td>poi-scratchpad-version-yyyymmdd.jar</td>
|
||||||
<td>poi-scratchpad</td>
|
<td>poi-scratchpad</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./hdgf/index.html">HDGF</link></td>
|
<td><link href="./hdgf/index.html">HDGF</link></td>
|
||||||
<td>poi-scratchpad-version-yyymmdd.jar</td>
|
<td>poi-scratchpad-version-yyyymmdd.jar</td>
|
||||||
<td>poi-scratchpad</td>
|
<td>poi-scratchpad</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./hpbf/index.html">HPBF</link></td>
|
<td><link href="./hpbf/index.html">HPBF</link></td>
|
||||||
<td>poi-scratchpad-version-yyymmdd.jar</td>
|
<td>poi-scratchpad-version-yyyymmdd.jar</td>
|
||||||
<td>poi-scratchpad</td>
|
<td>poi-scratchpad</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><link href="./hsmf/index.html">HSMF</link></td>
|
<td><link href="./hsmf/index.html">HSMF</link></td>
|
||||||
<td>poi-scratchpad-version-yyymmdd.jar</td>
|
<td>poi-scratchpad-version-yyyymmdd.jar</td>
|
||||||
<td>poi-scratchpad</td>
|
<td>poi-scratchpad</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user