pom fixes and modify release order

Change-Id: I793023b1fba776f8f30292029a253fef85bf8c6f
diff --git a/compiler/plugin/buck/pom.xml b/compiler/plugin/buck/pom.xml
index 25383c4..833fee4 100644
--- a/compiler/plugin/buck/pom.xml
+++ b/compiler/plugin/buck/pom.xml
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.onosproject</groupId>
             <artifactId>onos-yang-compiler-plugin-utils</artifactId>
-            <version>2.5-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
 
diff --git a/compiler/plugin/maven/pom.xml b/compiler/plugin/maven/pom.xml
index fb7d62e..a7bbdd8 100644
--- a/compiler/plugin/maven/pom.xml
+++ b/compiler/plugin/maven/pom.xml
@@ -95,7 +95,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
             <scope>test</scope>
         </dependency>
         <dependency>
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>