Author: psharples
Date: Wed Apr 25 15:15:41 2012
New Revision: 1330333

URL: http://svn.apache.org/viewvc?rev=1330333&view=rev
Log:
updates to formatting

Modified:
    
incubator/wookie/site/trunk/content/wookie/docs/developer/release-process.mdtext

Modified: 
incubator/wookie/site/trunk/content/wookie/docs/developer/release-process.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/developer/release-process.mdtext?rev=1330333&r1=1330332&r2=1330333&view=diff
==============================================================================
--- 
incubator/wookie/site/trunk/content/wookie/docs/developer/release-process.mdtext
 (original)
+++ 
incubator/wookie/site/trunk/content/wookie/docs/developer/release-process.mdtext
 Wed Apr 25 15:15:41 2012
@@ -29,34 +29,34 @@ Make sure the [Release Setup](release-co
 You should familiarize yourself with the ant scripts in the project as they 
are used to create the artifacts. We will go over the specific tasks for 
generating them 
 in more detail later.
 
-   Note the following 3 artifacts that are to be generated. Eventually these 
should be made available to download from 
[http://www.apache.org/dist/incubator/wookie/](http://www.apache.org/dist/incubator/wookie/)
+Note the following 3 artifacts that are to be generated. Eventually these 
should be made available to download from 
[http://www.apache.org/dist/incubator/wookie/](http://www.apache.org/dist/incubator/wookie/)
 
-       1. A source release (apache-wookie-VERSION-src.zip) (and also a tar.gz 
version)
-               - this is for users who wish to download the code and build it 
themselves
-       2. A standalone release (apache-wookie-VERSION-standalone.zip) (and 
also a tar.gz version)
-               - this is aimed at first time/casual users and incorparates a 
preconfigured Jetty and Derby DB to work out of the box
-       3. A WAR release (apache-wookie-VERSION-war.zip) (and also a tar.gz 
version)
-               - this is aimed towards users who have an existing server setup 
(their own tomcat/mysql system for example) 
-                 and want to deploy it alongside their own existing web 
applications.  The bundled documentation is geared towards 
-                 configuring it for tomcat/mysql but it also includes scripts 
for other databases.
-       
-       Additionally there are 3 Nexus artifacts to generate. Eventually these 
should be made available from the Nexus Repository.
-       
-       4. A Nexus artifact of the wookie connector subproject 
(wookie-java-connector-VERSION.jar)
-               - this is for users who want to incorporate the connector part 
of wookie only as a jar via maven
-       5. A Nexus artifact of the wookie parser subproject 
(wookie-parser-VERSION.jar)
-               - this is for users who want to incorporate the w3c widget 
parser part of wookie only as a jar via maven
-       6. A Nexus artifact of the wookie WAR (wookie-VERSION.war)
-               - this is for users who want to include a self contained 
version of the wookie.war in their own projects via maven.
-               (the difference between this and #3 is that this one is 
configured & bundled with Derby DB.)
+  1. A source release (apache-wookie-VERSION-src.zip) (and also a tar.gz 
version)
+    - this is for users who wish to download the code and build it themselves
+  1. A standalone release (apache-wookie-VERSION-standalone.zip) (and also a 
tar.gz version)
+    - this is aimed at first time/casual users and incorparates a 
preconfigured Jetty and Derby DB to work out of the box
+  1. A WAR release (apache-wookie-VERSION-war.zip) (and also a tar.gz version)
+    - this is aimed towards users who have an existing server setup (their own 
tomcat/mysql system for example) 
+    and want to deploy it alongside their own existing web applications.  The 
bundled documentation is geared towards 
+    configuring it for tomcat/mysql but it also includes scripts for other 
databases.
+       
+Additionally there are 3 Nexus artifacts to generate. Eventually these should 
be made available from the Nexus Repository.
+       
+  1. A Nexus artifact of the wookie connector subproject 
(wookie-java-connector-VERSION.jar)
+    - this is for users who want to incorporate the connector part of wookie 
only as a jar via maven
+  1. A Nexus artifact of the wookie parser subproject 
(wookie-parser-VERSION.jar)
+    - this is for users who want to incorporate the w3c widget parser part of 
wookie only as a jar via maven
+  1. A Nexus artifact of the wookie WAR (wookie-VERSION.war)
+    - this is for users who want to include a self contained version of the 
wookie.war in their own projects via maven.
+    (the difference between this and #3 is that this one is configured & 
bundled with Derby DB.)
 
 ## Steps to making a release   
        
 ### 1. Resolve Outstanding JIRA issues marked against this planned release
                1. Analyse open issues
-               2. Issues should be FIXED and verified to ensure they are truly 
fixed and thus marked as verified
-               3. Alternatively, in some cases open issues can be moved to the 
next planned release
-               4. No open issues should remain against this intended release 
before continuing
+               1. Issues should be FIXED and verified to ensure they are truly 
fixed and thus marked as verified
+               1. Alternatively, in some cases open issues can be moved to the 
next planned release
+               1. No open issues should remain against this intended release 
before continuing
                        - The only exception to this is if an issue directly 
addresses the build process, such as "create build for release" type issue.
                        
 ### 2. Communicate with committers regarding new release


Reply via email to