Release Lithium-SR4
[openflowjava.git] / simple-client / pom.xml
index 0e660ff7a30bb4f515bf2cbb96a73dc4bcc97b2c..6cde0b7a323c5180c956e92df9b6ddd963da65fa 100644 (file)
@@ -3,16 +3,16 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.1</version>
+        <version>0.6.4-Lithium-SR4</version>
     </parent>
     <artifactId>simple-client</artifactId>
     <packaging>bundle</packaging>
     <name>Openflow Protocol Simple Client</name>
     <scm>
         <url>https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main</url>
-      <tag>openflow-protocol-parent-0.1</tag>
+      <tag>HEAD</tag>
   </scm>
-    
+
     <build>
         <plugins>
             <plugin>
             </plugin>
         </plugins>
     </build>
-    
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>openflow-protocol-impl</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>