Thomas Vachuska
Committed by Gerrit Code Review

Releasing 1.10 version of onos-maven-plugin.

Change-Id: I7732d19c3217678992289080e1eb2b71794923cb
......@@ -43,7 +43,7 @@
<onos-build-conf.version>1.3</onos-build-conf.version>
<netty4.version>4.0.36.Final</netty4.version>
<openflowj.version>0.9.4.onos</openflowj.version>
<onos-maven-plugin.version>1.10-SNAPSHOT</onos-maven-plugin.version>
<onos-maven-plugin.version>1.10</onos-maven-plugin.version>
<osgi.version>5.0.0</osgi.version>
<karaf.version>3.0.5</karaf.version>
<jersey.version>2.22.2</jersey.version>
......
......@@ -53,9 +53,6 @@
</licenses>
<modules>
<!-- FIXME remove after 1.10 is released -->
<module>tools/package/maven-plugin</module>
<module>lib</module>
<module>utils</module>
......
......@@ -25,7 +25,7 @@
<groupId>org.onosproject</groupId>
<artifactId>onos-maven-plugin</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.10</version>
<packaging>maven-plugin</packaging>
<description>Maven plugin for packaging ONOS applications or generating
......