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/25 17:35:18 UTC

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

Updated Branches:
  refs/heads/dev 3d39d564f -> 2462d7e0b


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


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

Branch: refs/heads/dev
Commit: 2462d7e0be03a0c0314a76bd2ac45172662c9798
Parents: 3d39d56
Author: Anis Kadri <an...@apache.org>
Authored: Sat Sep 21 12:10:37 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Sat Sep 21 12:10:37 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/2462d7e0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0a06d56..4b3aa32 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.console"
-      version="0.2.1-dev">
+           id="org.apache.cordova.console"
+      version="0.2.1">
 
     <name>Console</name>
     <description>Cordova Console Plugin</description>