You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2008/05/05 18:24:32 UTC

svn commit: r653526 - /incubator/uima/site/trunk/uima-website/docs/release.html

Author: schor
Date: Mon May  5 09:24:31 2008
New Revision: 653526

URL: http://svn.apache.org/viewvc?rev=653526&view=rev
Log:
no Jira - add to release docs on how to upload for mirroring

Modified:
    incubator/uima/site/trunk/uima-website/docs/release.html

Modified: incubator/uima/site/trunk/uima-website/docs/release.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/release.html?rev=653526&r1=653525&r2=653526&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/release.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/release.html Mon May  5 09:24:31 2008
@@ -361,9 +361,10 @@
       <tr><td>
         <blockquote>
                                     <ul>
-		<li>&lt;TODO&gt; Upload the release artifacts to the distribution server (via uploading to people.apache.org
+		<li>Upload the release artifacts to the distribution server (via uploading to people.apache.org
       in the directory: <code>/www/www.apache.org/dist/uima</code>, including the 
-			release artifacts and the Eclipse update site data.
+			release artifacts and the Eclipse update site data.  Be sure to include the gpg/md5/sha1 signatures.
+      Make sure the KEYS file in that uploaded directory is current.
       <ul>
         <li>The Eclipse update site on w.a.o/dist/uima will have previous versions of the jars for the
         features and plugins.  The generated site in 
@@ -374,7 +375,10 @@
       </ul>
     </li>
       
-		<li>&lt;TODO&gt; Update the documentation page with the new data on the UIMA website</li>
+		<li>Update the documentation page with the new data on the UIMA website.  The mirroring stuff is
+    embedded in the markup - just substitute within that markup the name of the new release
+    (assuming you followed the previous release's nameing conventions for the higher-level
+    directories).</li>
 		<li>Upload the release artifacts to the Maven Incubator repository. To start the upload the
 			following command must be executed from the uimaj project <br /><br />
 			<code>mvn -DsignArtifacts=true process-resources source:jar deploy</code><br /><br />