Committed by
Gerrit Code Review
Updating root pom to use version 1.7 of onos-maven-plugin
Change-Id: Iab4b93c00b291eebf3808217da26863cd39734a0
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -54,7 +54,6 @@ | ... | @@ -54,7 +54,6 @@ |
54 | 54 | ||
55 | <module>tools/package/archetypes</module> | 55 | <module>tools/package/archetypes</module> |
56 | <module>tools/package/branding</module> | 56 | <module>tools/package/branding</module> |
57 | - <module>tools/package/maven-plugin</module> | ||
58 | </modules> | 57 | </modules> |
59 | 58 | ||
60 | <url>http://onosproject.org/</url> | 59 | <url>http://onosproject.org/</url> |
... | @@ -80,7 +79,7 @@ | ... | @@ -80,7 +79,7 @@ |
80 | <copycat.version>0.5.0.onos</copycat.version> | 79 | <copycat.version>0.5.0.onos</copycat.version> |
81 | <!-- FIXME update to release version before Emu release --> | 80 | <!-- FIXME update to release version before Emu release --> |
82 | <openflowj.version>0.9.2.onos-SNAPSHOT</openflowj.version> | 81 | <openflowj.version>0.9.2.onos-SNAPSHOT</openflowj.version> |
83 | - <onos-maven-plugin.version>1.7-SNAPSHOT</onos-maven-plugin.version> | 82 | + <onos-maven-plugin.version>1.7</onos-maven-plugin.version> |
84 | <karaf.version>3.0.3</karaf.version> | 83 | <karaf.version>3.0.3</karaf.version> |
85 | <jersey.version>1.19</jersey.version> | 84 | <jersey.version>1.19</jersey.version> |
86 | <!-- TODO argLine was originally added maven-surfire-plugin configuration | 85 | <!-- TODO argLine was originally added maven-surfire-plugin configuration | ... | ... |
-
Please register or login to post a comment