You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/09 17:03:32 UTC

svn commit: r1068950 - /aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext

Author: zoe
Date: Wed Feb  9 16:03:32 2011
New Revision: 1068950

URL: http://svn.apache.org/viewvc?rev=1068950&view=rev
Log:
more inner lists

Modified:
    aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext

Modified: aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext?rev=1068950&r1=1068949&r2=1068950&view=diff
==============================================================================
--- aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext (original)
+++ aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext Wed Feb  9 16:03:32 2011
@@ -62,9 +62,7 @@ Other OSGi projects, for example Sling a
 ### Disadvantages of releasing by bundle
  1. It is more difficult for a consumer of Aries modules to understand which bundles form a logical grouping
  1. There are a lot of bundles to manage independently. This has implications:
-
-   1. Releasing - mvn release:prepare an so on,  needs to be run for each bundle separately. However, many bundles could be rolled up into one vote.
-   1. Each bundle has to have its own JIRA component
-   1. Our svn tree would need to be restructured - probably in a similar way to the Sling tree. Each bundle would have its own trunk & branches.
- 
+    * Releasing - mvn release:prepare an so on,  needs to be run for each bundle separately. However, many bundles could be rolled up into one vote.
+    * Each bundle has to have its own JIRA component
+    * Our svn tree would need to be restructured - probably in a similar way to the Sling tree. Each bundle would have its own trunk & branches.
 1. There are still some issues with branching and it is still possible to get into a situation similar to that described above.