mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-27 14:21:48 +01:00
Adding groupId to archetypes/pom.xml
As a top-level pom on which mvn versions:set is called, it needs to have a groupId to avoid an NPE when mvn runs. Change-Id: Id85889af117abbcf7a5f9e6e0f87bd9f7077d1ac
This commit is contained in:
parent
809a96355a
commit
33a2b75a5a
@ -26,6 +26,7 @@
|
|||||||
<relativePath>../../build/pom.xml</relativePath>
|
<relativePath>../../build/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
<groupId>org.onosproject</groupId>
|
||||||
<artifactId>onos-archetypes</artifactId>
|
<artifactId>onos-archetypes</artifactId>
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user