Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83D84108BC for ; Mon, 28 Oct 2013 22:12:36 +0000 (UTC) Received: (qmail 89099 invoked by uid 500); 28 Oct 2013 22:12:36 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 89057 invoked by uid 500); 28 Oct 2013 22:12:36 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 88984 invoked by uid 99); 28 Oct 2013 22:12:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 22:12:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D58BD886F50; Mon, 28 Oct 2013 22:12:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Mon, 28 Oct 2013 22:12:37 -0000 Message-Id: In-Reply-To: <0bffddbf75aa4854b20d40fa3a08a28f@git.apache.org> References: <0bffddbf75aa4854b20d40fa3a08a28f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.3.3 [CB-5188] Updated version and RELEASENOTES.md for release 0.3.3 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/2e823f90 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/2e823f90 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/2e823f90 Branch: refs/heads/dev Commit: 2e823f9004e84309c09bb26e6162647ec779dbec Parents: 98b7283 Author: Steven Gill Authored: Mon Oct 28 11:56:52 2013 -0700 Committer: Steven Gill Committed: Mon Oct 28 11:56:52 2013 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ plugin.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/2e823f90/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a239455..f1ca2c6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -27,3 +27,7 @@ * CB-4889 bumping&resetting version * [BlackBerry10] removed uneeded permission tags in plugin.xml * CB-4889 renaming org.apache.cordova.core.geolocation to org.apache.cordova.geolocation + + ### 0.3.3 (Oct 28, 2013) +* CB-5128: add repo + issue tag to plugin.xml for geolocation plugin +* [CB-4915] Incremented plugin version on dev branch. http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/2e823f90/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9a72f77..fa074bd 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="org.apache.cordova.geolocation" - version="0.3.3-dev"> + version="0.3.3"> Geolocation Cordova Geolocation Plugin