Bump versions to 2.0.6.7-SNAPSHOT 37/78637/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 11 Dec 2018 09:28:11 +0000 (10:28 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 11 Dec 2018 09:28:11 +0000 (10:28 +0100)
This is the start of next development cycle.

Change-Id: I432ca4387d309f8428eb2aaf6e5432affd3232bf
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
62 files changed:
benchmarks/pom.xml
common/artifacts/pom.xml
common/checkstyle-logging/pom.xml
common/concepts/pom.xml
common/mockito-configuration/pom.xml
common/object-cache-api/pom.xml
common/object-cache-guava/pom.xml
common/object-cache-noop/pom.xml
common/pom.xml
common/testutils/pom.xml
common/util/pom.xml
features/features-yangtools-experimental/pom.xml
features/features-yangtools/pom.xml
features/odl-exp-objcache/pom.xml
features/odl-triemap/pom.xml
features/odl-yangtools-codec/pom.xml
features/odl-yangtools-common/pom.xml
features/odl-yangtools-data-api/pom.xml
features/odl-yangtools-data/pom.xml
features/odl-yangtools-export/pom.xml
features/odl-yangtools-parser-api/pom.xml
features/odl-yangtools-parser/pom.xml
features/odl-yangtools-util/pom.xml
features/odl-yangtools-xpath/pom.xml
features/pom.xml
pom.xml
third-party/pom.xml
third-party/triemap/pom.xml
yang-validation-tool/pom.xml
yang/odlext-model-api/pom.xml
yang/odlext-parser-support/pom.xml
yang/openconfig-model-api/pom.xml
yang/openconfig-parser-support/pom.xml
yang/pom.xml
yang/rfc6536-model-api/pom.xml
yang/rfc6536-parser-support/pom.xml
yang/rfc7952-model-api/pom.xml
yang/rfc7952-parser-support/pom.xml
yang/rfc8040-model-api/pom.xml
yang/rfc8040-parser-support/pom.xml
yang/yang-common/pom.xml
yang/yang-data-api/pom.xml
yang/yang-data-codec-gson/pom.xml
yang/yang-data-codec-xml/pom.xml
yang/yang-data-impl/pom.xml
yang/yang-data-jaxen/pom.xml
yang/yang-data-transform/pom.xml
yang/yang-data-util/pom.xml
yang/yang-maven-plugin-it/pom.xml
yang/yang-maven-plugin-spi/pom.xml
yang/yang-maven-plugin/pom.xml
yang/yang-model-api/pom.xml
yang/yang-model-export/pom.xml
yang/yang-model-immutable/pom.xml
yang/yang-model-util/pom.xml
yang/yang-model-validator/pom.xml
yang/yang-parser-api/pom.xml
yang/yang-parser-impl/pom.xml
yang/yang-parser-reactor/pom.xml
yang/yang-parser-rfc7950/pom.xml
yang/yang-parser-spi/pom.xml
yang/yang-test-util/pom.xml

index d60c2fbd8a0d5d7f4e3c40dc9f754f74b7a6f708..c36cfa163da1bb3dd4763051213e1edb92448ba5 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-data-impl</artifactId>
-            <version>2.0.6.6-SNAPSHOT</version>
+            <version>2.0.6.7-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>2.0.6.6-SNAPSHOT</version>
+            <version>2.0.6.7-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index a910a7f0d9a5329e165945d124bd5042fb31216e..301dcb2801539fe37f248c94dd1f3ed7c6bb54a0 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>checkstyle-logging</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>object-cache-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>object-cache-guava</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>object-cache-noop</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-jaxen</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-immutable</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>triemap</artifactId>
-                <version>1.0.6.6-SNAPSHOT</version>
+                <version>1.0.6.7-SNAPSHOT</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-triemap</artifactId>
-                <version>1.0.6.6-SNAPSHOT</version>
+                <version>1.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-exp-objcache</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
index dbac293ba6fd769650b768ef9d167217ea71d6b0..52e66e72af557f9148b33e151da40a4c997ee362 100644 (file)
@@ -17,7 +17,7 @@
     </parent>
   <groupId>org.opendaylight.yangtools</groupId>
   <artifactId>checkstyle-logging</artifactId>
-  <version>2.0.6.6-SNAPSHOT</version>
+  <version>2.0.6.7-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 70bf75b415804cbeded8e4aa9aeb52fb874a6e75..7cdc8235191e72e73a451f7e21c87fef3b03d6cc 100644 (file)
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>concepts</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Common concepts</description>
 
index d81ea878e50c3e40fb4fb00fa3c597b8124bb14f..fcca6318090a82ecdf0843e487d65c7b1e0749bf 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 2f1c0ed88fcb5d837db33ef4d5b49a080989df6c..acaeb68cdff051a182f4523f1f73354f1655fbbb 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>object-cache-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index c54428f830c506b28eebf069e1890866c8103745..5d14aab7105c44cd49ca9e768c32f34da86f675b 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>object-cache-guava</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 82bae7d896a94b3068e481e19f027f9b38efe75e..89790c4f71dc5105eac9178f1229270ecb1813b1 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>object-cache-noop</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index a20f28c87108053caa31e313951ff2efb70a3672..368631adac5fa88d9718798e2c4f61a177a4c8f7 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 4d3b587945aa73d9410625a54a2a18818511fd94..a097eeadeefbf4d509b3a9a881ef9e1c89a45271 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 481b1379e1485c054acb9726f6188fc5ff73d54f..869d0dd9008773861b105eb1ed3f016dfae4783b 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>util</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
index 317becdfd5be8f4b750f2b9fbf195aaf4e049fba..8cff4bf67448126208a51615881f3b03dd1a6757 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 26adece476b0a6691a49da77920f53734f300f44..e3e2bd8e14ecb2e170d7f988740a715aee968468 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index eb15370a92d078e453f3787f18af63f27679edd2..e4a4082101945d0a0569ed494416cc7638e4d14b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-exp-objcache</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: Object Cache</name>
 
index 6058e530680220aa3f295e0ddbf32c2717772688..e5b478b1d16164eb512692f4b1388b93489d7967 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-triemap</artifactId>
-    <version>1.0.6.6-SNAPSHOT</version>
+    <version>1.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: TrieMap</name>
     <description>Concurrent hash-trie implementation</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 69994cdf7dec829a49519ace67f18af54175ca64..3aed4e026452ffadd7280117fe3ccd03c690a90f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index d933ffc5e529f0dee03657ff0fc8bb99b075a5c4..f9814c2d4dd2f7615368c90172e7da129150e12e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 5e2e8d24755fc8d6af6925f8492f2dfab4922e74..38fa0f3ebbd9b7739e8d9b2bc3502e561ec8a843 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 41184e190274b94e9e471b94c18b4c70bb79a69d..f38232b9b36159a5c0204a8870124de2e60c3777 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 48397cc554c3498371b5877cd3065e8d8e4507d5..f906499c67c69e082e38ff92463d73e5b06d55dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 65c7e4e368c39946fbf8a1d3eee4d294b77e77d8..9baf3527146e06ff9a4d322a6f50778d8d197286 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 29f56593008d84e178a0f96e98a48dc86a0c7460..2d447aeb01b17ebbc88f5d737b1fd32aa0b01173 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index a0d720ee49c5f72e3bca9e8967dea33bc3b9d117..c4430a6c676e771c31e62de8e3728ff8a6c64e6c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 7bd15d52613c132fbf85055b3a92790d0ed340dd..d2d919b8a944f6dbf8c6b02d27f6fd52d6993053 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>XPath support for YANG-modeled data</description>
index 74c7d53c2e7ef08ab9a0509cf039871c4923b491..e6a04b4f26fbdd3dee9e8f5c1de400eb82e3215a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/pom.xml b/pom.xml
index 611578615637fc5a2dc1e42e156e9a8f4b7bf948..cdd31f5368af8eefe6b69640ca2bc8fcbb8cc2ef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-aggregator</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
index f5ff99721e6d559f5744ad13704dbd8300a60437..d6fdf4573f7abb89aee5b773994cafb06129fee2 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>third-party-aggregator</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 63fb59293609d8ae515752bfecf3f8cfcd3b225d..b86df0ca5df42527faab4deb24d382dff579b821 100644 (file)
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>triemap</artifactId>
-    <version>1.0.6.6-SNAPSHOT</version>
+    <version>1.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Java implementation of a concurrent trie hash map from Scala collections library</description>
index 1c82db0d5e5522cd2b3886d5204138e2fb93e807..b21506b415742341c94a7a843db59da2ec5fa17b 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 5b3791d2031030d05ee990a4f5be350b67d8fd27..607ca9cccc10135b27f150cecee020aa7af11e77 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odlext-model-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenDaylight yang-ext metamodel</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e93551812315231a0cc6c4e2297acb9ab04bfc66..4743e034705f462ec00481d2a48b78ac557da0f9 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odlext-parser-support</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenDaylight yang-ext parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e43f9a3585cd1a86b8f4780031cbac828357712d..fc693c5bf5d81f0755347b9ca1d375cf7f367e67 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>openconfig-model-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenConfig extensions metamodel</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e10484d1213ed2193a7558cad23ff2bc986e37fb..cddc6d82ea6cc3de2aac2626c7b448551f3f5f3c 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>openconfig-parser-support</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenConfig extensions parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 488aa888e66ba15986195849d3ebcb5095af90b2..71212c49466bc37aed8229b511690ba326603e7a 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 7389f6edda14d986bd078b7e38fd908bd1f9294a..b05b4936fcd2959cc593442353570ad081e43808 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc6536-model-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC6536 metamodel</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index a8f28840321ba6a58bbb6a9ae197f068cd918caf..da6d78544cf390026305d69adca1c98de618c740 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc6536-parser-support</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC6536 parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d530c8651a12a93ec702cb692245f9af0e6d98e6..9b622fb31c85855eb5e223c515941c2c81d82022 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc7952-model-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC7952 metamodel</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 91402fd888da4b38420ebe7984daa80ac38e673a..a217c6446f556593080fcbc90052e2a8d212fa3c 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc7952-parser-support</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC7952 parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 6b35e2424317bcb99c1a5aa12a5b0f39403048c7..8528b484d79e08a83b35634300dbae4bfa5054d9 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc8040-model-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC8040 model API</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d7f76679de3e2cdcb8e83dc99468e00d9e1ff2be..82df729e3218a1978e6c52f0e39c61ec9d6c3fad 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc8040-parser-support</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC8040 parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 7015ff861c2409976cc84a03a3d39f052227eb79..f0f6ff74264d3981377655adff8be6530b656e7a 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-common</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>ODL :: YANG Tools :: ${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 8c79160786e680fcd9cc714d0aefba00544c9eba..60f85d365bfcc4b3e62b2f63ece60da77e502894 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index c8ec902da182abda1e445b392ed9e28645c548f8..cf2d1b379500dda975638f272981c18a3772698f 100644 (file)
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-codec-gson</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index cc94979dc5ac2b5fed66a926613422e0e78b08dd..6d68e36c593d4fa1a52e6ec888335751ffbeed98 100644 (file)
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-codec-xml</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b8c5e245e90a771c117f0ba0eae3e3554934c8de..6324dac053391101aadfc42774f49568151bc191 100644 (file)
@@ -16,7 +16,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-impl</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index eec85f515b94b44389316ed3404b903779f70a64..1244b378c9f730b12d1aa77be7d115408f7b66d3 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-jaxen</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index ffd3f08c91e642de87964fcc458495b17df686c6..9e19939ea1ecb11829f93249b360538326565dc8 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-transform</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index fb999d145e8cd4c15aa0052c41ded878e18af498..4cdf9257a736ea46dac63eeb66260457515c8d64 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-util</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index a6a0da000cd7ad8fe332107893472f6b6c628e6e..2b6c60b1e9447bdc22cb87d939a24c77205be2b8 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index 8d59e5cc907114c7914d79f1aede5dd6ef28f167..e6201b59d3d0d989455523450b3d2312fc18c90f 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-spi</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index afbf8d41268d8e8479f30513b0d45e2d6f7c02bb..39ba9de34be0632cd7057a10653e1b605cff33be 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <description>
         This plugin is a wrapper for "yang to source code" generation.
@@ -35,7 +35,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index db9b29246fc523446b6702b3f6d04d7b16232279..615a02eddd590708b8a69a840042a31a6cbb8443 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 2aa9cc40043993a8157b68733a24cff679a420a8..a1702104243872112a5efe59a6d290145ba8ee3b 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-export</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b036aebd86be5a71de4341b0eba2d718ed9df2a6..2078b79474ae38d28c1cf796985452eda374eaa7 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-immutable</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 74d44baa21061d924c0ccd1ee0a3680b958477b6..d780546f897f9eb76c96bf151cfef4a89cd57cd7 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-util</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 554e17ea2c6ef8ea7138a7d33c11c9a3fac0e819..ca6102d0b2a9182bb5a4c17caad3fb76e5dc125b 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>YANG model validator</description>
 
index 7be975ee4996de43d224b7adc2d2966bfdc07be7..0875ef295d32779c7a47ec3613ad1c515f691cba 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-api</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser API</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 3c766352d336aa9dda115b9e0b75992ebb3e519d..42d8e9319f8f003fafd2f22cca9913ac3ecb1e91 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-impl</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index df2d29ba1eaee17cb7cbeec12a6cb0ad416a6147..0ca41613db7d4614c5f936ab552476ddc77df16b 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-reactor</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 5f882936f92cd4e1b70246f9bb8a4814121ed6ea..c4b28be19ca77d2a44f27996a76bc0628b1fde00 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-rfc7950</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC6020/RFC7950 parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 8bf859919c16f6255a04598dc97e96e40dcece22..1997c02094601a0f3febfb6550d9ff186354d1e7 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-spi</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser SPI</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 2175a9ae25faf4be70c63dc4424610d7caf9ae92..e44c78609c4f65877aa77d122bca266629362a82 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-test-util</artifactId>
-    <version>2.0.6.6-SNAPSHOT</version>
+    <version>2.0.6.7-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.6.6-SNAPSHOT</version>
+                <version>2.0.6.7-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>