Added cubby-holes for new projects.
diff --git a/features/pom.xml b/features/pom.xml
index baf4bf7..e370fc6 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -5,16 +5,15 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>net.onrc.onos</groupId>
+ <groupId>org.onlab.onos</groupId>
<artifactId>onos</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>onos-features</artifactId>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
- <name>onos-features</name>
<description>ONOS Apache Karaf feature definitions</description>
<build>
@@ -22,7 +21,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.3</version>
+ <version>1.9</version>
<executions>
<execution>
<id>attach-artifacts</id>