X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsamples%2Fclustering-test-app%2Fmodel%2Fsrc%2Fmain%2Fyang%2Fpeople.yang;h=4efc218dff2df73a4c605d7f4f336eb9fd8f2a87;hb=d5fcf5d66568519595b533cc20651634d66d34fb;hp=6c8f24703f40b0ce775534b5e3bcfab82d40dc2a;hpb=cc0542591cd61d968af7083409730f24954feae1;p=controller.git diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/people.yang b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/people.yang index 6c8f24703f..4efc218dff 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/people.yang +++ b/opendaylight/md-sal/samples/clustering-test-app/model/src/main/yang/people.yang @@ -6,7 +6,7 @@ module people { prefix people; - import ietf-inet-types { prefix "inet"; revision-date 2010-09-24; } + import ietf-inet-types { prefix "inet"; revision-date 2013-07-15; } organization "Netconf Central"; @@ -77,4 +77,4 @@ module people { uses person; } } -} \ No newline at end of file +}