Release yangtools v8.0.4
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 9 May 2022 19:52:20 +0000 (19:52 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 9 May 2022 19:52:20 +0000 (19:52 +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 70ca7aa5894d1963c8fa826d7b020754f0b6fdfe..11217cf11c1a2ccc88dd73d0640f3e6277999200 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-util</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-util</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index bf4fc60b08992c9c9b0d0e28643165e0d13978b2..d09f978e340d7ee4380616ad90d566e3250d4bfa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</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.4-SNAPSHOT</version>
+            <version>8.0.4</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>8.0.4-SNAPSHOT</version>
+            <version>8.0.4</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 983bc4d0a40c4f77e6d5a207b174ddaacd802a82..6cc57555c76f8f153d17ff710342d5b6b112e9c8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</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.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index fd83dad9755225842256d6687f3466b6994c0ab2..c1e87ad7f50a2bc3076dd7d8f4597e36d5dee15d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</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.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 62bb0eb27820aa01eb44d755d26963ffc768d346..c57357485a9a137ac3c3310812b85a5fd2730969 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 1d07dd2d39c7be8c57434c9305433f3049e286b5..f90e083754707caaea9905ee9a6f8482e0a4493d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 85822ae662eced50565100383df7666568ee4555..2f36d840f18057489464269a82e409617e7b2a6d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 814fececd1eae0784efed8caec127c715ade0f17..4d1d7f35532217a411338821e910ce2162473a64 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7378c9bf1d66ca6c5afdd151cf5d617a00d808ea..1ebc120bfff321edf887398bca583359e9e3828e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e436553cf055b0a894805fe2d686ad182e0c9729..4e13df03c49c12743d9711f47287b0da0db5b098 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 498e2e5325355f9c70f50bf19c8584cf9ecb6743..f380d303dfd8f1ef72bf061ccb3dab9c256ac3c5 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index dcf321db2bf6fa487313809ef73923b29dd121be..1f6caafdd141a3e0adc72446558c10750c78bc26 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 6f77ff4c6a12a76b921108ec1060632f9e1294b1..f8be33d80ad7faec5a87029e6a463721bf9e7e43 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 034a3b9cddf3d9010001e321a482812866c3523b..65c6b3afc6100ba0a7cd6481835f7308d0619cf0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2cb2d5284a24a57a0942794675cd7e208f030436..4238c10e114f8f0d72da4015128944712651a5bc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 685ad02bd3d02ba5cf067cab91d87ec8bad280ff..c8b388760eacf14e240682c3ebbdcaaf6dd658b9 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 5f2b6ec1d31734df1fde00e68b0d38bc8b84d1a4..e3983cf6ea00a568e00e9ea73649dc1d18f48b0b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1f9d7a99dd55bf75ab72a240d0f5c400287a0a0a..da33a6fca88e3a71afb0f9f93660682233425738 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6ffd746b0dc014e523e7c10ee504725062229daf..2458cba53b77564bd65a82269e02fcf691a6babc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3c00b1447b16a7eb05ff554e54a6ccb130d1ccf0..00579315384a48504b490482f65d847fa82edf01 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9dec3ec2c9593ac69cfaec7f866bc4aec6751ca2..c0a6a6957b8b67022fe4513de05379d420d816a0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f0ce5f9272ec109b5c9f42ace9a6e243f2a256c7..ad7090782faf36129a9c389fe0a2e037a73cd8af 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 56e7e0c51a6f46c4cb996e113f0fa197c3c91561..4cc089bbd8381ada80d874b4f7c8eddc311dd810 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 55e749468d410f683f9ad9eba2c22de6d60294fb..be37635626fa70741bfec4179e0389a2f1dcd8e0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1c06d158ea5d21a99f1f5340d1091bb65d5750ff..6c76b4ae758eaeb5fb4c9b7ca46bf695b9eb0b37 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cadd753163180b2180b1c9da22c922abdd327113..6d29ed2672010240c3a6ac699d3ac39d47c5c929 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4f332e10253d83de0c91f09862ca6d6bbad983c8..91a1c97a30091ba20326b119968aedbc58f2b5c7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8fc270ca76e21b0198234164797e7f42facb7d13..6f68982e5304809987496506b3338385089cca0a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9f75af1e52289769ecb1a6093b690eb3153b337d..d155fe1b49887c5a5c86c1c3de8b04fe7ee02e86 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 065dc948b35e675af67c0314f047257e4d500834..72129b06c1535f6baac5dab4ba14de74055fd057 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index d008ba3b73f01ed54d7178e0293e087579450a6c..a4db088936e180780cfb91b8cfc10dd323a718a8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 7c84959e7e6443011bd39d4e45885d2842b6ee4e..395209b6a12a7d83644b6b28031287fa2fcf1227 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 12d28e326f87f541a477fc59b835e84cf67ce638..3a1489ca9251ae85e51f297701a13160bf4cc99c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 2f765ab509a5ba15db9464044873a73f203cfa0c..eae75ed7348bab047d1036b056841baae6e935dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index dbd71030d46fd29b9702d2aa649e952795ea25a1..156da3943695294cb9221c691851ad2aec5d9211 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index a16db08013be46f93b494304d77093b70d1b9921..dee90b687ed43c8928e6c9868166ae698826c211 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index fae9eb1cc9ff867bddb1b15aecacbc10d6dbf1b8..cfea20bb339b8f2765387685c43d238afeb22646 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 65080befb6b75334763297f1a2364b0d8d957ec4..e73b1126189232f039874ce85197997e4cdaca4b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 860292502d18f3a004ebfba733e86845df5a5a10..bb861926b4cef8a164bee7633f709ead2d4d3a7b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 3fe51ccf6e3905230f89137c23a319aa78c39adc..dccac0d3ee2c091de4488b82701cac223ea5a399 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index c79a6442af7109889e9edb24a3eeb5bbfb4f416c..5defab1fd1bda1990a81b785922a03409bca5ccc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</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.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index ba62b80680e84cdab237dd69d1aaeac97afa6a9b..a17ec5d9f1ae8d18144e4d7a3bce0d43238f5468 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 01b95d69d86eb1c398234d46b1e02264b3122147..8bf44f091dc00a3737db91c03467a262d37ae4e8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 36a3bf0cdf5f28abc33477545485101c1bae2fde..a2fa38b25d565d053464dcd580b7dc2d3eabacca 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 4d8726133c07dccc5085045c366357373ed7b428..ccc703048f057a523bc8bd91a3052735c929ae2b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c56d57559ced2475301b5cf38b25657d840252ad..c0e0299f08964fddc06fd1420b5cb3ec22f7dd8d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d1dec6eddbf8994606c017a0ea10ef1b83352872..22bd95dd011a3fbaffc2e7a89ffba41cea33ddac 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 53b174fe439d7367f66ea2c539f81152464580da..67310a0ba146ffb4f6adae631fdd950e9281b25b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d371ab478c42db22578b3f0519d18c4cf3811d8a..a314eee743b8f4a54565a47e631c0bbaf73bc20d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e4617e7e661638bbad74af1b5506bdeec39106c1..03e0858fddfeeb63bf26af118bdb543a981f93bd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 123be7f6e97f3af499a617e8544998c055797c60..47d69ec14f0dab43c12c830f4db3428da555b03a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7c27785139d4b641a6a90285798780f9b9e5a546..b19f18953f811c3ed0a7d73f50e1005170d23ee4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 747b2511c3b6247c17dafe504232ec8a02f895d0..ef9e6c7eed100751682280c7631a6db8efad58d7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 67936c035f441daf58ab92322180107a81cde1cb..73e2830833454e4d106b79cda9ae2c18e438196f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9df2e83b3c79ad4bdc3646b7326f1b84bbe37d9a..d505834e9df0afd71c726420cbbf1784fe546139 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 51cc9ccd45971509543ec799672546ad3fa43922..c8b819508c5b607cf7b7d69cd8d893b357499072 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1b8a6971ca5c509eb07d20d8275c4e7f42796de1..1073ddb87215c6f2202193e997fc9fa201ab319d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ac0f6873fe0b911ac3582a53fc825c30e19ebf69..220a10aaf1045313d33b8c5e714db7367b3b1e5a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ecace79dcc5a3ffe115a1660e0830b4ff065e031..3368843a3bffd8a2a22a3323a28b3da6cdd0340f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index eb11ee5a8efd0293ccaf57bc6257aaebf0b062d3..81fbe576ca489f113b5d47345423281339e977f3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 43d60dc87d3885daaabd2920c400760a27c22bd8..0d11fc23f27bf098e572d44cd917153dc57cfa0b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a319031163e12aad0ebb4b2151a3a60a8afab539..4ad9053c390f90b26968e274859561df9770fa0a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index a096d0334d220291f58a99e95a313d3a4470f74a..19631bc977d21755a33076cc1043ab31d9405043 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 747801bf7024966c64cc1bee617c1e48701e942f..b9a4d3d9c0e3ac080e33ec3637e11f4e8fc53e7e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 743ea5141912f47503e5cb1e20dc39346e08840c..951875ce83adad9dcd2a11ad4dda85e3edfb3da2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1edabf3f31425f4cb8f1a8cf9dd04a702b6a1c07..7a372a7244ff95f886efe22b7ada787b867c147e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 40a80d7fb144c0db3e20f90c4b0606bb59f96964..fa611f0862f3dbed8456630cd86fa6bde5774114 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cc88f8b197d585c53bee363f0fdccc2f546fc54d..2aa943ca15929fbe197935c31166cfaa662e7b15 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 87c8132f3188d5aff0a7720caec3f70a098b8cd5..23197a157516fb4034e609382b1e8aa5fa2fd837 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a833c21c88efe5dc2c77b7412ac8cfc4b4eea66b..f4ef16855c58237885f0e4023c6b286bca1dff83 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 614f6ecc626786cb31a21a1af66b53e235b8912e..7e2406edc8852388b7e84d3a5442d95ac3fe4711 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ebffc63358c14640768f72c834cf94ae8a8125e0..70ca63838cc7211464f2657695c845f5a26d910e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 462cb26c84052b2bbe6fafed1d0feb2ff329151c..6b6c274c54a42cfc77cefd7d41cf3fc0cc78b22f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 10b9ce75567ae889dd0cf692a702c7344ee70620..1ce56247a01028ba13cbc541a1bcd9508265b327 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index adbbabcc1d3bdcb7e46ed6ccbab07e8723aa6c31..3d36297d360eee15ce2e4f6e437f6e813abf86e7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bcd5a1b48b340b479434f5665f9ddb4c361b11a5..167196bd15eb3f18ab36860d142f65603391c7dc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 297ff5f3f4aa8fce7c8dfede652324df5d7380b8..d5d6f11c9ff03fc855a56f264ebedd6aa52f1cca 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <modules>
index b17648f0971705d177753a030f08543fe31dee73..147e9b0737d005a4c9061358111ccb87a1fe723e 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.4-SNAPSHOT</version>
+    <version>8.0.4</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index 48c3e2b2cdb1d530ee5dc2527704fffd499cc679..a25ee1e411b63297b142e0edb03dbf425f56eefa 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.4-SNAPSHOT</version>
+    <version>8.0.4</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.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 84f04bcb309c70693d3bad149d5572eb93f1ee77..2ad15897ee7a3fbf4b55dbf411637497e3f32479 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</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.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 737fce054a2ca2b5aa802ff9c027316fd44e0287..c3a04f1bc6abbfe7168afeeddeb247e15ede445a 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.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index f3669044ba485eefe47cc2f098bb9a25eb395269..06a07a0be99f300f57915cc7ccea94da8b19070e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <modules>
index 002df4fd46e667124256e509ec64de73b260e61f..2cfe4d7f65f7b8cc606892ba8c630810ce3aeecc 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</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.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f5000344383f06f7220e71caadeb07e4fdb64b82..8b578055da83360998514a1c55a5f2e8880999c7 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>8.0.4-SNAPSHOT</version>
+                <version>8.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 256124dffb705e7143c01c732b7f6565e90964a0..69b4873ca7869e37cbcec7fe63c042d0cf331e60 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 5989cbfecac80857365ceec479e26eb40637609b..4ba5e0b807f241c7957147ada126e498fdd2b61c 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 9735fc1324cb4b3a287eda7a5f67543843333202..9442f4c58a4b05db2a9bec285733c8c3958e5124 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
index 65bbd1c434f723f77cd04446895efa1c08feca84..be4cd3433905476c9f4bdd0be9aa30680c1ac248 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>8.0.4-SNAPSHOT</version>
+    <version>8.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 90ee8d06b6f7069a056960cf3b9edb5b427f6990..473cf6f413fc06db5ccc4a90daa16ec58cee4ae7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 935860a7f86537c043a219f630f8b93029e14d23..78987acea59c013eebcec4b44b203d22cfe587f5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 26df61a93314faae42617322ed2612a2cefec25e..f332687960fe38a831d085c31e42ec66477e3f78 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>8.0.4-SNAPSHOT</version>
+        <version>8.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>