From f3567b9a41344e51b010192c6f536e3cb0d8592b Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Mon, 9 Jun 2014 09:11:25 +0200 Subject: [PATCH] Fixed mismatch in ietf-restconf-version variable - 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 --- model/ietf/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/ietf/pom.xml b/model/ietf/pom.xml index 50229c823f..1f0606307d 100644 --- a/model/ietf/pom.xml +++ b/model/ietf/pom.xml @@ -25,7 +25,7 @@ 2013.10.21.2-SNAPSHOT 2010.09.24.4-SNAPSHOT 2010.09.24.4-SNAPSHOT - 2013.09.04.1-SNAPSHOT + 2013.10.19.1-SNAPSHOT -- 2.36.6