Updating onos-maven-plugin to 1.6 and onos-build-conf to 1.1
Change-Id: I8e9eabfc3ddb499028ec1abf6e626c09cd12e8b1
Showing
3 changed files
with
5 additions
and
6 deletions
... | @@ -54,8 +54,6 @@ | ... | @@ -54,8 +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 | - <module>tools/build/conf</module> | ||
59 | </modules> | 57 | </modules> |
60 | 58 | ||
61 | <url>http://onosproject.org/</url> | 59 | <url>http://onosproject.org/</url> |
... | @@ -76,7 +74,7 @@ | ... | @@ -76,7 +74,7 @@ |
76 | 74 | ||
77 | <properties> | 75 | <properties> |
78 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 76 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
79 | - <onos-build-conf.version>1.1-SNAPSHOT</onos-build-conf.version> | 77 | + <onos-build-conf.version>1.1</onos-build-conf.version> |
80 | <netty4.version>4.0.23.Final</netty4.version> | 78 | <netty4.version>4.0.23.Final</netty4.version> |
81 | <copycat.version>0.5.0.onos</copycat.version> | 79 | <copycat.version>0.5.0.onos</copycat.version> |
82 | <openflowj.version>0.9.2.onos-SNAPSHOT</openflowj.version> | 80 | <openflowj.version>0.9.2.onos-SNAPSHOT</openflowj.version> |
... | @@ -654,7 +652,7 @@ | ... | @@ -654,7 +652,7 @@ |
654 | <plugin> | 652 | <plugin> |
655 | <groupId>org.onosproject</groupId> | 653 | <groupId>org.onosproject</groupId> |
656 | <artifactId>onos-maven-plugin</artifactId> | 654 | <artifactId>onos-maven-plugin</artifactId> |
657 | - <version>1.6-SNAPSHOT</version> | 655 | + <version>1.6</version> |
658 | <executions> | 656 | <executions> |
659 | <execution> | 657 | <execution> |
660 | <id>cfg</id> | 658 | <id>cfg</id> | ... | ... |
... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
27 | 27 | ||
28 | <groupId>org.onosproject</groupId> | 28 | <groupId>org.onosproject</groupId> |
29 | <artifactId>onos-build-conf</artifactId> | 29 | <artifactId>onos-build-conf</artifactId> |
30 | - <version>1.1-SNAPSHOT</version> | 30 | + <version>1.1</version> |
31 | <description>Various ONOS build settings</description> | 31 | <description>Various ONOS build settings</description> |
32 | 32 | ||
33 | <properties> | 33 | <properties> | ... | ... |
... | @@ -23,8 +23,9 @@ | ... | @@ -23,8 +23,9 @@ |
23 | <relativePath>../../build/pom.xml</relativePath> | 23 | <relativePath>../../build/pom.xml</relativePath> |
24 | </parent> | 24 | </parent> |
25 | 25 | ||
26 | + <groupId>org.onosproject</groupId> | ||
26 | <artifactId>onos-maven-plugin</artifactId> | 27 | <artifactId>onos-maven-plugin</artifactId> |
27 | - <version>1.6-SNAPSHOT</version> | 28 | + <version>1.6</version> |
28 | <packaging>maven-plugin</packaging> | 29 | <packaging>maven-plugin</packaging> |
29 | 30 | ||
30 | <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