Fixed mismatch in ietf-restconf-version variable
authorGiovanni Meo <gmeo@cisco.com>
Mon, 9 Jun 2014 07:11:25 +0000 (09:11 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Mon, 9 Jun 2014 07:11:25 +0000 (09:11 +0200)
- ietf-restconf-version is defined to be 2013.09.04.1-SNAPSHOT while
the module is defined to be 2013.10.19.1-SNAPSHOT. The mismatch causes
issue in the usage as well in the releasing process

Change-Id: Ieee018314370416fc3ba37e0f7f7eb2f1f55c06b
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
model/ietf/pom.xml

index 50229c823f0f3003173b233b2ebc31f52228fdc5..1f0606307d83ce3a95a6a61baa18fbc1a539d017 100644 (file)
@@ -25,7 +25,7 @@
         <ietf.topology.version>2013.10.21.2-SNAPSHOT</ietf.topology.version>
         <ietf.inet.types.version>2010.09.24.4-SNAPSHOT</ietf.inet.types.version>
         <ietf.yang.types.version>2010.09.24.4-SNAPSHOT</ietf.yang.types.version>
-        <ietf.restconf.version>2013.09.04.1-SNAPSHOT</ietf.restconf.version>
+        <ietf.restconf.version>2013.10.19.1-SNAPSHOT</ietf.restconf.version>
     </properties>
 
     <modules>