mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 20:02:17 +02:00
Removing maven-plugin from overall build and rolling version to 1.4
Change-Id: Ibef881eea7be0e1a1545cbec15dc43c3eea74019
This commit is contained in:
parent
b0ca8c51be
commit
c013a354b2
3
pom.xml
3
pom.xml
@ -39,7 +39,6 @@
|
|||||||
<description>Open Network Operating System root project</description>
|
<description>Open Network Operating System root project</description>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>tools/package/maven-plugin</module>
|
|
||||||
<module>utils</module>
|
<module>utils</module>
|
||||||
<module>core</module>
|
<module>core</module>
|
||||||
<module>web</module>
|
<module>web</module>
|
||||||
@ -578,7 +577,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.onosproject</groupId>
|
<groupId>org.onosproject</groupId>
|
||||||
<artifactId>onos-maven-plugin</artifactId>
|
<artifactId>onos-maven-plugin</artifactId>
|
||||||
<version>1.4-SNAPSHOT</version>
|
<version>1.4</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>cfg</id>
|
<id>cfg</id>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>onos-maven-plugin</artifactId>
|
<artifactId>onos-maven-plugin</artifactId>
|
||||||
<version>1.4-SNAPSHOT</version>
|
<version>1.4</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
<description>Maven plugin for packaging ONOS applications or generating
|
<description>Maven plugin for packaging ONOS applications or generating
|
||||||
|
Loading…
x
Reference in New Issue
Block a user