pom fixes and modify release order

Change-Id: I793023b1fba776f8f30292029a253fef85bf8c6f
diff --git a/compiler/plugin/utils/pom.xml b/compiler/plugin/utils/pom.xml
index 3d694c2..7f825db 100644
--- a/compiler/plugin/utils/pom.xml
+++ b/compiler/plugin/utils/pom.xml
@@ -17,14 +17,6 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.12</version>
-        </dependency>
-    </dependencies>
-
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-yang-compiler-plugin</artifactId>
@@ -33,4 +25,12 @@
 
     <artifactId>onos-yang-compiler-plugin-utils</artifactId>
     <packaging>bundle</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+    </dependencies>
+
 </project>