Remove trailing whitespace
[openflowjava.git] / simple-client / pom.xml
index 0bbf0222aca51a942882488c881146f0f9e8df7c..a68633e1d92120a5daed4290f54fe00383838069 100644 (file)
@@ -3,16 +3,16 @@
     <parent>
         <groupId>org.opendaylight.openflowjava</groupId>
         <artifactId>openflow-protocol-parent</artifactId>
-        <version>0.3</version>
+        <version>0.6.0-SNAPSHOT</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.3</tag>
+      <tag>HEAD</tag>
   </scm>
-    
+
     <build>
         <plugins>
             <plugin>
@@ -26,7 +26,7 @@
             </plugin>
         </plugins>
     </build>
-    
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>