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:06:02 UTC

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

Author: zoe
Date: Wed Feb  9 16:06:02 2011
New Revision: 1068953

URL: http://svn.apache.org/viewvc?rev=1068953&view=rev
Log:
typo

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=1068953&r1=1068952&r2=1068953&view=diff
==============================================================================
--- aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext (original)
+++ aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext Wed Feb  9 16:06:02 2011
@@ -62,7 +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:<br/>
-    - 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.
+    - Releasing - mvn release:prepare, and 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.