Bump versions by x.(y+1).z for next dev cycle
[netconf.git] / features / netconf / odl-netconf-util / pom.xml
index b27c3de614aa319ecb9c7218f5b08aa266f8836d..3e1040441a0d39ce358dc15a96c2d1064fec20e0 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.8.0-SNAPSHOT</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>odl-netconf-util</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <dependencies>
@@ -33,8 +33,8 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>odl-yangtools-yang-data</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <artifactId>odl-yangtools-codec</artifactId>
+            <version>2.0.1</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
@@ -50,7 +50,6 @@
             <version>${project.version}</version>
             <type>cfg</type>
             <classifier>config</classifier>
-            <scope>provided</scope>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>