Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E6CEF528 for ; Mon, 8 Apr 2013 14:11:41 +0000 (UTC) Received: (qmail 97706 invoked by uid 500); 8 Apr 2013 14:11:41 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 97655 invoked by uid 500); 8 Apr 2013 14:11:41 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 97646 invoked by uid 99); 8 Apr 2013 14:11:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 14:11:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hzbarcea@gmail.com designates 209.85.128.53 as permitted sender) Received: from [209.85.128.53] (HELO mail-qe0-f53.google.com) (209.85.128.53) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 14:11:33 +0000 Received: by mail-qe0-f53.google.com with SMTP id q19so3117159qeb.12 for ; Mon, 08 Apr 2013 07:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=I1oI+wM6pAkjNAOwWsgZjG5i1y+NRbj221kHFOvxa5Y=; b=m47aHGUprw2xKiKVmZJANCIV087ENjb7RA0Z4Tkqtj2jZrF+HFA4TvQBkYOiHrOEs6 YWq/9i8IJIrRCizYclQDov3jLbLcdZi6Ar0d/otFfIehq8JYEkN5dyKce9Ne9wm/XsNC A2fwPXOtLz56qRevxH71m9EFEr7UwFhJFDnutsq7BpcJUJBxrQFuGXziRyhvHb7xgQHq OMtAU2uCLAYVsJWzMZAtBWwgyNuJhLSV0FLL3IBRJpIB6f+1ORqWDMFxYEkjr0e7ssSa cpmfEmwEhI8/eV3W6OvN9ubJObj0aqjX3M/sEPncLm1mZ/QKvIoqMabc9sYdbrBOJ0ng wqpQ== X-Received: by 10.224.10.144 with SMTP id p16mr7005942qap.47.1365430272799; Mon, 08 Apr 2013 07:11:12 -0700 (PDT) Received: from [10.40.58.202] (cpe-107-015-170-016.nc.res.rr.com. [107.15.170.16]) by mx.google.com with ESMTPS id ed8sm15248390qeb.7.2013.04.08.07.11.11 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Apr 2013 07:11:11 -0700 (PDT) Message-ID: <5162CFFE.9060801@gmail.com> Date: Mon, 08 Apr 2013 10:11:10 -0400 From: Hadrian Zbarcea User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: dev@camel.apache.org Subject: Re: [VOTE] Release Apache Camel 2.11.0 References: <1365409468027-5730482.post@n5.nabble.com> In-Reply-To: <1365409468027-5730482.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > - No idea how/why Maven generated this folder: > https://svn.apache.org/repos/asf/camel/tags/camel-2.11.0/trunk/ > My guess would be that Christian had some trouble with release:prepare and redid it without removing the tag. Happened to me before and I had to redo the release. Hadrian