Add ModuleFactory#getDefaultModules method to config-api.
[controller.git] / opendaylight / config / yang-test / pom.xml
index 626032f195d9ec6289d0acd7c2283c20da030f51..3de06882a62cb8afc15d56c3fe14a161fac5b4bc 100644 (file)
@@ -5,19 +5,22 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-subsystem</artifactId>
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-subsystem</artifactId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>0.2.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>yang-test</artifactId>
 
     <description>Artifact that contains only generated code from yang files. Suitable for testing.
     </description>
     </parent>
 
     <artifactId>yang-test</artifactId>
 
     <description>Artifact that contains only generated code from yang files. Suitable for testing.
     </description>
+    <name>${project.artifactId}</name>
+    <prerequisites>
+        <maven>3.0.4</maven>
+    </prerequisites>
 
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>config-api</artifactId>
 
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>config-api</artifactId>
-            <version>0.2.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
         </dependency>
     </dependencies>
 
         </dependency>
     </dependencies>
 
-    <name>${project.artifactId}</name>
-    <prerequisites>
-        <maven>3.0.4</maven>
-    </prerequisites>
+
 
     <build>
         <plugins>
 
     <build>
         <plugins>