Release yangtools v13.0.4
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 17 Apr 2024 11:50:58 +0000 (11:50 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 17 Apr 2024 11:50:58 +0000 (11:50 +0000)
89 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/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/rfc8819-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/rfc8819-parser-support/pom.xml
parser/yang-ir/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/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 572e819bc1710d3f1abc2cba07f70896468bf11f..872158b86c4fbe132e05f7922a5513c7af271c4b 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 37e5d065b2a6b019a363edac689ce9e145f3d42d..3d595df6e097fcef0b9c9c04c4df36ab0e81a4a2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.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>13.0.4-SNAPSHOT</version>
+            <version>13.0.4</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>13.0.4-SNAPSHOT</version>
+            <version>13.0.4</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index d65f4f1e52a12b327da3e9dcb557e51355f09544..5da1d4fb110c06a60cca6b543a6aa4897e5de66d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.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>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 0cbdb389a674e67c5ac9b43ed0f5333c4c065f80..1723653e762c1f6543ba41dce3a1a2ed6ff729f6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.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>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e20e35a841a4a9833619ee2f864e9348b9bf8835..6849e3d4344fb00066850cfe07c7ff10e0fc7d97 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index bded15ccac76cc5aa69ccaa73408b338a1d94595..a70f33ae9dc5cf7d53d7acf2b34e3fd1d86626cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e2199ea42308b238dbc2e1a9baf7a8314e43080a..536a75c9af87defba839c7c0bfe2fa33ad3403fc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index beca3b9e4f6f3fa468b6fd2a62b2aa4b79b3cae8..760913ff1da19b7af42689168b35577e3ee891c4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 01c9fccbd3e4857c97f68e4aae8810a001c840c2..9ee9a1581e8a5ce342d12d715fa7bd0ceca3b048 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index b0351640ce23d132568554fc2ddf004d81727bdf..c514b1154aea7aaa0e42ae9895e3ad9d7ad04661 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index d28429c81b88a60f3339749955f69cdc5475deb9..9abe5da5272444aef6517709aa5a58cbe2313db5 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 3359ae917b81c66a3c690a5bbd433b239fb4438d..267a738a8d39f686a1344f592bd79031974f4fc2 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <properties>
index 629ee649ec592061efed0694c9794236187ec15d..2eb1fbe0ae2815744ec0e1a05af86b0f6f42aaaa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 21840601869b208b2f86e6d03b2f22b1526f4ec5..be50b390543c4cd947b9d008f64e699ecaadfc11 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 04acc21e7eb5523d70183e3cc9250b269e25a05f..8ad80f67aa99e94f984e0b9cbd7e681adad0626b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 9cfa600f79c4c6d9c62aca76835e051f96b973b5..e6ab4c3aa3c2c566501d47e08dee88fe78d5ad41 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 92991dfc27d81d219c5b6acca2c71172180690cc..f0a70155e737f31e44953b8723b58637ab823739 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 18286a1e653f4a7940e630b8a3b9240a0d6a44a8..23df7e9e0b0d8102525da1917ed9aed1c28cdec5 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b60af01cea3fc3fd936def001aa9b194407e643e..dfcb6cf82d7db5b108dab911e8d9d9639d49145f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bdd08d2a5feabc6e919e782fe72ceb6105168755..03de4f74982b23ae83d0d86b55eb897984d31921 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 64daa8d1ceb3459465f92cf25d35bac8045c8613..b5d03982b73db7295f386ec269eeb36d7704a223 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ceb8743bd05865611501cfade7ebd3a01dd5f3e7..87e699d44df2e6ee01fae22f5854ff4231bda6fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3360bb4e62866263294f06d7110e3c7f22094013..117cb3a9f3e3cc35d869b23c6d9ce10eb75ffb30 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f4371f0c56574b1487db61817a94443523b70501..5b9e1cc6e28b39cb8c5f04ba274c107057ab618b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2902a4921b7981f7ad132de3df7a66f1e6fbaf16..97830d540ccbec3d4948fb2ce415113a3dc0c55f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index d44cf1c5bded4c3df9c4705b8dc19b364634abc1..20ca9c745248c4e21531c1ce2a7820ea51d1ab55 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index f5dad65a40781aee4b16d4ae89ff39c4dadf5c58..9b6361b4689c1d624c123bc22fe395308d8f5045 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 99f9cb2f202b48d4816551de4f224517ca8fb049..6151ce5774f4f008cb03c0c4a084e056ee499861 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index ea2d090056fad2fe294b67db9944778ae68aec6a..9e719144ecafbda45026e713ff2e9a3d3fad4934 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index de8f3f0cf43388e3fb5a91c157bc8590291519b2..35406b1af2d35c1d9b89478a85e268be7afec455 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index dff6cfe994eaabe3b56e208e1c6dac9b231816b0..d1a36b21261d13816d98910243e9869d5438a1ba 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 18e25ad61214620bfdf0c5e996c3b13bdbcd3fd1..7cdc1566741ebaacbe8cbf9d65c7b15a01da656f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 51bb1c87293a944c9bef6ea16fa0c3d98eec0b7d..1b22873e48d34fa31dc924eabff7c6e0c83432ce 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 8bc12be8b44c962950348b752d2cdc5c061fbfc2..33733e51dc9250352515e47632b184e1b6685c33 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 95f8086e6bab1953cb5aceecc0baf6ed0e484a8c..c3d9b705cb7b788e2e693cc14f0e3a438961bf84 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 8892cdd9dfd2fbcdea96d8905fda05c8c9238856..fa5ebb67ad823be54558b48067b19be6d9c10948 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index cc0343810e3a31c01e78dd3a83de8d590de76c62..6f9749800c7dcfa55672156b2cedd6bc2ad761b4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.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>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d5c54dd9f8f939c110e8866519cf8c9e0f0754ec..6e8b1dbd1907c5b6373549d312a8dad3327a23d7 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index e14f0e44c2c747dbd2994cb4250d1ee2a8599cb8..c2a8e958c92830a099d6236f1444a7ffdb8423d4 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index bff897dbe9a850b2fbe3000be6bfb16c040738f9..9fcdcd0a480cb3c8035303d4489d67a6ef9d5c65 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index c97174a5c8111a3e409330320e8b8a46daebf0c0..d1519926185ce5b9d4bce5f1ac27906a53bb9ac0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 677171fdc99eebd8fa8432a0edc1d8c50ea37246..2e4b3c8f7426c41abbabd9b037b9c22a53623eef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0650eceb5ee81b8ac5f3f712695292bc399f1850..cc630f2e51e6d7e38b98e8f1e4fbbc456e29b0bf 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 1935f980912963cc95c4b5a314bbf1bea2c3a75e..30ddea51a09b9da245822a2487d107ee9637ba19 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 93a576289b4ed8eed7e9c7a18692c78679d72b31..cf458aab8e39b6ab3007783bf680e7cf13f1e886 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d4d221b51f782e420ab808e095918f5727581f96..4c6fa78ebf647c7ed1af160fa61d75405cca8162 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8c4984c97d14511cb5f844e05eeaf47b0c375078..635d50c0153b76f7bd690610a271b2e3c4f053fa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 7fed5c1b8cc2e03b0fbb59b55204dbb46168b02c..e7b9c8e8b7309f88cb5ae3196447ccf9a7e23fda 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a0a45ebe14196aa6c524bac6287e8a83c5ec92b2..c0442bd0b293375bf038336169d01390e5f94acb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8c810458505eae9d8c800f104575f4326359a66f..85a7a86521584c339c185da7ad37909c936c1b45 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d0b39c27b9c15a29e3790c519f078484488adef3..75fcd9f1ed68cd02567614b8ad277a397a7dfd3c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b3a52955712a3009eeb566e3ba6ef84ece2a5230..80ba14b92b97399c8e47950aebe6bbcb4179a76b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 8afa5baa3d53e9fe7fceb23afd7e570347bed255..22dbc38db4e2f2e2ccf2ad0927eecb97b9b24ead 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fc4f08021b46c1407a021033cdd7b3abf3f5b2ed..2623dc1c79966e61ab86962bb76265e7b062525f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5ec51af0cb2c8cc73755c06dbbba63f5c3d57db9..ccdcc38ea5f47fcb47c644619957284c200c0ad2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index f154bbb7782a7ffc1471e90e826dd1bc274378e5..eaa1f3c7d12bb173c7332038a461a51bdd62b6b7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 057bc3b0a97864460084bdfe66d7d7209e54957a..b044e1cf9e4658ea980803b632a0012db0982de7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3d87de99d6c37cf6a0021c4dbfd232c45c5ae35d..627fc04d1a52de1aeae7b359a3b4496fde9c5545 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d3a8545660eb64d5277b1e0ac35335a5068d564d..9cc4a9947e57085a035b1f870b625c139b576ede 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 446d4589791d5bdf01a09c92e3331fca580f314b..35b0eacd1e6e7daa19340e633e716b63bd81aae6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9086277bbdae0a6c177d692cc8d36485acef5e81..f6d8947805a3368a514e69c78f72e9d506e792ff 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5d4a4cbec042771008e5ddb5319f8a91247664a6..63f09d6528bcb83b1417a5e44c3a0ed68adcd4cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ed956ec28ecb49a2d2bb66a50f4c59236356bbaf..4266733751dc560a2ec2bce2604c9edc7dbd71fd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c92cc7458aca219c25ffaac7c9014273a33146ac..f5852fee51f2268b50d9227d0ff0c96758b52911 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 27d58e840677ea5d813a92d4a5a6b96b4051d042..9fa1d21597cf87f19215ec54a4a4fe56c8b6f8eb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dd25534c0ea94f82f1d7b64dcc135dc776accfb2..5815008b7d4e79e0c2340f7eb8de4bca77a6d952 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cbee46e49bd75a06bdead25b7dff2734e1e3a593..6fee593fee171b98a3d22f819306940e16f3bbf3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 37f3b85eb0da4b240878723f9469659a89bb0534..93fe32b70084827ade9e3a8cee34ae581c3f125b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 29bfc4db0ef716e5e5e677bb7f2e2cf7d75bca57..9875386082df141b52d90c6a45f02f47d7ac28ef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cdb78470b36a1ad982df7e6be597a6bd99fe5b26..60d79ed520ca03aa33e3b1808a06fd4267c7af0f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bb779a5c1386f2b81e6922e0b19a76daebc328e5..aee0015c9509f7a1307e04b110b693df07301d3c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d64000f88b13718ae4d0ae69c21d4a8b257694db..5062ab5f1095f942913ce3f4920c52c5f5d19896 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6b1a6b6f400b58682b0934c7cbdb8cc1383a0f4d..3e57065dc8998c657bd3e3028b930035b0820ebb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 475b2bb29aedd2999fac5d597bf35ca634edd92a..871de71b7bf40fc0dd23f633ccde59bd616acaeb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 29fa05195f95250a4a0865bc8c84bbf3e5a57e04..92a64119303f52b890737dcf50de7ec9197f979e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 3652b89605e6f54aa43be01e1ce964ef7aaaee6a..8285dbd97115d075a7fe0c0c88b4a72a4e6d42c4 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <modules>
index 2775354c48e38e170cbbe4801ec65eaf1cb1a50d..ac55951adee0e0e99cdd3d7a85fa35decb4b7e33 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index 2c5a5ae8c580c5533acf908568a3bdcbedc84f1a..ee54be75a9e537a17a0a1e498bc7893a26558557 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>maven-plugin</packaging>
     <description>
         This plugin is a wrapper for "yang to source code" generation.
@@ -44,7 +44,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index e372ec574bd5b3bfe85fd7ec8cd166e9b090b1fe..b1dd11813c31bea7c019f12aea401f7f259671d9 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>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 31470988ffe9eb494c7d4a0b00356a423d8f6497..24b276f971bd2e6d5b3be8b2e026a2718ac79484 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <modules>
index e55625485ee7935f934c9d681938b94cd011b752..8601d89de41484ae71209ae49557ef64a23ccb21 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <name>${project.artifactId}</name>
     <description>YANG model validator</description>
 
@@ -24,7 +24,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e62ad26f8e131e5da2a8cf82e41b421d562f08f3..1a9437d4905b6ef22ad69a96fe89d4cd341306cb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
 
     <properties>
         <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.4-SNAPSHOT</version>
+                <version>13.0.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index bce5d836815ec5a246c694ce1a120e6717dfbdb4..b75c0dc23244e152ea11dd451c113172301b7d41 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index bc98dc8377743cbc2895bddb4999e3e8cbbc0091..8ab089489228469a6e4580e09eaa20cc79d9055a 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 0991cf2b035955557797192bdc683805c03cf603..819cd54abc0c1f0713c80c49e21451f5c6eba93e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 44965f8c529030868447553f05891fd9a1dfb985..fb9c3e5386542ad383ca77b4b27c6db4911ccf96 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>13.0.4-SNAPSHOT</version>
+    <version>13.0.4</version>
     <packaging>pom</packaging>
 
     <properties>
index 7b4736cb2a75420682f14f9acceaa7dc726970b8..b457c72ba736dee2ef3310a2690de13396c46457 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 914daa113a60fd9d52a05cde662e8f1de52bc188..ad414c90bd5f1a4b8e809379cfa7d9a483fd211a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e99a8390c772424f4562b09bd15f351914ff6a3d..5e3f56eb8bed5ccdfdd31dd85920d227b2349bed 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4-SNAPSHOT</version>
+        <version>13.0.4</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>