Bump to odlparent 3.1.0 and yangtools 2.0.3
[alto.git] / alto-release-features / odl-alto-rsabs / pom.xml
index 429bd9ac2c2a992d95aae4a24c972021ec19fa0c..77edcc0924739858911f4cc56b79d6c2428ac4ef 100644 (file)
@@ -5,21 +5,19 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>3.0.2</version>
+    <version>3.1.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.alto</groupId>
   <artifactId>odl-alto-rsabs</artifactId>
-  <version>0.6.0-SNAPSHOT</version>
+  <version>0.7.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>OpenDaylight :: alto :: Routing State Abstraction</name>
@@ -27,8 +25,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <properties>
     <mdsal.model.groupId>org.opendaylight.mdsal.model</mdsal.model.groupId>
     <mdsal.groupId>org.opendaylight.controller</mdsal.groupId>
-    <mdsal.model.version>0.12.0-SNAPSHOT</mdsal.model.version>
-    <mdsal.version>1.7.0-SNAPSHOT</mdsal.version>
+    <mdsal.model.version>0.13.0-SNAPSHOT</mdsal.model.version>
+    <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
   </properties>
 
   <dependencies>