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/10 08:48:01 UTC

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

Author: zoe
Date: Thu Feb 10 07:48:01 2011
New Revision: 1069256

URL: http://svn.apache.org/viewvc?rev=1069256&view=rev
Log:
spelling

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=1069256&r1=1069255&r2=1069256&view=diff
==============================================================================
--- aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext (original)
+++ aries/site/trunk/content/development/ReleaseProcessRequirements.mdtext Thu Feb 10 07:48:01 2011
@@ -31,7 +31,7 @@ will need to get Util version 0.4 to go 
 
  1. Not using of OSGi semantic versioning of bundles. After every we release we bump the major versions of all bundles in trunk.
 
- Package versions are managed separately (correctly) and the Maven bundle plugin will ensure packges are imported in the correct range based of
+ Package versions are managed separately (correctly) and the Maven bundle plugin will ensure packages are imported in the correct range based of
  the projects dependencies. Implementers need to use "provide:=true" to get the correct range. Package export version should be maintained 
 either using package.info or in the pom.xml.
 
@@ -43,7 +43,7 @@ using semantic versioning of bundles. On
 
 ![rel](release_by_module.png)
 
-<p>In this case, we have a module version (independent of the version of its sub-modules) and a set of sub-modules which may each be indepndently versioned.</p>
+<p>In this case, we have a module version (independent of the version of its sub-modules) and a set of sub-modules which may each be independently versioned.</p>
 
 ### Advantages of release by module