Updated yangtools version to 0.5.6-SNAPSHOT.
[yangtools.git] / code-generator / maven-sal-api-gen-plugin / pom.xml
index 11ed764d90ff6e6712c979f861f4cee8606a1c10..224baf86230c1c1faf57600d31804dcf735279f4 100644 (file)
@@ -3,8 +3,8 @@
 
     <parent>
         <artifactId>binding-generator</artifactId>
-        <groupId>org.opendaylight.controller</groupId>
-        <version>0.5.5-SNAPSHOT</version>
+        <groupId>org.opendaylight.yangtools</groupId>
+        <version>0.5.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
             <artifactId>yang-maven-plugin-spi</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
+            <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>binding-model-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
+            <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>binding-generator-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
+            <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>binding-generator-impl</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
+            <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>binding-java-api-generator</artifactId>
         </dependency>
     </dependencies>