Committed by
Gerrit Code Review
Releasing onos-maven-plugin 1.9
Change-Id: Ib4f043af142c40835882bdbbc60ced61836abde8
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -52,7 +52,6 @@ | ... | @@ -52,7 +52,6 @@ |
52 | <module>incubator</module> | 52 | <module>incubator</module> |
53 | <module>features</module> | 53 | <module>features</module> |
54 | 54 | ||
55 | - <module>tools/package/maven-plugin</module> | ||
56 | <module>tools/package/archetypes</module> | 55 | <module>tools/package/archetypes</module> |
57 | <module>tools/package/branding</module> | 56 | <module>tools/package/branding</module> |
58 | </modules> | 57 | </modules> |
... | @@ -81,7 +80,7 @@ | ... | @@ -81,7 +80,7 @@ |
81 | <atomix.version>1.0.0-rc2</atomix.version> | 80 | <atomix.version>1.0.0-rc2</atomix.version> |
82 | <copycat.version>0.5.1.onos</copycat.version> | 81 | <copycat.version>0.5.1.onos</copycat.version> |
83 | <openflowj.version>0.9.2.onos</openflowj.version> | 82 | <openflowj.version>0.9.2.onos</openflowj.version> |
84 | - <onos-maven-plugin.version>1.9-SNAPSHOT</onos-maven-plugin.version> | 83 | + <onos-maven-plugin.version>1.9</onos-maven-plugin.version> |
85 | <osgi.version>4.3.1</osgi.version> | 84 | <osgi.version>4.3.1</osgi.version> |
86 | <karaf.version>3.0.5</karaf.version> | 85 | <karaf.version>3.0.5</karaf.version> |
87 | <jersey.version>1.19</jersey.version> | 86 | <jersey.version>1.19</jersey.version> | ... | ... |
... | @@ -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.9-SNAPSHOT</version> | 28 | + <version>1.9</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 | ... | ... |
-
Please register or login to post a comment