]> source.dussan.org Git - poi.git/commitdiff
updated status on the index page, also added a script to upload signatures for maven...
authorYegor Kozlov <yegor@apache.org>
Thu, 4 Dec 2008 07:29:58 +0000 (07:29 +0000)
committerYegor Kozlov <yegor@apache.org>
Thu, 4 Dec 2008 07:29:58 +0000 (07:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723232 13f79535-47bb-0310-9956-ffa450edef68

maven/mvn-sig.sh [new file with mode: 0755]
src/documentation/content/xdocs/index.xml

diff --git a/maven/mvn-sig.sh b/maven/mvn-sig.sh
new file mode 100755 (executable)
index 0000000..0b39141
--- /dev/null
@@ -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 
+
index 150af076ad0cb782df6158b723a437de9940200c..572c29a46353be34577d702a28121cfb557fdd1a 100644 (file)
   </header>
 
   <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
        file formats, such as XLSX and PPTX, which were introduced in
        Office 2007.</p>
       <p>Development for this is in a svn branch, but we are please to
        announce our first preview release containing this support.
        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
        <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">local mirror</link>.
        People interested should also follow the
        <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><title>POI 3.2-FINAL Released (2008-10-19)</title>
       <p>
           </tr>
           <tr>
             <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></td>
           </tr>
           <tr>
             <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></td>
           </tr>
           <tr>
             <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></td>
           </tr>
           <tr>
             <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>since 3.5-beta4</td>
           </tr>
           <tr>
             <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></td>
           </tr>
           <tr>
             <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></td>
           </tr>
           <tr>
             <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></td>
           </tr>
           <tr>
             <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></td>
           </tr>
           <tr>
             <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></td>
           </tr>