You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/28 23:11:29 UTC

[1/4] git commit: [CB-5010] Incremented plugin version on dev branch.

Updated Branches:
  refs/heads/master 3432ca86c -> c8a1c7b6b


[CB-5010] Incremented plugin version on dev branch.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/0ab0d6a7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/0ab0d6a7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/0ab0d6a7

Branch: refs/heads/master
Commit: 0ab0d6a70539e02f2fb88c4eba52036dceb9ad4b
Parents: 0ce3278
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 9 16:03:38 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 9 16:03:38 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/0ab0d6a7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 78449a7..22678e7 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.contacts"
-    version="0.2.4">
+    version="0.2.5-dev">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>


[3/4] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.2.5

Posted by st...@apache.org.
[CB-5188] Updated version and RELEASENOTES.md for release 0.2.5


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/eeb36003
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/eeb36003
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/eeb36003

Branch: refs/heads/master
Commit: eeb36003dc7346405873168b4fb4463dfadd6036
Parents: c11acd2
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:27:38 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:27:38 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-contacts/blob/eeb36003/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b1a2671..2c3b6f4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -38,3 +38,7 @@
 ### 0.2.4 (Oct 9, 2013)
 * [CB-4950] Remove the dependence on concrete component android.webkit.WebView.
 * [CB-4915] Incremented plugin version on dev branch.
+
+ ### 0.2.5 (Oct 28, 2013)
+* CB-5128: added repo + issue tags for contacts
+* [CB-5010] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/eeb36003/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8f8991b..8c0f5a6 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.contacts"
-    version="0.2.5-dev">
+    version="0.2.5">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>


[2/4] git commit: CB-5128: added repo + issue tags for contacts

Posted by st...@apache.org.
CB-5128: added repo + issue tags for contacts


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/c11acd2e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/c11acd2e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/c11acd2e

Branch: refs/heads/master
Commit: c11acd2eaebeaa1901a2a5d687c2933453730aa2
Parents: 0ab0d6a
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:23:15 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:23:15 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/c11acd2e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 22678e7..8f8991b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -10,6 +10,8 @@
     <description>Cordova Contacts Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,contacts</keywords>
+    <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git</repo>
+    <issue>https://issues.apache.org/jira/browse/CB/component/12320652</issue>
 
     <js-module src="www/contacts.js" name="contacts">
         <clobbers target="navigator.contacts" />


[4/4] git commit: Merge branch 'dev'

Posted by st...@apache.org.
Merge branch 'dev'


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/c8a1c7b6
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/c8a1c7b6
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/c8a1c7b6

Branch: refs/heads/master
Commit: c8a1c7b6b1cadaa421997ef757696f238c87a742
Parents: 3432ca8 eeb3600
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:11:13 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:11:13 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 4 +++-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------