Removing maven-plugin from overall build and rolling version to 1.4
Change-Id: Ibef881eea7be0e1a1545cbec15dc43c3eea74019
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -39,7 +39,6 @@ | ... | @@ -39,7 +39,6 @@ |
39 | <description>Open Network Operating System root project</description> | 39 | <description>Open Network Operating System root project</description> |
40 | 40 | ||
41 | <modules> | 41 | <modules> |
42 | - <module>tools/package/maven-plugin</module> | ||
43 | <module>utils</module> | 42 | <module>utils</module> |
44 | <module>core</module> | 43 | <module>core</module> |
45 | <module>web</module> | 44 | <module>web</module> |
... | @@ -578,7 +577,7 @@ | ... | @@ -578,7 +577,7 @@ |
578 | <plugin> | 577 | <plugin> |
579 | <groupId>org.onosproject</groupId> | 578 | <groupId>org.onosproject</groupId> |
580 | <artifactId>onos-maven-plugin</artifactId> | 579 | <artifactId>onos-maven-plugin</artifactId> |
581 | - <version>1.4-SNAPSHOT</version> | 580 | + <version>1.4</version> |
582 | <executions> | 581 | <executions> |
583 | <execution> | 582 | <execution> |
584 | <id>cfg</id> | 583 | <id>cfg</id> | ... | ... |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | </parent> | 24 | </parent> |
25 | 25 | ||
26 | <artifactId>onos-maven-plugin</artifactId> | 26 | <artifactId>onos-maven-plugin</artifactId> |
27 | - <version>1.4-SNAPSHOT</version> | 27 | + <version>1.4</version> |
28 | <packaging>maven-plugin</packaging> | 28 | <packaging>maven-plugin</packaging> |
29 | 29 | ||
30 | <description>Maven plugin for packaging ONOS applications or generating | 30 | <description>Maven plugin for packaging ONOS applications or generating | ... | ... |
-
Please register or login to post a comment