Bump odlparent/yangtools/mdsal to 5.0.4/3.0.7/4.0.8
[netconf.git] / restconf / websocket-client / pom.xml
index 1d03d511e4b21ce29f4883ffa47211193f779221..47368312c1b968338a6307ac237532bee00aa290 100644 (file)
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>restconf-parent</artifactId>
-        <version>1.10.1-SNAPSHOT</version>
+        <version>1.10.2-SNAPSHOT</version>
         <relativePath>../restconf-parent</relativePath>
     </parent>
 
     <artifactId>websocket-client</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jetty.websocket</groupId>
             <artifactId>websocket-client</artifactId>
-            <!-- FIXME: remove this with odlparent-5.0.1+ -->
+            <!-- FIXME: remove this with odlparent-5.0.4+ -->
             <version>9.4.12.v20180830</version>
         </dependency>
         <dependency>