Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-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 B4B0A18974 for ; Thu, 19 Nov 2015 06:21:12 +0000 (UTC) Received: (qmail 73360 invoked by uid 500); 19 Nov 2015 06:21:07 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 73324 invoked by uid 500); 19 Nov 2015 06:21:07 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 73307 invoked by uid 99); 19 Nov 2015 06:21:07 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2015 06:21:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id AD7B2180A4D for ; Thu, 19 Nov 2015 06:21:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.149 X-Spam-Level: *** X-Spam-Status: No, score=3.149 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id nVvzxFfmHVSV for ; Thu, 19 Nov 2015 06:21:00 +0000 (UTC) Received: from mail-vk0-f47.google.com (mail-vk0-f47.google.com [209.85.213.47]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 0F24521195 for ; Thu, 19 Nov 2015 06:21:00 +0000 (UTC) Received: by vkgy188 with SMTP id y188so10696670vkg.3 for ; Wed, 18 Nov 2015 22:20:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=fk0P97tRW2gCq4daQNN+pqrBD1E7hYsMHjQYReyB8fg=; b=rKJ+XRSseQqGG89KCV/pcfC2q8m7gaoQvP/sJpqgwEexNmqIrMTAb4LfVK0ewYy0ja xdpIKTG3LwAW0om5a1m5Sph5uZhiRB9xE5hK6YT9IOT0XdoSe4a8ZmUI8ojFlBdigoSo YgOx3lvW6iaddKKZW2yzyK5f+DArEfNSgUE2VyNOnhfdtmamMiC/az7hM/y90gFHgDLJ rOI6OK5+B7XnEBVw2MJiRS0GHTT4PBXgmE42qltPTps9Iyni5FbZDdHvzHYfaRt/x1N1 sF0vKJJetEMoyh7dcIVN89bStS99OujtvBk/dQB9B7I9gKM6R6cV6yRZAb6zLw89eiD/ DwfA== X-Received: by 10.31.50.135 with SMTP id y129mr3039408vky.76.1447914052983; Wed, 18 Nov 2015 22:20:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.80.2 with HTTP; Wed, 18 Nov 2015 22:20:33 -0800 (PST) From: Steven Gill Date: Wed, 18 Nov 2015 22:20:33 -0800 Message-ID: Subject: Removal of r prefix on plugin tags To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a11438e84cb20520524dec27d --001a11438e84cb20520524dec27d Content-Type: text/plain; charset=UTF-8 Hey everyone I made new tags for all of our plugins on github replacing the prefixed r. Example, cordova-plugin-camera had a tag r0.3.0. I know replaced that with an identical tag 0.3.0. I initially removed the r prefixed tags but have been contacted by people using cocoapods [1] about them breaking. I added them back for now. I'm planning on contacting the maintainers of the pods and seeing if they can update their spec to use the non r prefixed version. Would removing the r prefixed tags impact anyone else? [1] https://cocoapods.org/pods/CordovaPlugin-console --001a11438e84cb20520524dec27d--