Fix generic warnings
[openflowplugin.git] / openflowplugin-api / pom.xml
index 68a0be331d3369af25d756ab18ebed23f0287db4..a8f824241793686c1034d9f26b5dff5b36899d37 100644 (file)
@@ -6,7 +6,7 @@
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
         <version>0.1.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <relativePath>../parent</relativePath>
     </parent>
 
     <artifactId>openflowplugin-api</artifactId>
@@ -57,7 +57,7 @@
                     <dependency>
                         <groupId>org.opendaylight.controller</groupId>
                         <artifactId>yang-jmx-generator-plugin</artifactId>
-                        <version>${config.parent.version}</version>
+                        <version>${config.version}</version>
                     </dependency>
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
@@ -69,6 +69,7 @@
             </plugin>
         </plugins>
     </build>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.openflowplugin.model</groupId>