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

svn commit: r654413 - in /incubator/uima/site/trunk/uima-website: docs/release.html xdocs/release.xml

Author: mbaessler
Date: Wed May  7 22:05:37 2008
New Revision: 654413

URL: http://svn.apache.org/viewvc?rev=654413&view=rev
Log:
UIMA-1023

minor updates to "Doing a UIMA Release" - update links

https://issues.apache.org/jira/browse/UIMA-1023

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

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=654413&r1=654412&r2=654413&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/release.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/release.html Wed May  7 22:05:37 2008
@@ -164,11 +164,12 @@
 		<li><a href="#Release Discussions - Release Plan">Release Discussions - Release Plan</a></li>
 		<li><a href="#Preparing The Sourcecode For The Release">Preparing The Sourcecode For The Release</a></li>
 		<li><a href="#Building The Release Candidate">Building The Release Candidate</a></li>
+		<li><a href="#Tagging Releases">Tagging Releases</a></li>
 		<li><a href="#Auditing The Release And Create A RAT report">Auditing The Release And Create A RAT report</a></li>
 		<li><a href="#Doing The Release Vote">Doing The Release Vote</a></li>
     <li><a href="#Ask Incubator PMC To Release">Ask Incubator PMC To Release</a></li>
-    <li><a href="#Publish the Release">Publish the Release</a></li>
-    <li><a href="#Announce the Release">Announce the Release</a></li>     
+    <li><a href="#Publish The Release">Publish The Release</a></li>
+    <li><a href="#Announce The Release">Announce The Release</a></li>     
       </ul>
 </p>
                                                 <br />
@@ -288,6 +289,29 @@
  
       <tr><td bgcolor="#9289A2">
         <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="Tagging Releases"><strong>Tagging Releases</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>
+      The UIMA base framework is tagged by using the svn "copy" command to copy the HEAD revision of
+      ..uima/uimaj/trunk to ..uima/uimaj/tags/uimaj-[version-number such as 2.2.2]/[release candidate]
+    </p>
+                                                <p>
+      Sub-projects, such as uima-as, are done in a similar manner, but with additional copies as needed
+      if these sub-projects also depend on base UIMA source files.  
+      The uima-as sub-project can be tagged by running the tag script in the uima-as-distr/src/main/build directory. 
+    </p>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                                                      <table border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
+      <tr><td bgcolor="#9289A2">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
           <a name="Auditing The Release And Create A RAT report"><strong>Auditing The Release And Create A RAT report</strong></a>
         </font>
       </td></tr>
@@ -439,29 +463,6 @@
       </td></tr>
       <tr><td><br/></td></tr>
     </table>
-                                                      <table border="0" cellspacing="0" cellpadding="2" width="100%">
-  
- 
-      <tr><td bgcolor="#9289A2">
-        <font color="#ffffff" face="arial,helvetica,sanserif">
-          <a name="Tagging Releases"><strong>Tagging Releases</strong></a>
-        </font>
-      </td></tr>
-      <tr><td>
-        <blockquote>
-                                    <p>
-      The base UIMA is tagged by using the svn "copy" command to copy the HEAD revision of
-      ..uima/uimaj/trunk to ..uima/uimaj/tags/uimaj-[version-number such as 2.2.2]/[release candidate]
-    </p>
-                                                <p>
-      Sub-projects, such as uima-as, are done in a similar manner, but with additional copies as needed
-      if these sub-projects also depend on base UIMA source files.  
-      The uima-as sub-project can be tagged by running the tag script in the uima-as-distr/src/main/build directory. 
-    </p>
-                            </blockquote>
-      </td></tr>
-      <tr><td><br/></td></tr>
-    </table>
                             </blockquote>
         </p>
       </td></tr>

Modified: incubator/uima/site/trunk/uima-website/xdocs/release.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/release.xml?rev=654413&r1=654412&r2=654413&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/release.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/release.xml Wed May  7 22:05:37 2008
@@ -33,11 +33,12 @@
 		<li><a href="#Release Discussions - Release Plan">Release Discussions - Release Plan</a></li>
 		<li><a href="#Preparing The Sourcecode For The Release">Preparing The Sourcecode For The Release</a></li>
 		<li><a href="#Building The Release Candidate">Building The Release Candidate</a></li>
+		<li><a href="#Tagging Releases">Tagging Releases</a></li>
 		<li><a href="#Auditing The Release And Create A RAT report">Auditing The Release And Create A RAT report</a></li>
 		<li><a href="#Doing The Release Vote">Doing The Release Vote</a></li>
     <li><a href="#Ask Incubator PMC To Release">Ask Incubator PMC To Release</a></li>
-    <li><a href="#Publish the Release">Publish the Release</a></li>
-    <li><a href="#Announce the Release">Announce the Release</a></li>     
+    <li><a href="#Publish The Release">Publish The Release</a></li>
+    <li><a href="#Announce The Release">Announce The Release</a></li>     
       </ul>
 </p>
 
@@ -121,6 +122,19 @@
 		</p>
 	</subsection>
 	
+	<subsection name='Tagging Releases'>
+    <p>
+      The UIMA base framework is tagged by using the svn "copy" command to copy the HEAD revision of
+      ..uima/uimaj/trunk to ..uima/uimaj/tags/uimaj-[version-number such as 2.2.2]/[release candidate]
+    </p>
+    <p>
+      Sub-projects, such as uima-as, are done in a similar manner, but with additional copies as needed
+      if these sub-projects also depend on base UIMA source files.  
+      The uima-as sub-project can be tagged by running the tag script in the uima-as-distr/src/main/build directory. 
+    </p>
+    
+  </subsection>
+	
 	<subsection name='Auditing The Release And Create A RAT report'>
 		<p>
 		  To audit the release the <a href="http://code.google.com/p/arat/">RAT</a> (Release Audit Tool)
@@ -224,18 +238,6 @@
     <p>Our main uima website has a "News" section that should be updated with news of the release.</p>
 	</subsection>
 
-  <subsection name='Tagging Releases'>
-    <p>
-      The base UIMA is tagged by using the svn "copy" command to copy the HEAD revision of
-      ..uima/uimaj/trunk to ..uima/uimaj/tags/uimaj-[version-number such as 2.2.2]/[release candidate]
-    </p>
-    <p>
-      Sub-projects, such as uima-as, are done in a similar manner, but with additional copies as needed
-      if these sub-projects also depend on base UIMA source files.  
-      The uima-as sub-project can be tagged by running the tag script in the uima-as-distr/src/main/build directory. 
-    </p>
-    
-  </subsection>
 </section>
 
 </body>