Fix ietf-yang-types version 70/43470/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 9 Aug 2016 04:57:53 +0000 (00:57 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 9 Aug 2016 04:57:55 +0000 (00:57 -0400)
The version bump script messed up the ietf-yang-types version. Fixing it
with this patch.

Change-Id: Idb9b79f3b32a4fc605acbc3f94a89c5dbcfd83ee
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
model/artifacts/pom.xml
model/ietf/ietf-yang-types-20130715/pom.xml

index e23e7e594ceae7fe4bcf75055d6a2c583f6faba8..8e0da784b1e0410081d0b1cf9280992f4faaa8bc 100644 (file)
@@ -53,7 +53,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>ietf-yang-types-20130715</artifactId>
-                <version>2013.07.15.7-SNAPSHOT</version>
+                <version>2013.07.15.9-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
index f411facff1d7185017c8e3a442c2c18224359c58..152050c1ebcf7ba490ff980fbf0c7a02b21068bb 100644 (file)
@@ -18,7 +18,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>ietf-yang-types-20130715</artifactId>
-    <version>2013.07.15.7-SNAPSHOT</version>
+    <version>2013.07.15.9-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>