Changed groupId for FCAPS to org.opendaylight.controller
[controller.git] / opendaylight / config / yang-jmx-generator-plugin / pom.xml
index e13c4e86421664177b1d706abc0f1b200fe98226..b69ce03144c5c7f47c8c2ed9856ec3516c375cae 100644 (file)
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>config-subsystem</artifactId>
-        <groupId>org.opendaylight</groupId>
+        <groupId>org.opendaylight.controller</groupId>
         <version>0.2.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
@@ -14,7 +14,7 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight</groupId>
+            <groupId>org.opendaylight.controller</groupId>
             <artifactId>yang-jmx-generator</artifactId>
             <version>0.2.1-SNAPSHOT</version>
         </dependency>
@@ -60,7 +60,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight</groupId>
+            <groupId>org.opendaylight.controller</groupId>
             <artifactId>yang-jmx-generator</artifactId>
             <version>0.2.1-SNAPSHOT</version>
             <scope>test</scope>