Bump to odlparent 3.1.0 and yangtools 2.0.3
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / features / pom.xml
index 3760c1771fdaebda1ce78a244adf32fab2466b56..1670c420e6d705a5577d1cf684f05be7a0eab1f8 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>2.0.5</version>
+    <version>3.1.0</version>
     <relativePath/>
   </parent>
 
@@ -27,10 +27,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <name>ODL :: ${groupId} :: ${project.artifactId}</name>
 
   <modules>
-    <module>features-X</module>
-    <module>odl-X-api</module>
-    <module>odl-X</module>
-    <module>odl-X-rest</module>
-    <module>odl-X-cli</module>
+    <module>features-${artifactId}</module>
+    <module>odl-${artifactId}-api</module>
+    <module>odl-${artifactId}</module>
+    <module>odl-${artifactId}-rest</module>
+    <module>odl-${artifactId}-cli</module>
   </modules>
 </project>