Bump yangtools to 1.0.0-SNAPSHOT 49/33249/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 21 Jan 2016 20:34:25 +0000 (15:34 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 22 Jan 2016 07:23:06 +0000 (02:23 -0500)
Change-Id: I8aa4a20f82bad516b9ffb72902d6e7a1b62e3e99
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
commons/binding-parent/pom.xml
commons/config-parent/pom.xml
features/pom.xml
neutronvpn/neutronvpn-api/pom.xml

index 6ed9de4bce1987ad130ed37b347809711f059684..1ba8e773697bb65e799a37ae7fd8e6eae9cf857c 100644 (file)
@@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <ietf.interfaces.version>2014.05.08.9-SNAPSHOT</ietf.interfaces.version>
     <iana.if.type.version>2014.05.08.9-SNAPSHOT</iana.if.type.version>
     <yang.ext.version>2013.09.07.9-SNAPSHOT</yang.ext.version>
-    <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
+    <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
     <mdsal.version>2.1.0-SNAPSHOT</mdsal.version>
     <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
     <vpns.mdsalutil.version>0.3.0-SNAPSHOT</vpns.mdsalutil.version>
index 7f7abaee1cbefc4cae236fa5667d968c968106d9..dae5ca5efea9dabf37b17f4b94474395316028ab 100644 (file)
@@ -24,7 +24,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <properties>
     <!-- ODL -->
     <vpnservices.version>0.3.0-SNAPSHOT</vpnservices.version>
-    <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
+    <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
+    <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
     <controller.mdsal.version>1.4.0-SNAPSHOT</controller.mdsal.version>
     <vpns.mdsalutil.version>0.3.0-SNAPSHOT</vpns.mdsalutil.version>
     <model.bgp.version>2013.07.15.9-SNAPSHOT</model.bgp.version>
@@ -47,7 +48,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.mdsal.model</groupId>
         <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>${mdsal.model.version}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 536106a1b8726079a0b44dabf80caade5a70b8ec..067f4bb0ab80594c24b250bd501c7c26c9419d6e 100644 (file)
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <mdsal.version>1.4.0-SNAPSHOT</mdsal.version>
     <openflowplugin.version>0.3.0-SNAPSHOT</openflowplugin.version>
     <restconf.version>1.4.0-SNAPSHOT</restconf.version>
-    <yangtools.version>0.9.0-SNAPSHOT</yangtools.version>
+    <yangtools.version>1.0.0-SNAPSHOT</yangtools.version>
     <mdsal.model.version>0.9.0-SNAPSHOT</mdsal.model.version>
     <vpnservices.version>0.3.0-SNAPSHOT</vpnservices.version>
     <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
index 6ecdd0330fd9f6e8aa8d962c6eff37eb0bb99680..c4afd3488bcd1819fa8bb2912f8e8c31a405f847 100644 (file)
@@ -25,7 +25,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding</artifactId>
-            <version>${yangtools.version}</version>
+            <version>${mdsal.model.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>