Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 25222 invoked from network); 21 Jun 2006 04:20:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 04:20:38 -0000 Received: (qmail 42996 invoked by uid 500); 21 Jun 2006 04:20:38 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 42977 invoked by uid 500); 21 Jun 2006 04:20:38 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 42968 invoked by uid 99); 21 Jun 2006 04:20:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 21:20:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jasnell@gmail.com designates 66.249.82.194 as permitted sender) Received: from [66.249.82.194] (HELO wx-out-0102.google.com) (66.249.82.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 21:20:36 -0700 Received: by wx-out-0102.google.com with SMTP id t13so52628wxc for ; Tue, 20 Jun 2006 21:20:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=htpqTsyKzVwCeqVvGPd+tyi0LKo/Q1oZN6Iv+bJ/EIMgeAIrQl7FPS5jbTA8SM7WaUx9RxjV5V176dKh/5L86aQcgLK+qHon2bQVVa01qqvncgFEV2gLi0XjXfqXnK+7IcsBXhp/NsNQ3pWvqdwGgMGOQ2yp8nyeZe/nYr/Aj1I= Received: by 10.70.35.1 with SMTP id i1mr306319wxi; Tue, 20 Jun 2006 21:20:16 -0700 (PDT) Received: from ?192.168.1.104? ( [67.181.218.96]) by mx.gmail.com with ESMTP id i40sm240046wxd.2006.06.20.21.20.15; Tue, 20 Jun 2006 21:20:15 -0700 (PDT) Message-ID: <4498C8FD.90506@gmail.com> Date: Tue, 20 Jun 2006 21:20:13 -0700 From: James M Snell User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: [PATCH] Change Version Number References: <7edfeeef0606201944x551699b9mdadaef3e8622ad54@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Committed Stephen Duncan wrote: > Added the other two files for now. If universal versioning is decided > upon, suggest that it go into another patch. > > [[[ > Updated version number from 0.1-SNAPSHOT to 0.1.0-incubating-SNAPSHOT. > > * pom.xml: Updated version number. > * core/pom.xml: Updated version number, version number of parent, and > dependencies. > * parser/pom.xml: Ditto. > * security/pom.xml: Ditto. > * server/pom.xml: Ditto. > * examples/pom.xml: Ditto. > * build/build.xml: Updated version number. > * core/src/main/java/org/apache/abdera/util/Version.java: Ditto. > ]]] >