Release yangtools v8.0.6
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 25 May 2022 13:18:41 +0000 (13:18 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 25 May 2022 13:18:41 +0000 (13:18 +0000)
91 files changed:
artifacts/pom.xml
benchmarks/pom.xml
bnd-parent/pom.xml
bundle-parent/pom.xml
codec/pom.xml
codec/yang-data-codec-binfmt/pom.xml
codec/yang-data-codec-gson/pom.xml
codec/yang-data-codec-xml/pom.xml
common/concepts/pom.xml
common/mockito-configuration/pom.xml
common/pom.xml
common/testutils/pom.xml
common/util/pom.xml
common/yang-common-netty/pom.xml
common/yang-common/pom.xml
data/pom.xml
data/rfc7952-data-api/pom.xml
data/rfc7952-data-util/pom.xml
data/rfc8528-data-api/pom.xml
data/rfc8528-data-util/pom.xml
data/yang-data-api/pom.xml
data/yang-data-impl/pom.xml
data/yang-data-spi/pom.xml
data/yang-data-transform/pom.xml
data/yang-data-tree-api/pom.xml
data/yang-data-tree-ri/pom.xml
data/yang-data-tree-spi/pom.xml
data/yang-data-util/pom.xml
docs/pom.xml
features/features-yangtools-experimental/pom.xml
features/features-yangtools/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-netty/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-api/pom.xml
features/odl-yangtools-xpath/pom.xml
features/pom.xml
karaf/pom.xml
model/odlext-model-api/pom.xml
model/openconfig-model-api/pom.xml
model/pom.xml
model/rfc6241-model-api/pom.xml
model/rfc6536-model-api/pom.xml
model/rfc6643-model-api/pom.xml
model/rfc7952-model-api/pom.xml
model/rfc8040-model-api/pom.xml
model/rfc8528-model-api/pom.xml
model/rfc8639-model-api/pom.xml
model/yang-model-api/pom.xml
model/yang-model-export/pom.xml
model/yang-model-ri/pom.xml
model/yang-model-spi/pom.xml
model/yang-model-util/pom.xml
parser/odlext-parser-support/pom.xml
parser/openconfig-parser-support/pom.xml
parser/pom.xml
parser/rfc6241-parser-support/pom.xml
parser/rfc6536-parser-support/pom.xml
parser/rfc6643-parser-support/pom.xml
parser/rfc7952-parser-support/pom.xml
parser/rfc8040-parser-support/pom.xml
parser/rfc8528-parser-support/pom.xml
parser/rfc8639-parser-support/pom.xml
parser/yang-parser-api/pom.xml
parser/yang-parser-impl/pom.xml
parser/yang-parser-reactor/pom.xml
parser/yang-parser-rfc7950/pom.xml
parser/yang-parser-spi/pom.xml
parser/yang-test-util/pom.xml
plugin/plugin-generator-api/pom.xml
plugin/pom.xml
plugin/yang-maven-plugin-it/pom.xml
plugin/yang-maven-plugin-spi/pom.xml
plugin/yang-maven-plugin/pom.xml
pom.xml
tools/pom.xml
tools/yang-model-validator/pom.xml
tools/yang-validation-tool/pom.xml
xpath/pom.xml
xpath/yang-xpath-api/pom.xml
xpath/yang-xpath-impl/pom.xml
yang/pom.xml
yang/yang-repo-api/pom.xml
yang/yang-repo-fs/pom.xml
yang/yang-repo-spi/pom.xml

index 031a5979dc43b91dc9955c3b335c57105a3a0df9..eba5fd1cadddb8f39ead5d48a9809c30a98e0277 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-util</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-util</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 1a39edefa5787ac7867a644b6c2327ecab25390f..bbc656b1acc8b5bc6dc1ba3b6271547dc88ba3be 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
 
     <properties>
         <!-- JMH-generated code does not pass SB (very noisily)-->
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-tree-ri</artifactId>
-            <version>8.0.6-SNAPSHOT</version>
+            <version>8.0.6</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>8.0.6-SNAPSHOT</version>
+            <version>8.0.6</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index e8f96a87c2fd3547a3b9b66f766856f19aeb412d..b194d1b950d5ec82db3e3b8a0c832598d854bfb8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent (bnd-based)</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d06ef013edaab4c6d5e792167101a98589745d3a..0874eca73042a2a31eb56c6a8ea179c826342f57 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent (felix-based)</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d96437e63a9549a87ff6426a118658fd5520b43c..eea24e21923c713c67beb63581a20ea76b16d740 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index ff525eb1f00217ceb91a9c42b31ff98b5b71b321..c45d90e0ef6ccc0a9ca29f4fc98aecd2b922bf44 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 418cb5e65b52f4b6a9ca4a66ce92404ed5747704..d68d56d90c057f8b7b0646899ce6a2f8ea06c818 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1f64efc4022ae2581abee5623c24599aacee1dfa..10298a339deabbfd800406e03cb776e761cc4708 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 361dde5a3265a5e472fb48806a3bf5ebaba96fc5..4405a65c55f69344590155a5b4dd9ec777e00632 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index f3ade9ec523e58375582ff6e4f94abe3c6977e63..9f7723f0cdafe484768e46605b69026a6c198992 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 98694cdee052c936495d2e7c36ee47ae5621441e..babebe169a2e4043ba19b6ddd6b0155386aaecd9 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index 297bd8a89702aa93f1e12503ce970dcbe571f8b5..652864e148f38e2b50ad10d902d1a39bb71b7a56 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 7b27f851128096b951b3866e8250ca9a7cd78148..6118e2438b1f98255a846ecda424d1cdd022869d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 137827f32729cdef02614f9c733f183ba2d1d484..0a0b99f7f883a9443534375e2adcc8563bc19310 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index add50a2dfee85c2075d46ceff0e37ef61cd88cdf..dfaf3c6e0daf37010ba49a7a104f976278345ba9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 651bb62b72030802854798ef81a18b6da3b95568..6e939cc439dc448ff241a97b82c60d39b2e44c76 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index 56a0c4aab4d3871a8f170319ef37ad9d100bbca9..97b5275357c3e5505ac60bc6cb3e64d3d7362172 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5de39e78d19ed18cab6345ac087de19a28cee3cf..21d8ae92470ac16596cbd246b6659f4a7ed668bc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a64064993dfc7cad6a64bdfa4d3637add50c2ff6..2b385eec52ed3e2423c0dc359fb2bf83371e1af3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 46e5bb6e1596b35c4976d7583c6a4baeeefb61a8..73fae0ce0293efa927a6a4f418f09cee6532fa45 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 44e29d494bd0183a988860f808bd0ef4d0960be7..3ce316045c6de5d4e3f8a7bdd1c2cb4da6701672 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b4acf90983d76f5e6cb4c1a5a8c046a0e752bd1d..41d3158a384b014ebf4b1f1a3b46c465c30526bd 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 20e84566c7d0d1cdc7bdd5401fe3a0b2785d0599..77467193e3d71b4ef32e11a6c919aa92fdf3d256 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 95a9a68c426aa2b4e56803559d28b6c31b10ecb2..34c5ada51125f8ca4cc946027f76ddb7a653ecf4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6c69cc800268b059c7be0aaec05c6826105f04a4..6979521760b38afe98a5549ede0c89fe99d85620 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 52fff36686548da1b0790f9385e8845cc5c1d122..0540e99f69926fd9b819633c75dbb9573853199d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d3c8e3e0be1267979537e107fc1bce6ee595501a..97185f912607873db4b46b7f32564a26413a2808 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bd5a2ae5de71f700430a525a5d2d0112cf938d72..389d6bb8fafe0492230b1bbe6f1ad5d698eb91ef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 35345189eab31a25ef94f740f90ec513f89afc40..0442e5e3c3fe067ff630e15c73eae2e5bb3b2711 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 97cdd573fd528d6b075adb40149213cdfbca9fea..031ae69e4bb5ce37ff0e38810901e19bec802900 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 9381865bc1f546d98ce078aeb83a69fe21a408c7..942d61c42e47bd7c492c929458df7243b4dd9671 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 7e67cb84dd4ccbf2b13df69e62efc035ba159216..65349ef42a3231a2ceafff0539eb99ed0735ac6b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 0c47b6002ea83355141149a3373d98ede136ac15..1509eacad70c7afcbca01b1d55ff3cec563368d7 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index fd61f5495684a67f6f2c87b7b4c3182801835db6..29d37874b8375869cf74ac3fc941e0d192b49b07 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index c225745bb62b19d7be676af679a090889707e2bb..9bc2776099b0eafcb32962262ec2d7730b5ac419 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 5532b670e96d3ce96b5a087020b6f069411cec26..3f5090edf66117483dfec6225b557b6750be2232 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 58ae02fc2fa4a94482b85b902881d45a4ca0db83..c06cca97c6638269daf6c660e96a8a56cbc3ef6c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 61fe793e8311c0cc449c4e467e856bfaaa5df89f..27a200c2264be0eda55016b5a4928c7b9608d91c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 8797572e5360afc59ab76a0fea65a6e6fd85b450..e8d6ca14788832eab5182fcf7508c4d5f11c9e85 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 18e00772357739c579c2cef370f056179bfda3c7..6a2593d71cd0eadab8a4c08e667fbfdd7cd42cc3 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index b553e68edd9c86c7e07a941b1013e3a55ca79449..c2345ef69edb34385d448383df44049aeb6c74b9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath API</name>
 
@@ -27,7 +27,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 89bba169f95e9afe024e9657cce982597380b3f1..38ed23053828c4ff9877a990672fd8022a6996be 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 91eadc6ea920d3f608531234e0b6de3725973d69..6ee020d2ff27ffc774289f319d30315892ba5715 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index 5f55f30c8617e32109708cd78f61e7af6d5319a1..1740a156419d4dd1f4b890da69b19d452d611e3c 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 4fe7ef8023682f09b695b2308fcb5907772c4e0a..84afd06357f2f3684802f79c8ec93d76e75fbe62 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dfd5d6516212f4b577cd965e0ab171781f18b017..cb3ebe45ef7bfff7118b747d05d769a1eb4a4c6a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bdd792b760aaa2dd7124bddebf3189a78239668d..3db5fc8dd80c97e69890216eb3ae6c174f76edab 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index e4b027371571fd2d1fd55eadccbac162e92d8d6b..3a17e8f2586f60196f0963ec1b8da54e94835670 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 428e31ca09fab568d81121b409f7f48ff8810e8b..1d184579b950ddc796d196cf95cdc78aedba4bcd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a72d1a567c8950c5ec05e0cd837b7f5b2856ea6e..ea71a410c9dd14e065bedda2afc11f66b38ad15f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 73b54b3b18bad122ca3b6a16f0925383f04671a3..28902d950a07a2d56725b365dad9b01a20702bf6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3c6f25a1913106688fd2f4074b172912328231f4..ed48330d903b5707762aab09bd1f793c767fdbc3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 75f49fad83f47d3856921a9af6276c9b275fa42c..a57a255c1b1e59b736071ea0dd7df22302a606e3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d6101f958962b50998233a1ce9a3c55da775f267..3c4f217bf09525f9681c415ea691ed79805f7831 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 83aaffb7b16031d3b580c4fe0bba62deed735854..e98d4bdaf0522a75e35f25dceac8d2d41bccc24e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3859e0d084f9f5c6e0ebdc711b40dd392a22f865..6dab7bdcf365c9281802d8d964a8d8ea06606c75 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c54ce18049db28fdeff4f4c557bfc9ceaf86c1de..4ece8573d3d6ddb7a3503d761ffd0ca92a08f315 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c35dec1fcdbfb42160f68050ac10c9a00c527a1b..a5e95544212926df863d6e3becc5d5adff83521e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 69d2940f6df5c2820cd9c125ce22478d5200e312..511e40d725f45e467bb88583df5811a84eead146 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 17919508ec2498e664bc156e5b05fca2074b2f13..1fecad71293ff3d33cfb803602425a072cab026e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 57e0d3241f43be5a09d70d153759295a3590690e..c5c36d8260ce27f9468387047cfbaa2e0a1095b1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4f53ec41d1dba5f03bbe39b38d2be3cc7fb95260..d97aca30477bd713ce37c9060fff19540f86561c 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index 3c83aa956eab274a891cf763322dfe78af99295c..ff3919c8e70ef286e7ce63b9025e6c37b0556742 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0bb0f91d4776930a8b43893dfc36d2b7b683f63f..041ee172c04f5afa5d71991a17b361b31c4ecaa2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e663c9285d7cb0041f6bdc52917c11ed903a717c..4be75eff59f46deb86adfbf90b65b9d6accf48b7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 35f48c7961d293bfd47c802d360e881a2e503595..6cfeb8e51b7be717d045af7ea78adc1f9a2452b7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 374fecb45d4827ff6679ee1c8113b63968f90f3d..eb1e5a91ba90d70a2739b1fc0e800c33bbe13aec 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 30887ffcf22cf0b76cd99a311099561b31abff6e..c39b89c05fd8d2c11d1d3e9150bd97d32aa7c97d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 531598176c604fa5af3046a8e5b76b59cbd2cd86..384ac246c5e0f2fd9dd069cad48bad55bee7aad6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 58ecfb036f5577cfb1ff706ac4e06e7425d255ca..0963637f28df98439f0a68d21d4c0c7b309ca91b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 13133afa893edee7e66f927990c3e79ec8e0ec33..922c39299d289da59b6f57124f451e38862aafa7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a7c94ac99673bebdfe435c3aa5af6c38a1f2171f..be44b8a8be6e78ce7d919e327ee7d7c6d761eaaa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9d7ee231cb029aa4bf5c9ed63da1871bb150fb47..d514dedb5f545cc5d59b1a893c004e2f35e82ed2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 302e8b499eccdaa877cbd38b38ef342734ca1e25..7d280ed45ff736b1831144e188ac6d8fbee7e42b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6c452362b27284ca2a260c6d4083fffdddb46ec7..e31d0ec37ec5ba9a899b4d4d6cc91c11e3a50199 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 47159167e28f03bdaf794bffcff58e3ccae6b894..2f589047550df0bbe163a8ccbdd235e08063267b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4bfbdf18462bfc7e9cb860c3c4092bf491592a37..37e1889a946c0c451c5dfcb80c0931b73b8850aa 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <modules>
index d4600cd7cec4f9a257513ee4144237d18ca75b49..3357387c21c3751105f0fd06d801f6c1c19e4d98 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index 217a318446fa53a998500a8c5e4626cc57fa3be4..196622e4d3511f34d744bf06fb153437ad09d49a 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-spi</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 846e6c76163a98414e526d43780d9527056c7bdb..833ed8c6bd4f559d38f39c896396fad19e809e1f 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>maven-plugin</packaging>
     <description>
         This plugin is a wrapper for "yang to source code" generation.
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 4bd9c2d3fc8d4a09a8afd55b05d8c79a976dbf60..6b3edbb7868cac13b629a1efd154806b2e5e0811 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>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 48b9cb56a8afcc8e345a5a617c7d9008dca35b15..8076c68f4e6762312e94f2919ab0ee81e46cae49 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <modules>
index 5d358e4d8af4db22d56822e893f822e051be281f..dd885d30b4a093d047032686d73a9189d21733c5 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <name>${project.artifactId}</name>
     <description>YANG model validator</description>
 
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 765ffcb2f7840a91bf64de6da5da8195e2e235c8..d855721af20f3787bd763066012d0beac09a3a85 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.6-SNAPSHOT</version>
+                <version>8.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 57c19552d25f627911adcff31f17bbdb690470a5..85d55ddae4ef221d98395340ac9c8eca403c3e88 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index 57e65f90fb24a0d2a12bf88dbc704125c150e059..e22c227284f8ecf2c13651d49efd2799a4c914ad 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 0c74b1e665368dbb1c4abdaf4ffcb704208b8500..0ca276c32036948599b1b4a6e49b15921b9108b5 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
index d3c420b5d8e9fdd8ed127d319852c634e013f3d0..e9e9e7f0cf53f8934faf4fdefe0ba01a26d690cf 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>8.0.6-SNAPSHOT</version>
+    <version>8.0.6</version>
     <packaging>pom</packaging>
 
     <properties>
index eab839237b9169faae05648c5d21e109fdcab689..1bc6cbaf54b047c65d914636f72205564e709b54 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4e3d6a640a867d065a5a1a787474d44a85a7b372..818d8b91477c27d0e624e9e4059ad83fa7022d07 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7d3197e61520a5429d2567262fc4bb11f67f1f37..dd5718f656c1f1f5317495c7b9afb61e217fd86d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.6-SNAPSHOT</version>
+        <version>8.0.6</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>