Return-Path: X-Original-To: apmail-incubator-ctakes-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ctakes-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5ABAAD782 for ; Wed, 31 Oct 2012 14:08:30 +0000 (UTC) Received: (qmail 40818 invoked by uid 500); 31 Oct 2012 14:08:30 -0000 Delivered-To: apmail-incubator-ctakes-dev-archive@incubator.apache.org Received: (qmail 40796 invoked by uid 500); 31 Oct 2012 14:08:30 -0000 Mailing-List: contact ctakes-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ctakes-dev@incubator.apache.org Delivered-To: mailing list ctakes-dev@incubator.apache.org Received: (qmail 40783 invoked by uid 99); 31 Oct 2012 14:08:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2012 14:08:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Pei.Chen@childrens.harvard.edu designates 134.174.20.73 as permitted sender) Received: from [134.174.20.73] (HELO mailsmtp3.childrenshospital.org) (134.174.20.73) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2012 14:08:22 +0000 Received: from pps.filterd (mailsmtp3 [127.0.0.1]) by mailsmtp3.childrenshospital.org (8.14.5/8.14.5) with SMTP id q9VE2tQ3006108 for ; Wed, 31 Oct 2012 10:08:00 -0400 Received: from smtpndc1.chboston.org (smtpndc1.chboston.org [10.20.50.104]) by mailsmtp3.childrenshospital.org with ESMTP id 18ap2a2b1c-1 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 31 Oct 2012 10:08:00 -0400 Received: from pps.filterd (smtpndc1 [127.0.0.1]) by smtpndc1.chboston.org (8.14.5/8.14.5) with SMTP id q9VE6Y1s001574 for ; Wed, 31 Oct 2012 10:07:59 -0400 Received: from chexhubcasbdc1.chboston.org (chexhubcasbdc1.chboston.org [10.20.18.71]) by smtpndc1.chboston.org with ESMTP id 17ay3h7p03-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 31 Oct 2012 10:07:59 -0400 Received: from CHEXMBX1A.CHBOSTON.ORG ([fe80::3c05:8ca9:55a6:f320]) by CHEXHUBCASBDC1.CHBOSTON.ORG ([fe80::192f:54df:3040:8bb0%15]) with mapi id 14.02.0309.002; Wed, 31 Oct 2012 10:07:59 -0400 From: "Chen, Pei" To: "ctakes-dev@incubator.apache.org" Subject: RE: cTAKES parent module does not have SNAPSHOT version? Thread-Topic: cTAKES parent module does not have SNAPSHOT version? Thread-Index: Ac23T94lyYun6++ySeOigMh1TQa00AAIM6xg Date: Wed, 31 Oct 2012 14:07:58 +0000 Message-ID: <924DE05C19409B438EB81DE683A942D921FA91@CHEXMBX1A.CHBOSTON.ORG> References: <54EF175C-B299-44D9-B0C3-830D41FB4CBC@colorado.edu> In-Reply-To: <54EF175C-B299-44D9-B0C3-830D41FB4CBC@colorado.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.7.2.184] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.431,0.0.0000 definitions=2012-10-31_03:2012-10-31,2012-10-31,1970-01-01 signatures=0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.431,0.0.0000 definitions=2012-10-31_03:2012-10-31,2012-10-31,1970-01-01 signatures=0 X-Virus-Checked: Checked by ClamAV on apache.org No. All of the pom's in trunk should be suffixed with *SNAPSHOT. The process that prepares the next iteration of dev was killed in the middl= e. [*Learned the hard way: Try to avoid building and signing on ASF hardwa= re for security reasons :).] This will be fixed shortly. > -----Original Message----- > From: Steven Bethard [mailto:steven.bethard@Colorado.EDU] > Sent: Wednesday, October 31, 2012 6:11 AM > To: ctakes-dev@incubator.apache.org > Subject: cTAKES parent module does not have SNAPSHOT version? >=20 > The cTAKES parent module currently has: >=20 > 3.1.0-incubating >=20 > Is that intentional? Shouldn't the one in trunk be: >=20 > 3.1.0-incubating-SNAPSHOT >=20 > ? >=20 > Steve