Release netconf
[netconf.git] / restconf / websocket-client / pom.xml
index 2d5c8952893d2b070784260afa926ae51ff89c92..645488a950b763897c33ed1846da44181c3f19d2 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-parent</artifactId>
-        <version>1.13.1-SNAPSHOT</version>
-        <relativePath>../restconf-parent</relativePath>
+        <artifactId>netconf-parent</artifactId>
+        <version>3.0.7</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>websocket-client</artifactId>
-    <version>1.13.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
@@ -30,7 +29,7 @@
         <dependency>
             <groupId>net.sourceforge.argparse4j</groupId>
             <artifactId>argparse4j</artifactId>
-            <version>0.8.1</version>
+            <version>0.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>