Introduced openflowjava parent pom.xml
[openflowjava.git] / util / pom.xml
index 98c4038fee6a9b014832f75be8e2819ad336f937..4d4f336154cb876c23be2aa34a0a7fbbd770ee65 100644 (file)
@@ -4,8 +4,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
-        <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <artifactId>openflowjava-parent</artifactId>
+        <version>0.7.0-SNAPSHOT</version>
+        <relativePath>../parent</relativePath>
     </parent>
     <packaging>bundle</packaging>
     <artifactId>util</artifactId>
@@ -19,7 +20,6 @@
         <dependency>
             <groupId>org.opendaylight.openflowjava</groupId>
             <artifactId>openflow-protocol-api</artifactId>
-            <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>