Replaced 'controller' with 'yangtools' in all package names.
[yangtools.git] / yang-maven-plugin-it / src / test / resources / NoGenerators / pom.xml
index 5349154f2b12d6c76574cc13f7794e0ce37c9a34..f98e6a5d903d926f925c7999759595272ad2a2d4 100644 (file)
@@ -2,14 +2,14 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-        <groupId>org.opendaylight.controller</groupId>
+        <groupId>org.opendaylight.yangtools</groupId>
         <version>0.5.4-SNAPSHOT</version>
     <artifactId>test</artifactId>
 
     <build>
         <plugins>
             <plugin>
-                <groupId>org.opendaylight.controller</groupId>
+                <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
                 <version>0.5.4-SNAPSHOT</version>
                 <executions>
@@ -25,7 +25,7 @@
                             <resourceProviders>
                                 <provider>
                                     <resourceProviderClass>
-                                        org.opendaylight.controller.yang2sources.spi.ResourceProviderTestImpl
+                                        org.opendaylight.yangtools.yang2sources.spi.ResourceProviderTestImpl
                                     </resourceProviderClass>
                                     <outputBaseDir>
                                         outDir/
@@ -37,7 +37,7 @@
                 </executions>
                                <dependencies>
                     <dependency>
-                        <groupId>org.opendaylight.controller</groupId>
+                        <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>yang-maven-plugin-spi</artifactId>
                         <version>0.5.4-SNAPSHOT</version>
                         <type>test-jar</type>