You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by bu...@apache.org on 2011/03/15 10:43:05 UTC

svn commit: r786992 - /websites/staging/aries/trunk/content/development/versionpolicy.html

Author: buildbot
Date: Tue Mar 15 09:43:05 2011
New Revision: 786992

Log:
Staging update by buildbot

Modified:
    websites/staging/aries/trunk/content/development/versionpolicy.html

Modified: websites/staging/aries/trunk/content/development/versionpolicy.html
==============================================================================
--- websites/staging/aries/trunk/content/development/versionpolicy.html (original)
+++ websites/staging/aries/trunk/content/development/versionpolicy.html Tue Mar 15 09:43:05 2011
@@ -267,22 +267,30 @@ the section which specifies where packag
 semantic versioning when they make changes to a package. The version should relate to the most
 recent release of the package and not to the version found in trunk. For example:</p>
 <ul>
-<li>Scenario 1, making changes to a package with released version a.b.c</li>
-<li>Developer A fixes a bug in the package and increments it's version to a.b.c+1</li>
+<li>
+<p>Scenario 1, making changes to a package with released version a.b.c</p>
+</li>
+<li>
+<p>Developer A fixes a bug in the package and increments it's version to a.b.c+1</p>
+</li>
 <li>
 <p>Developer B fixes another bug in the package but leaves the version at a.b.c+1 </p>
 </li>
 <li>
 <p>Scenario 2, making changes to a package with released version a.b.c</p>
 </li>
-<li>Developer A adds a method to an interface in the package and increments it's version to a.b+1.0</li>
+<li>
+<p>Developer A adds a method to an interface in the package and increments it's version to a.b+1.0</p>
+</li>
 <li>
 <p>Developer B fixes a bug in the package, leaves its version at a.b+1.0</p>
 </li>
 <li>
 <p>Scenario 3, making changes to a package with released version a.b.c</p>
 </li>
-<li>Developer A fixes a bug in the package, and increments its version to a.b.c+1</li>
+<li>
+<p>Developer A fixes a bug in the package, and increments its version to a.b.c+1</p>
+</li>
 <li>Developer B deletes a method from an interface and increases the package version to a+1.0.0</li>
 </ul>
 <h3 id="importing_packages">Importing packages</h3>