Bump versions by x.(y+1).z for next dev cycle
[transportpce.git] / features / odl-transportpce-api / pom.xml
index af54d826118fbfa2d3958a028ae1b80dcd2b2786..7660d2d3e611dc00ffad1a8a6d9d8c9345f37425 100644 (file)
@@ -12,22 +12,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.1.2</version>
+    <version>3.1.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce</groupId>
   <artifactId>odl-transportpce-api</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.3.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
 
   <properties>
-    <mdsal.model.version>0.13.0-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.8.0-SNAPSHOT</restconf.version>
-    <yangtools.version>2.0.7</yangtools.version>
-    <netconf.version>1.5.0-SNAPSHOT</netconf.version>
+    <mdsal.model.version>0.14.0-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
+    <restconf.version>1.9.0-SNAPSHOT</restconf.version>
+    <yangtools.version>2.0.9</yangtools.version>
+    <netconf.version>1.6.0-SNAPSHOT</netconf.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
 
@@ -37,10 +37,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>odl-mdsal-models</artifactId>
-      <version>${mdsal.model.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
+      <artifactId>ietf-inet-types-2013-07-15</artifactId>
+      <version>${netconf.version}</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>