Brian O'Connor

Bumping onos-maven-plugin version to 1.5 for release

Also, removing build dependency from root pom and updating version there.

Change-Id: I7dfb98f2b3377a715a075f4396d686e3112ad15d
...@@ -56,9 +56,6 @@ ...@@ -56,9 +56,6 @@
56 56
57 <module>tools/package/archetypes</module> 57 <module>tools/package/archetypes</module>
58 <module>tools/package/branding</module> 58 <module>tools/package/branding</module>
59 -
60 - <!-- FIXME remove before release -->
61 - <module>tools/package/maven-plugin</module>
62 </modules> 59 </modules>
63 60
64 <url>http://onosproject.org/</url> 61 <url>http://onosproject.org/</url>
...@@ -622,7 +619,7 @@ ...@@ -622,7 +619,7 @@
622 <plugin> 619 <plugin>
623 <groupId>org.onosproject</groupId> 620 <groupId>org.onosproject</groupId>
624 <artifactId>onos-maven-plugin</artifactId> 621 <artifactId>onos-maven-plugin</artifactId>
625 - <version>1.5-SNAPSHOT</version> 622 + <version>1.5</version>
626 <executions> 623 <executions>
627 <execution> 624 <execution>
628 <id>cfg</id> 625 <id>cfg</id>
......
...@@ -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.5-SNAPSHOT</version> 27 + <version>1.5</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
......