Brian O'Connor

Bumping onos-maven-plugin version to 1.2

Change-Id: Ia5f8e9bba8937a58cac44f4d52317b7271ac5d19
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
24 </parent> 24 </parent>
25 25
26 <artifactId>onos-maven-plugin</artifactId> 26 <artifactId>onos-maven-plugin</artifactId>
27 - <version>1.2-SNAPSHOT</version> 27 + <version>1.2</version>
28 <packaging>maven-plugin</packaging> 28 <packaging>maven-plugin</packaging>
29 29
30 <description>Maven plugin for packaging ONOS applications or generating 30 <description>Maven plugin for packaging ONOS applications or generating
...@@ -109,4 +109,4 @@ ...@@ -109,4 +109,4 @@
109 </plugin> 109 </plugin>
110 </plugins> 110 </plugins>
111 </build> 111 </build>
112 -</project>
...\ No newline at end of file ...\ No newline at end of file
112 +</project>
......