You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/21 12:20:18 UTC

git commit: CB-4889 renaming org.apache.cordova.core.dialogs to org.apache.cordova.dialogs

Updated Branches:
  refs/heads/3.1.0 [created] 2ee32ab0b


CB-4889 renaming org.apache.cordova.core.dialogs to org.apache.cordova.dialogs


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

Branch: refs/heads/3.1.0
Commit: 2ee32ab0b9e2e7fbb3a9a042e885ec8a91b5f470
Parents: 814e60e
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:20:10 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:20:10 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/2ee32ab0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7cfabbf..51bb511 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-           id="org.apache.cordova.core.dialogs"
-      version="0.2.1-dev">
+           id="org.apache.cordova.dialogs"
+      version="0.2.1">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>