Thomas Vachuska
Committed by Gerrit Code Review

Releasing 1.10 version of onos-maven-plugin.

Change-Id: I7732d19c3217678992289080e1eb2b71794923cb
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
43 <onos-build-conf.version>1.3</onos-build-conf.version> 43 <onos-build-conf.version>1.3</onos-build-conf.version>
44 <netty4.version>4.0.36.Final</netty4.version> 44 <netty4.version>4.0.36.Final</netty4.version>
45 <openflowj.version>0.9.4.onos</openflowj.version> 45 <openflowj.version>0.9.4.onos</openflowj.version>
46 - <onos-maven-plugin.version>1.10-SNAPSHOT</onos-maven-plugin.version> 46 + <onos-maven-plugin.version>1.10</onos-maven-plugin.version>
47 <osgi.version>5.0.0</osgi.version> 47 <osgi.version>5.0.0</osgi.version>
48 <karaf.version>3.0.5</karaf.version> 48 <karaf.version>3.0.5</karaf.version>
49 <jersey.version>2.22.2</jersey.version> 49 <jersey.version>2.22.2</jersey.version>
......
...@@ -53,9 +53,6 @@ ...@@ -53,9 +53,6 @@
53 </licenses> 53 </licenses>
54 54
55 <modules> 55 <modules>
56 - <!-- FIXME remove after 1.10 is released -->
57 - <module>tools/package/maven-plugin</module>
58 -
59 <module>lib</module> 56 <module>lib</module>
60 57
61 <module>utils</module> 58 <module>utils</module>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
25 25
26 <groupId>org.onosproject</groupId> 26 <groupId>org.onosproject</groupId>
27 <artifactId>onos-maven-plugin</artifactId> 27 <artifactId>onos-maven-plugin</artifactId>
28 - <version>1.10-SNAPSHOT</version> 28 + <version>1.10</version>
29 <packaging>maven-plugin</packaging> 29 <packaging>maven-plugin</packaging>
30 30
31 <description>Maven plugin for packaging ONOS applications or generating 31 <description>Maven plugin for packaging ONOS applications or generating
......