From d9110201f38665a6aa895ea6d69e67191c0694d1 Mon Sep 17 00:00:00 2001 From: Devin Avery Date: Tue, 20 May 2014 11:03:07 -0400 Subject: [PATCH] Bug 735 - Part 2 - Modify controller to reference new yang-types bundle and and ietf-bundles. Patch 1: Set up the restconf bundle to reference the ietf-restconf and ietf-yangtypes-2013 bundles respectively. Patch 2: Kick off another jenkins build now that dependent artifacts exist. Patch 3/4: Fixed version issue. Change-Id: I68b8edc577f5b2e84661a8a4eaed2078c0623aab Signed-off-by: Devin Avery --- opendaylight/commons/opendaylight/pom.xml | 13 ++++++++++++- opendaylight/distribution/opendaylight/pom.xml | 8 ++++++++ opendaylight/md-sal/sal-rest-connector/pom.xml | 8 ++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 89fd22d5a2..e1e3164f71 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -17,8 +17,8 @@ 1.0.0 0.4.2-SNAPSHOT - 1.1.0 + 0.5.2-SNAPSHOT 4.1 @@ -78,6 +78,7 @@ 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT 2010.09.24.4-SNAPSHOT + 2013.10.19.1-SNAPSHOT 2013.10.21.2-SNAPSHOT 2010.09.24.4-SNAPSHOT 2.3.2 @@ -1470,6 +1471,11 @@ ietf-inet-types ${ietf-inet-types.version} + + org.opendaylight.yangtools.model + ietf-restconf + ${ietf-restconf.version} + org.opendaylight.yangtools.model ietf-topology @@ -1485,6 +1491,11 @@ ietf-yang-types ${ietf-yang-types.version} + + org.opendaylight.yangtools.model + ietf-yang-types-20130715 + 2013.07.15.1-SNAPSHOT + org.opendaylight.yangtools.model opendaylight-l2-types diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 48e661f196..52aa6d276b 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -1187,6 +1187,10 @@ org.opendaylight.yangtools.model ietf-inet-types + + org.opendaylight.yangtools.model + ietf-restconf + org.opendaylight.yangtools.model ietf-topology @@ -1195,6 +1199,10 @@ org.opendaylight.yangtools.model ietf-yang-types + + org.opendaylight.yangtools.model + ietf-yang-types-20130715 + org.opendaylight.yangtools.model opendaylight-l2-types diff --git a/opendaylight/md-sal/sal-rest-connector/pom.xml b/opendaylight/md-sal/sal-rest-connector/pom.xml index c17a4b70cc..e4c7c0c647 100644 --- a/opendaylight/md-sal/sal-rest-connector/pom.xml +++ b/opendaylight/md-sal/sal-rest-connector/pom.xml @@ -47,6 +47,14 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.yangtools.model + ietf-restconf + + + org.opendaylight.yangtools.model + ietf-yang-types-20130715 + org.slf4j slf4j-api -- 2.36.6