Bump versions to 4.0.0-SNAPSHOT
[netconf.git] / restconf / websocket-client / pom.xml
index 1c7b6efad6ed91a7e511347fb6169edc4bfa878a..f28a0ba4cafb013eb4b20f49ce4bcaf7efab61b6 100644 (file)
 
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>restconf-parent</artifactId>
-        <version>1.13.3-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.13.3-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>