Release yangtools v8.0.3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 14 Apr 2022 05:50:56 +0000 (05:50 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 14 Apr 2022 05:50:56 +0000 (05:50 +0000)
93 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-exp-data-xpath-api/pom.xml
features/odl-yangtools-exp-data-xpath/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 674f3ffa8a889ff98157516fe92971134dc47bbf..c18833b4afa5b95eca6d0d502f1746915468fb15 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-util</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-util</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-                <version>0.5.8-SNAPSHOT</version>
+                <version>0.5.8</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-                <version>0.5.8-SNAPSHOT</version>
+                <version>0.5.8</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 0c9f72d58cbe80b7939628b9959e0535810e3b44..9f1f7391af7d289ea4e7858664f360b32bcb6283 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</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.3-SNAPSHOT</version>
+            <version>8.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>8.0.3-SNAPSHOT</version>
+            <version>8.0.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 3c14f5bd57609a9eb7d9e543bb7afb8582647c32..4ca36a165fb5b55700be3ac307343ba8cfb96871 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</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.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index a32960dd1fc21a2d52263f304b6a4a5caa284cda..f7e994fe6208ad4cc4f619b20fbb71b3bf65225e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</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.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 05b914c25c23ba56b9db93caf79375b9d183b489..8eedc32e883ebd309bbe93a32a0c313cb53c5d8d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 219d441a266f0a8a5495a936b19bf05cd6d6533f..9897acdb3974450a3c78006b36a44a31d147a84d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 22260acf71aaa69a8ae251dadbd4afe1f538752b..30a24195e276213376bbc801f8a9e96fb64e6333 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 73550558e94df7810bb9feed96abbcb8e7cc8dd7..9cfbaf746c4e8000f48aaffc15c2d4b5096fbc16 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5d7ff8520a848352219ec1b276dd78cef8e8eb30..02b041830600d7ab3c988678b77b25c0b879625a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 53fb0d5581682165fcf27c171eafd542f8ab644e..586e8d72f29683a135e45a716ab226db348bb674 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 3d62292531a1ac5ea6a09499f5912564c5fd54c7..4baf19e21b92af847fa078e19a8897d9bd83f292 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 9e6de8d698eab86a8a54daae3e2cc73de9044d10..350349b4e8b7cd97bd5c08906d6efdef5d5555e4 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 545c27274fdedff00bbcd31c9c7a4b97abedcedc..c801cc5b054c643700c0fe34565f91f118900dc0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 1084b003273a486f99ee2ee29e340e03d26316d6..93f61ba6aa4b6637e1fb4c36c95400388bc5cc8c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 77f5c861fa4ead882a6705061e05b3de84d9e235..6238628397123c81702d890f6343630a0534c353 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 85db145b8d60be72afce535be5c0643f3800af4a..ea8a0da86541051a43d772a3c86ce29f673f8cc5 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index f45fec32b67d07cb5fc615dd0656e7fc5576111d..baa835659f6ebddc56afc9c357ae43eab9c46981 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2bc14c0e8a9977e6128fbb182ed749e2e802e442..c840dc7f0bc9b215f177095aabafb176edfb265c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 43f103660372faa79e50e0ec3a3e6f5d4b15a3e0..0724bf629fefc3788010a450eb2bb4a5f02a231f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 98f8be4559834775cf889de9d369334f0b337e87..9c2dddc7de5e006fdaf4043ee4338179366ba124 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8a821651f9655bfe61e1b63e0f1b06fb2615b87c..fd8bfb6013239a1f3fbe121da9d4acd062c6e14f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 00128f4198a2ca500f7cc137fb27b654aecad324..1a90ec17d65672637c472774532862ef76093b76 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 04cbf3721b3978f810c343219367c497f91d8271..27f395558be8c112cb0a336da7b3e88f914d252c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ee93583545da667d549c8f889ef6ec333d9e2293..3e334f3112bb457ad2a8c90428b7bf1deeec5b10 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f661cf949b48dbabe072ae42bfabfcc8088706d1..d574c7123a250f077b9758792db8e876b6e187ba 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 56e3bf698c9439e9e8ebb3227eb06bca36e14b5d..eeae690e23f0ea915a632be527a6a2b773a1d9d5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b746f81d5e7ef6427b73bbeb90979d7677a0d4b8..90fee2f571f31c17ddcb752601e757ec4472e0f0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 11a1b8cd0361cd264ae4f1d093184470bb47bddd..51c4f88c4a1545ac02f94c37949cae148db3135d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1ea162275a0fde22e6ebe5510ca6dd2ee1b39a3e..d03916c166f3e4a3c1f63d193057bdc5d4a0c83a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 2dcd7e902ce1e430f2ef3a659cbc156da6c8ab40..a9cfae10dba388e0508f958ac12eb1858acc2098 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index b2f9fa3de75c8e5e822d9ed64d5bae0cb121f7c5..34d95cb7a42bf9126e99e53b38f2ae2f526e0e3a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 6c5089d625c95caf3b0035cdfc5e74efc7bb46e8..6060d2100a317d7915251aedee5624d7b82180c5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 88ce4bf68d449e4ff6bf6a77b24a3ba15708d57b..7440f04fe30ac6cce833170cb7091239f41e12fb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 108bbc06cefe56996982c1a08050512084b974a6..4c58183312b168f933a5470702e38038ab5cccd0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index aeb318c570bb11948b989e8730bed6bba511095d..3194bfac9b5f6a6c50fec3248952730238a1b280 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 4ae6c3e80c854adc150ef92a65898a7eb116cd07..f529b41d0c28c21e00c6d17c8fe8f1ce39e06b7e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-    <version>0.5.8-SNAPSHOT</version>
+    <version>0.5.8</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: Data XPath API</name>
     <description>YANG-modeled data XPath APIs</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 7f02507caa6c030eb61f611ae7e7107b5520d097..669457a11dbb218649ea29b85c3f4856a41e9e83 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-    <version>0.5.8-SNAPSHOT</version>
+    <version>0.5.8</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: Data XPath support</name>
     <description>XPath support for YANG-modeled data</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 82c9e4f5275733bd08280b0decf786992877dd43..9931bb7b9e2989e06011f5849b0f4a109224520f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index ed80441d1f36043f914baa0846db64c578fd1cfd..52ff64a3429e7c51d9eae9fbb0f3e9e40b738858 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 6c986aa27a6666abeedbe419a749b33be5ca27ca..c120aec50d60ef2613959d5ef56889988990a8dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 9447dd879c33b6110217f774ec55b292e3c6d245..478cd06cceb402560802af72656bedea1629ef20 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 0afad9ecf8deb9022ef92814e4fd99afec28db92..502eae85dec0f034726f4e815cf5ccc243f53ac8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 5a1e45afdf236aceda97bfe0e463e3928eb633e7..e9590623443a5830344eb48efa58a5ce247786e1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</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.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 34941e58647a04a73530a51e9d571643e59c6a81..fd81dc21c7892cc59d2593f00a233e16328dc4be 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 5a788361b003502dfdf260a97978df0797e68502..5fd6e20f896da7b7052f96dad44874403b08be32 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 16e6c2874c58548e8eb78c219750e251af7af6e1..aed75831e261416fa0e82b803a92bbd9866e5738 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 8561ee3fe67846e75d499c9527c048874026e5d0..6997e12a7dc8aea7c38847cc12618e59beeb7ddd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ebf5b0b3da26f34cb9b3a803fe1946f62499d5b6..c80967597ca0814dcf170689cab2f4d8ecda9504 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2442982a77bd1dfd27ef41e62a0960e62c809f20..b0e0f55d03c6c13deb7b9b87fb245f12c8fde029 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 89559705cc70975e6b3c686a407ddba6f9c8d39f..ac32da4103a04f2100bf876c9d36fcb9eb5cd09e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2d8b1ec7d3b2d94c837b8cb5cf14a55aaaa61731..1e8a6c6b7a06532a27952f06ea4d7daf12cf68e4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 35f06fe8d36d49cb0581130fe4b98c373ed17cad..a84be98e6c6637ac577ddd8168a3238974850851 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d78fc95f754fa0a82defd9fafef1090f662c95d6..b18a12ab669b652ce83a4b2ba5c5a0a0cd65b24c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a84ae7c0f14169ce06ea05fd48b1117119df89f8..f63e9be2ced20a9e1b9e24e9926ed6f75809db75 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1e63183ce8bbaa66453d6219bedb7859194e2e89..0544c802f0bc53980baf763fc481ee2e50c8b5ee 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 66d042f092dc9fabe57632a5a799a3ad7fd01f98..88c29661e5ad6b9fee5c44a3e66925e039b5f7db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6b87c8fdbc4ff4bd8a303603b3d709ab6d20b781..eb8cb3afa52f9903ee13053bd328c8ef23bb3fc3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 72be3a1d78478511292d4d07dcda4596ca49b086..afa4f822576667c2aed87ce305d1e3eeb64d8139 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a578bee60f89d4c2eed232783ba651f2f76012e8..38a132807b8c66281e27c97391b41d14c4fe5b2d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a8f901d38980c193f1434a70dd43361706445391..10de5dbcfc329f585a5e811cd8bce32dba246810 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4130dbddaf4161807917cafa75d820c479b00660..67ca5a10a70ce5809d977770f1bd4cb5d0325cb6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c444087aba898d9eab9cc5099cdff618f914d813..217a9f39d52a1ebd69997ac744a11cbae08f2774 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c1711eaad9b0dadc192410ff08ff0c5608d853d1..030f66249f1a6ea712cd1e65b21cde8b2772f9b6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a7586e48a2aed425671b3ada7135710ce37197a7..4eaf8596acd53246d3b6b2d8a5998fa12552912e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 7a8cac6f87d81a73573eb5387aa882e71672f657..ebe84469110306d8f437b4f5879ebc25d55b7bb0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f606015808a10d5cb1e58a12b6704982635a57cd..c0b984f66c65c96ba168b966d3c78f70d2c5be9a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a5b17719b01e473088cd87f2312382555f6fb750..247417370b1634b62ce48f304a67669836777983 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8d1a1286e781fdd77d7d67e82725a23c9834a406..b7e1b05928abf3e0921afdff164d94fb2048b9c1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7832bb2a84b0059e0fbaf02f9317c06bc4309146..ec0a4b0591f0c93373f5d4bed8bc8e06877916a6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c1e87cb1c85c051d470ed02ff2a29bbc2c18abae..3e5d955475078668558bf1b1d43f5fa13416e30c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b3a6dbbf223f5fb6ca0ee1f47a3e637d86710fdb..bc7048c415985ac6a0d49ce2eb0cb898f522ff24 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0c13d8ef8211fc99eff64c5c78e9c525fc55c6c3..5d566d922a2b61b11b1ec1374f6fe4d1cda472e7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 742c29c5563012e09fe65538ff8af25933be79d1..82dc93d0634d21717fa67292b776502c8b4cd7ce 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a0ceddc8cc551c8ae94530a1b46fbb26e8a8691e..79e923b368c8e262ee6077fe564490b87dc9aed1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b82a5ef22ed411f18f696b1b85887212d820856b..453910ee6137b50b7bba0d9343f7eb2c3be2f1df 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5eb5da51da8bc978cc403b46eb64a587c5359427..f42fbcde456c47fa493915245658d4d0fad77708 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 94332012e53c292f0442dc92f8dabf4670e5aa1f..ae57f959bd5c88805cbbb544921314841a04cb27 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 31757bea69bb1de169443799313cd9c15468a912..7929a4d77bdac4f826323033de277700cfa1de76 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 44c606f1b1038f152f2b39c67b745d4fa300cb0e..070de021298646ee08f5a32b35687c5365686c43 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <modules>
index eca836b2c55579e6a698da389a3d6c65edd09fb4..51868f25796d955606d0c5e93e02f9a71c4f7b7e 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.3-SNAPSHOT</version>
+    <version>8.0.3</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index b6f7655d54d1a18a2ad16bf277153e6cd04615fb..8601cb7cb6233f5a240ffb6f5185c0d21432e5ab 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.3-SNAPSHOT</version>
+    <version>8.0.3</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.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 40f881d4250a5e94815e708b54dc4ae9c2505ad2..fc8d46df9cdbe23b7d10f76c677d65d4bd73c93e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</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.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 676476d886584606385c91f12daf97270fcdb5b4..b3734b35503a9d8d5954eebd2518fb02eaaf53f8 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.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 9df1314f5dd8c3ae58eb8d4d063d9987a2923f7c..5497952b295c59cd2b432fedb4f76628f4d91afe 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <modules>
index 3a8dac24b1fae340f800da1d4f6dc04da7599321..6f63cfd1b141ba02b0e26c0c891d59137aa2f799 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</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.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 4dcc235f48c0df49d2c20571a0fb26ca8a27bd75..9af5557ac43bb6d9a2e9838ba89e138f7985be40 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.3-SNAPSHOT</version>
+                <version>8.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 1ec7691e5dae0e8fe97cf49c2ddc74bde1011862..2e35659c2c5c059a3a5e220cb086912a9623991f 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index d9ef00390cb9a9bb80c7b7d74e4edca0777f13f4..12a8e87afb6845f5c7032d65505e066077c69835 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 3de3130d86d451f781aeac66928979787e7ca5a4..a4e3d03209c85719aaea2e9af22c5ecca0495a4a 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
index f495efcb93832b0e935ed7a2e6df05e2d628db5e..b7e1acbc479eefe2dbc0fa625bf52a25964250fa 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>8.0.3-SNAPSHOT</version>
+    <version>8.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 41ae7e95cafbb4d06f7f17d2a899b4491c2f5dc0..697a114e16c9dfd4dfa53d8abde527504541f55f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dadc48a3a7257b81987a5aecb190c34b469edc1c..68d029da5ba86680d55b5fbd2774c05a25d14557 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f05d1f0c6d3bcc385c6e5387f73bd7d90f8cc7ea..6a77e2c89848bdd6998edf0bf756ee7b6caae2d5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.3-SNAPSHOT</version>
+        <version>8.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>