Return-Path: Delivered-To: apmail-aries-commits-archive@www.apache.org Received: (qmail 41400 invoked from network); 15 Mar 2011 09:32:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Mar 2011 09:32:41 -0000 Received: (qmail 13729 invoked by uid 500); 15 Mar 2011 09:32:41 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 13639 invoked by uid 500); 15 Mar 2011 09:32:41 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 13631 invoked by uid 99); 15 Mar 2011 09:32:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 09:32:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2011 09:32:39 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 462E52388A5E; Tue, 15 Mar 2011 09:32:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r786989 - /websites/staging/aries/trunk/content/development/versionpolicy.html Date: Tue, 15 Mar 2011 09:32:16 -0000 To: commits@aries.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110315093216.462E52388A5E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Tue Mar 15 09:32:15 2011 New Revision: 786989 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:32:15 2011 @@ -270,8 +270,15 @@ recent release of the package and not to
  • Scenario 2, making changes to a package with released version a.b.c

  • -
  • Developer A fixes a bug in the package and increments it's version to a.b.c+1
  • -
  • Developer B makes an API breaking change and increases the package version to (a+1).0.0
  • +
  • Developer A adds a method to an interface in the package and increments it's version to a.b+1.0
  • +
  • +

    Developer B fixes a bug in the package, leaves its version at a.b+1.0

    +
  • +
  • +

    Scenario 3, making changes to a package with released version a.b.c

    +
  • +
  • Developer A fixes a bug in the package, and increments its version to a.b.c+1
  • +
  • Developer B deletes a method from an interface and increases the package version to a+1.0.0
  • Importing packages

    The bnd default version range policy for imports is the consumer policy (==, +), you may need to