more version fixes

Change-Id: If0150bc44b67bc2f3729c794aab8cf6f72075179
diff --git a/apps/packet-throttle/pom.xml b/apps/packet-throttle/pom.xml
index 4c8d20e..4d69d3e 100644
--- a/apps/packet-throttle/pom.xml
+++ b/apps/packet-throttle/pom.xml
@@ -27,22 +27,10 @@
     <groupId>org.onosproject</groupId>
     <artifactId>onos-apps-packet-throttle</artifactId>
     <version>1.12.2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
+    <packaging>pom</packaging>
 
     <description>Packet throttle application to make ONOS drop packets crossing threshold.</description>
 
-
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <onos.version>1.12.2-SNAPSHOT</onos.version>
-        <onos.app.name>org.onosproject.packetthrottle</onos.app.name>
-        <onos.app.title>onos-apps-packet-throttle</onos.app.title>
-        <onos.app.origin>Infosys, Inc.</onos.app.origin>
-        <onos.app.category>Traffic Steering</onos.app.category>
-        <onos.app.url>http://onosproject.org</onos.app.url>
-        <onos.app.readme>Packet throttle application to make ONOS drop non-important packets.</onos.app.readme>
-    </properties>
-
     <modules>
         <module>app</module>
     </modules>