Update artifact name for parent pom

NetBeans uses this property of the pom.xml in the Projects window when
you open the pom.xml as a project, so using a meaningful name greatly
eases navigation.

Change-Id: I69ec6a5788ad1013f85017450d41f0141c4fe9c0
This commit is contained in:
Sam Harwell 2013-11-26 09:31:24 -06:00
parent a1b962d97a
commit 59b7a314f1

View File

@ -7,6 +7,7 @@
<artifactId>parent-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenStack Networking API Parent</name>
<modules>
<module>v1.0</module>