Fixed incorect placement of getImplementedInterfaces()
[yangtools.git] / model / ietf / pom.xml
index 995dfbddc67bbea2ec68e8e66d275741f926922e..0c6a1452c1ecc587ed7016e3331effeacb74501d 100644 (file)
@@ -1,10 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <parent>
         <artifactId>model-parent</artifactId>
-        <groupId>org.opendaylight.yangtools</groupId>
-        <version>0.5.1-SNAPSHOT</version>
+        <groupId>org.opendaylight.yangtools.model</groupId>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <modules>
         <module>ietf-inet-types</module>
         <module>ietf-yang-types</module>
+        <module>ietf-ted</module>
+        <module>ietf-topology</module>
+        <!--module>ietf-netconf</module -->
+        <!-- 
+        <module>ietf-topology-l3-unicast-igp</module>
+        <module>ietf-topology-isis</module>
+        <module>ietf-topology-ospf</module>
+         -->
     </modules>
-
 </project>