Bump ietf versions to ...10-SNAPSHOT 10/43510/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 9 Aug 2016 13:27:25 +0000 (09:27 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 9 Aug 2016 13:29:12 +0000 (09:29 -0400)
Bumping according to:
https://lists.opendaylight.org/pipermail/release/2016-August/007731.html

Change-Id: I2fc611f84c056ddea4a531d9e9e976ace3d4b557
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
17 files changed:
common/artifacts/pom.xml
model/artifacts/pom.xml
model/iana/iana-afn-safi/pom.xml
model/iana/iana-if-type-2014-05-08/pom.xml
model/iana/iana-if-type/pom.xml
model/ietf/ietf-inet-types/pom.xml
model/ietf/ietf-interfaces/pom.xml
model/ietf/ietf-restconf/pom.xml
model/ietf/ietf-ted/pom.xml
model/ietf/ietf-topology-isis/pom.xml
model/ietf/ietf-topology-l3-unicast-igp/pom.xml
model/ietf/ietf-topology-ospf/pom.xml
model/ietf/ietf-topology/pom.xml
model/ietf/ietf-yang-types-20130715/pom.xml
model/ietf/ietf-yang-types/pom.xml
model/l2-types/pom.xml
model/yang-ext/pom.xml

index 380e58b14413e3e9177b6282d2d74d526a32b776..050631314cdd9aa3ab5f87a4168f9a4b9f46f784 100644 (file)
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>yang-ext</artifactId>
-                <version>2013.09.07.7-SNAPSHOT</version>
+                <version>2013.09.07.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
index 8e0da784b1e0410081d0b1cf9280992f4faaa8bc..dd7ee443afc5e6bab2b1f2b7f4b5300ffbfc1278 100644 (file)
@@ -25,7 +25,7 @@
 
     <properties>
         <!-- Model versions -->
-        <ietf.topology.version>2013.10.21.7-SNAPSHOT</ietf.topology.version>
+        <ietf.topology.version>2013.10.21.10-SNAPSHOT</ietf.topology.version>
     </properties>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>iana-afn-safi</artifactId>
-                <version>2013.07.04.7-SNAPSHOT</version>
+                <version>2013.07.04.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>iana-if-type-2014-05-08</artifactId>
-                <version>2014.05.08.7-SNAPSHOT</version>
+                <version>2014.05.08.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-inet-types</artifactId>
-                <version>2010.09.24.7-SNAPSHOT</version>
+                <version>2010.09.24.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-yang-types</artifactId>
-                <version>2010.09.24.7-SNAPSHOT</version>
+                <version>2010.09.24.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-yang-types-20130715</artifactId>
-                <version>2013.07.15.9-SNAPSHOT</version>
+                <version>2013.07.15.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-interfaces</artifactId>
-                <version>2014.05.08.7-SNAPSHOT</version>
+                <version>2014.05.08.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-restconf</artifactId>
-                <version>2013.10.19.7-SNAPSHOT</version>
+                <version>2013.10.19.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
@@ -98,7 +98,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>opendaylight-l2-types</artifactId>
-                <version>2013.08.27.7-SNAPSHOT</version>
+                <version>2013.08.27.10-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
index 4c50458fc9d261a39f293c30e860353278ea22f0..6ef2800043760f7b673ebad177d1f53d75776f99 100644 (file)
@@ -18,7 +18,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-afn-safi</artifactId>
-    <version>2013.07.04.7-SNAPSHOT</version>
+    <version>2013.07.04.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
 
index 49ea5c7d861aeaa8764116bcdde1172456305473..3978dd05b1aa5132d086ae2ed6aafdad277d37b0 100644 (file)
@@ -17,7 +17,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-if-type-2014-05-08</artifactId>
-    <version>2014.05.08.7-SNAPSHOT</version>
+    <version>2014.05.08.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 5607a1837de583275258a0a62c3020e179408252..e08a50c24162e0faee560bdcf5cadecf19bb7286 100644 (file)
@@ -18,7 +18,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>iana-if-type</artifactId>
-    <version>2013.07.04.7-SNAPSHOT</version>
+    <version>2013.07.04.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
 
index bc05e07821ae62aa2992d97948023680e1c5128f..568c06724a4884ae28e430ca563b1eecccc4b04f 100644 (file)
@@ -17,7 +17,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-inet-types</artifactId>
-    <version>2010.09.24.7-SNAPSHOT</version>
+    <version>2010.09.24.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 4f7bab8957a427c81b1a495b86d9cd3e7cd4bbc7..230824f033b1acad28840302edaa3f6a640b286f 100644 (file)
@@ -17,7 +17,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-interfaces</artifactId>
-    <version>2014.05.08.7-SNAPSHOT</version>
+    <version>2014.05.08.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 74afd93d7067303a9444f087bb54965d8b87ed93..df6b64cd291a12be679b87f2232f228c9acf2ef8 100644 (file)
@@ -19,7 +19,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-restconf</artifactId>
-    <version>2013.10.19.7-SNAPSHOT</version>
+    <version>2013.10.19.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 119e128e09d70ec6a06a2bcb57fb5dea24e4547a..d035c941e14445f1844f7e8e7eeaa9233c5e957f 100644 (file)
@@ -18,7 +18,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-ted</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index a2703aa37288069bf6f932316b5078d39c9681b8..e4ff00a89a59d84e84a0c16f1442aa1b1cdb3118 100644 (file)
@@ -17,7 +17,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-isis</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index fb85782b2516672aba0d03eec1564e6cfe7262d2..4be49fba62b54340db3b2d023a1064a5a466b754 100644 (file)
@@ -19,7 +19,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-l3-unicast-igp</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index d98e8ec444e156ade0f3f37850f31bd82702f8e9..74ad0a0929a6816c8f5ce09e1082c3e4099ea881 100644 (file)
@@ -18,7 +18,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology-ospf</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 8e2baee6e97959e6fd0f9f80fdbdc17211c8da8e..c4e7238b91b3fa096ea95a2fb7262d3c603240d2 100644 (file)
@@ -16,7 +16,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-topology</artifactId>
-    <version>2013.10.21.7-SNAPSHOT</version>
+    <version>2013.10.21.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 152050c1ebcf7ba490ff980fbf0c7a02b21068bb..3b65755f35a4f2bd6b1ab1d7f8024e9408aaaea7 100644 (file)
@@ -18,7 +18,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types-20130715</artifactId>
-    <version>2013.07.15.9-SNAPSHOT</version>
+    <version>2013.07.15.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index d552a1f6f9ffd1e9ecacf32298fa4548669ead0d..f57b893a23202ac554d5944b6a0166800e84786e 100644 (file)
@@ -17,7 +17,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types</artifactId>
-    <version>2010.09.24.7-SNAPSHOT</version>
+    <version>2010.09.24.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
index 43f4e5c79cbe6a2f1ff7791079058ab623558fe8..1760ca803e4bc52f9deed6dbcfaedc38110c6e01 100644 (file)
@@ -18,7 +18,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>opendaylight-l2-types</artifactId>
-    <version>2013.08.27.7-SNAPSHOT</version>
+    <version>2013.08.27.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
 
index 375a73d4eb1ca6c63f5c21df5272fc358ace2f5f..091413e8c33a11f427bad9f17cc44a1c6426ffba 100644 (file)
@@ -18,7 +18,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yang-ext</artifactId>
-    <version>2013.09.07.7-SNAPSHOT</version>
+    <version>2013.09.07.10-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>