Bump argparse4j to 0.9.0
[netconf.git] / restconf / websocket-client / pom.xml
index 5e69bd1914808715db1a32e8e90a178a2d6b6ac5..dbc0ed107fc1d9019d098f85042bd8815aec4b67 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
-        <relativePath>../restconf-parent</relativePath>
+        <artifactId>netconf-parent</artifactId>
+        <version>4.0.0-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>websocket-client</artifactId>
-    <version>1.12.0-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>