CB-8683 changed plugin-id to pacakge-name
diff --git a/package.json b/package.json
index 4d79c53..04c6510 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "version": "0.2.16-dev",
   "description": "Cordova Network Information Plugin",
   "cordova": {
-    "id": "org.apache.cordova.network-information",
+    "id": "cordova-plugin-network-information",
     "platforms": [
       "firefoxos",
       "android",
diff --git a/plugin.xml b/plugin.xml
index 870056e..10973e2 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.network-information"
+           id="cordova-plugin-network-information"
       version="0.2.16-dev">
 
     <name>Network Information</name>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index caa6e59..6bc745d 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.apache.cordova.network-information.tests"
+    id="cordova-plugin-network-information-tests"
     version="0.2.16-dev">
     <name>Cordova Network Information Plugin Tests</name>
     <license>Apache 2.0</license>