Revert "Bug 4640: Change semantic-version to openconfig-version"
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-version / import / import-invalid-notsufficient-1 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     yang-version 1;
5
6     import semantic-version { prefix sv; revision-date 2016-02-02; sv:semantic-version "2.0.0"; }
7
8     revision "2016-02-01" {
9         description "Initial version";
10     }
11
12     container root {
13     }
14 }