Release yangtools v7.0.14
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 12 Feb 2022 23:38:47 +0000 (23:38 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sat, 12 Feb 2022 23:38:47 +0000 (23:38 +0000)
91 files changed:
artifacts/pom.xml
benchmarks/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-util/pom.xml
docs/pom.xml
features/features-yangtools-experimental/pom.xml
features/features-yangtools/pom.xml
features/odl-yangtools-codec/pom.xml
features/odl-yangtools-common/pom.xml
features/odl-yangtools-data-api/pom.xml
features/odl-yangtools-data/pom.xml
features/odl-yangtools-exp-data-xpath-api/pom.xml
features/odl-yangtools-exp-data-xpath/pom.xml
features/odl-yangtools-export/pom.xml
features/odl-yangtools-netty/pom.xml
features/odl-yangtools-parser-api/pom.xml
features/odl-yangtools-parser/pom.xml
features/odl-yangtools-util/pom.xml
features/odl-yangtools-xpath-api/pom.xml
features/odl-yangtools-xpath/pom.xml
features/pom.xml
karaf/pom.xml
model/odlext-model-api/pom.xml
model/openconfig-model-api/pom.xml
model/pom.xml
model/rfc6241-model-api/pom.xml
model/rfc6536-model-api/pom.xml
model/rfc6643-model-api/pom.xml
model/rfc7952-model-api/pom.xml
model/rfc8040-model-api/pom.xml
model/rfc8528-model-api/pom.xml
model/rfc8639-model-api/pom.xml
model/yang-model-api/pom.xml
model/yang-model-export/pom.xml
model/yang-model-ri/pom.xml
model/yang-model-spi/pom.xml
model/yang-model-util/pom.xml
parser/odlext-parser-support/pom.xml
parser/openconfig-parser-support/pom.xml
parser/pom.xml
parser/rfc6241-parser-support/pom.xml
parser/rfc6536-parser-support/pom.xml
parser/rfc6643-parser-support/pom.xml
parser/rfc7952-parser-support/pom.xml
parser/rfc8040-parser-support/pom.xml
parser/rfc8528-parser-support/pom.xml
parser/rfc8639-parser-support/pom.xml
parser/yang-parser-antlr/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-antlr/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 031f1b8570b3f688bcbd4c026cf10ef83bc4ea5f..eb0a379a1ddfee10401c048fb3570d03dadffd0b 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-antlr</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-util</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-util</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-antlr</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-                <version>0.5.14-SNAPSHOT</version>
+                <version>0.5.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-                <version>0.5.14-SNAPSHOT</version>
+                <version>0.5.14</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 7ccc1a30ae1923386dc359de63b4941a5b94525e..ceeb11494a5fa127edc20b0d2bdabb97b5abd3a4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
 
     <properties>
         <!-- JMH-generated code does not pass SB (very noisily)-->
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-impl</artifactId>
-            <version>7.0.14-SNAPSHOT</version>
+            <version>7.0.14</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>7.0.14-SNAPSHOT</version>
+            <version>7.0.14</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index a80982a3960314f1545ecbbfc2db5e78b8c6d22d..3d7a144a3d5120783cc1870e7756ea1c19998b89 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 59f5018a8839179fb338adad8a8880d7dbd8caa9..e1c2eb7127ccb60c0a9b5b15ddca58e59715178c 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <properties>
index b311437d2a292c7ce5c46c22e1fd79f471b1d2bd..3db2c074ee43be5fd992e8e1a21731627526d849 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index df7b59f3d8792c5e417c9d2e44e538c6d9e22213..f271f7def6055bb3a5546c8db18f18b054f9efb1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f8a47081e2c50a366c72a7e2836c48f12a851f2d..7b363c95d81834768660821c3850b0c5b4c07b1e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 88fd42c3991ca8bd0fe00093019cade94691dba7..601b6a86da3c84e6c98686f20550efb6023f2499 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c411aa25eb6a9d3c6a20d57879bcd5c8350ca90b..2285c1e82eef8435d6d7914d994d2064d606fb4c 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 34039eed6f3b20e8d42cb0b4abf9af52255d8f3e..7439d5075e2db964dc3e224a832f6e350b952011 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <properties>
index 469edecdf0bd618f8609fd37155483302502105f..4ebd059f5191f56e9d8be7fcbdde9d23c94b990c 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 67431dca7bb084a1381047de3e93dc31adcf90d5..c3ee24460e9c45357de3d95ade3f98f8509d9ab0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c71c86dd6566a42bf48ef695f57063d63db1b47c..7b37314f726cc544e5340848e667cade9d12e3c6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8e129c33f18b51ca107f8da8fde5016e836ba73b..f1c51af797830a2ddd75f79bda320bc6bc8c7199 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b0c327509451c755502e2f02d6d2597cf980af84..d710d6731d2fe6c1cf57242b1d1aed474601b186 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <properties>
index d8112cfca285a1e10e5bf8d0bf1d2011c907d06a..0f5720a48266eac1baeea5cd7b84510b5868dcc1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 55266d879a65a02242da73473d809c7149918b78..a13837effef07aaa378967402ec14099227954d3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3e1524315ed8e9a7717b71d51e6785fb3d3278c7..8fcf86db86df9e631970c2cc77c4812a4825770b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0d29dc9c0ab717b44d94c138279b4fb676b59647..2750281ecb0188eb69fa0571f8aa154f49fe9b0c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3e521792fa4234ecab8058c057524d7d2d0d6b49..2bf463254d75c89b338b055e94029ceee5c67049 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ebaa920f64b6a15dc7772e78913f6ac552400427..6a2da944541e78172e6fb5ed37c2b7bd1f2f932a 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7a125e1b53f3dc20064295a2e4b82a6fe243887b..a870517414065fcfcc245be56c35eda1e71a69fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4cc9a1d808b9c03756601779c523b65240f3086f..102387e17ef35409bb80b1b896c331d5a2e461d7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7d31a27f4d5a2b4b0ee19ed0ccbe5d39313e05fb..1d5585e610e75ac634965a758ffd805531130533 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1fec17d3153c6485b75cfae6b86ed07c5b17cd1c..16ebd765a00e8b5a3882f6a30d31fe6bf538efcd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 89d962d8893da4fc6b878dbc7712f42507b6e2fb..8d1a57451a292cc2f7d15ba010d0b8f34c9c8853 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 6ebc3c89212a33a4456b67d0970a8209d7bf382b..da7cb6a62775d570dc00358963ed3f7fa2c60ad4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 6e1278d54a2813498570bf371ffed6c3d4c08f5e..b471187e1df5eeca8d88cb7c84bde573c79cd99c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index fbaedf2355f22b79d2f7bcec4b4e374f07b35764..124f9ae60e611cdb2930a44fbc430c55a73c8e29 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 119f5214981636f772eecae41a6bb60528fa6f87..b247df0e68fdfd08e29d836e891f8a608e4467fa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 666627817805be874a38363c7a7ab5c0d2239640..1b0520f472f6fa581d384d1cb75c13840086bae7 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 5ddb4edd59cab96c92265970dc1be08ae1e2f391..92a2c52b266f557fff7bb1674841bdd6ea09bfb6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-    <version>0.5.14-SNAPSHOT</version>
+    <version>0.5.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: Data XPath API</name>
     <description>YANG-modeled data XPath APIs</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 01c2964267817291c7790326373d46174f9bb65b..bd801c43f5733786bb4c6203903286729de962b9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-    <version>0.5.14-SNAPSHOT</version>
+    <version>0.5.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: Data XPath support</name>
     <description>XPath support for YANG-modeled data</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 048ab3098dfbbbc57d35b60adf224723d4cfd5d3..a0034a423cb0f80a481c4bfe23742466918216dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 5a82573a0110e859c1052783e1263b9d85553916..d082b9365c093d188ea3dcfa8c03c6e784b49894 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 4692960e292c000b281240921836a208c136cddb..9dbbee7133d1a578e4648e428c7713d895b201c0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 4ba17c075201f860b2c10ef481c7db4b846a4ca8..e66af65f091db191b0aa6357f2eea75ab7e8a0ed 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 8d9296cf8c3bdf83ce85db411bbb1cfb4120e6e0..98f2810664e8dd64bce924acb315238549d53497 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index ca2e1f43e617b74fa3ad2e61b56f75450bbb39e0..997a6752c024fb1ef9d8e80aa2ca507c9ef9bf23 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</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>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 8b8204d60df5ee78e0c74b1eb32cae70d7e1c63c..7203a52d56244f688b4749d36001107514f58844 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 77194f2cb074153d819d0e804033211e04e35f7a..2f469fad8b2f904bc50d745f16a879126ce025b6 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <properties>
index a19be441a50aeb013c8ef5987470b12fa6e60491..cd759a94ceef52c66e567a8ab5561378690cbfd5 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 623caabfba088531273ec51a6de89f3e0a712a8f..e8f2b1a33e919aeaf184dbac639d3d2e4657fe4a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f61c424a461c70f5e5696f04605cdceb27544371..fe60dade0c1274e90ebb8fad39fc15ce26d53e9a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0c6887f4e9b9b0cccda2cf854fa88cb7186653ec..dc0354ef04cca2f0cb3faf286fcda36c4569516c 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <properties>
index 0bc5e3924e3bf14fa031e0cbb2b769c81d1e65ae..bbe87ee5bcf6a5e4e964d7d77a70eb9fa2e21e99 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ce0637589fcf64d3de7549dee98f27e4d000c67d..92da40adc31798d71330a22aaa944e963eaf47fd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1e1b2f00b5bc32c64e4d701392877121048b1945..2922da571697d737e8c225829f402ddef21276b2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ab58b0382793e80d28fe71def98e0962ea59943c..aa93c59c134c28a76a241e92fed55d625d14a4e8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0a616f57c786fdefaa99b92a099ca23a343287d0..55df10623f80215823e6917e52238140345a7338 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e545fbb77c7e0f47e77b5eb7e40c23a7debcad9c..fc103daa13a7af0e7f6ed72164c8286ce524d635 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 35d3bafd6e61a2f39b94517e54b5c35c4db25d9f..941a77af026938eb2f58a68dacac357b781ada09 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d9e8103609d73d1de50bb87058d6ffea258a09b2..3b709ad426a6527c96895b87f5317a244ecd63bb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 548d1d227f563adf27678d9cfa7c3278a8873ae0..d530785acf36ea73ab82eea13d51a9703c29eba3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 63bc14f0d8994fc86642931701560be9ff73b515..6123975b813d56db95acd3937d9861f87bafde1b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 551c49d7de2f27b328f37e7b99bb2960f680d96b..29375018f4405d4bad50f99acb5e94a860083c8d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5d0764d2c2a96c996d2dff58a14f4b3f2fbe60c0..f38e66b6143db5a79a28a25893a6e88183e480e0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1f93cf9b36d9183e5842879bdfd3e8368ba4fb69..d90fe41d26ef2551a110bda66e8d504693ae77f2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1377ad8df42f45e45d44b7d4fab51ce3d35ef103..d50459190a96f76907a16910790837c9846142c6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b182270bf22cf831f9923380d85f4ca8ca3d8395..3b1177ff038f02bbfd9a66bee03a808ffba473f5 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <properties>
index 1fa0a1a88bc96186f6208a91fdcf04c05d208b7f..d7e54c5cde2b7c413e5dd7149966905a149355c0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 90c9a663372d7853879b99678bf84953799939c8..b64d7dc58940637223ef4e74c37d383481376f79 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 97aaa3e2119146638cb9fc8b5b72d8631295c217..bb4c8ff2492c17306c95baeba3d43371af730355 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 59bfc2780fd2666e8e301a6c436c991d84598afe..39940b3649208d523f08ff28ba58683a1cd5f74f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2169a72180d201e2acf1aabe708474ef9e418062..fc359defd70ab8a1448455769551e43e2b51af15 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5d8bd5db16d2f05c081fb21f9e9984dfbcc58d60..ad010b227601f4742db3d32cf2b52aee264462cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3fd18f12e6cac07561c4c8500b22d324d518f6c5..cd343a2e4c1aa53bd30c9ae8f035df8505fed122 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 879ab147f9e022e63d57ca23be389264031f161b..6709f253187cf08d1de0d5a02a0a264dce6f37b4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 54987409ea8824577850af1e6cb9a122edd2b41b..632136c13757ddeb7c94b7f108a8fed504e4f7ec 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3727ad1fc5558f486cdc53f1758842beb480b47e..f10b033193681fb812a2d6815bf43481609f529f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 87d301f50ae6cd1c270cf97218e9836e49c5ef93..57cec4333264afb12b00b50c400c848ebd95da79 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dd3ddf6b8860c78428225c859673b7ecd60fd5cb..f421b60f6200511511d1afec492b9bdf46f4a9e8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 60e657eb563034b24acbf7cd499c827c3859da3e..14660ca584ab84af4003c6269cc391c686c4736f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 24bb556b5b55419f078b1cc9bb7e1a5589017b49..3cf137dc5602431c406306e7b38042c698930717 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 424df2f7032189a714eee1cdb7ad28cefe7738ee..bf26a3dd4987bc22af1bbec00f7af7cb569338bd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5616ccab5a043567df7d48994b3030f539e24eb6..8672a11c58fbae0824ae436887bedeeae39d5523 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <modules>
index 68274ecdf6b56db8faf4710a3c5bd65e6ea60068..59e951829a9bf213009b58365061a7f1a56cd117 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
 
     <dependencies>
         <dependency>
index ed12a76a4d494f9664ec7b0a0c28b8b0c387259b..b44f98d2feae5f3d69e6a9ecc57db9137d6fdf33 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-spi</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index cf754c1a93733adb90bb4404f2ab0a7ddc025b45..75fb66c0cc45b7a2839cdfc6974f06a04c3f6926 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</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>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 8781bba56ad2c238c00b358d5dc781e1a4a4d543..576cad50c4dcd431f9792b4d389da43f7b082ec2 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>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 7f5948fa9aced8b9e5a58f18ed72a60598fbe86a..1d80408f6a16e83e668cb7f4a954b7f242f8ec92 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <modules>
index 61d0795075eee9564feaedc1aa8c81415d5dd4df..79b22ceecab88234655cde4c139789faa1d88a44 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</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>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 24ad1c24e1368981586636d85115af9695962cc1..eafc18f662e6e6d19e8397d142ad7d85a10c118c 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.14-SNAPSHOT</version>
+                <version>7.0.14</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 4a42a88651a32d2f4dbd3b722edcaa57b224fcf4..d6215963b5ff41cf3a79091966d3562cc38b6b5e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <properties>
index 04c2c816890dd41c053c410156da00f79a0a986e..7dccb9df265bd10dcb7dc5d4fdd6d1b9936cd93b 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-antlr</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ANTLR grammars</description>
index e00a73344546d82e5e7a3a3911199693fe4cd177..a23fe16a127489ffb5785e3104e8f3c4c92e86b1 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 3faca1a82c77763b340a7027ffc3d94b35a619af..7914db16d1747aac5eaa29dc396795719d03fa4e 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
index 92450fb0c6887dd1706e35e807d2e20a13473632..4b6f1acb5ba649e66dd6d9b887c33d179b99a579 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>7.0.14-SNAPSHOT</version>
+    <version>7.0.14</version>
     <packaging>pom</packaging>
 
     <properties>
index e3a47983e972c61dbefea3cca962382b885d096b..d789fd4ed064b8626b585f688a8709d4e03cc355 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1fe5daed7b649c5f627e2a3745b005706ef6a058..71d96b41b54f942590d7b374982c57ebcd5c1e47 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1a7a16daa1938374a2393e5d813b7d7e5b665bd7..6b40fc260c90a16260b66c6fb9c4e6f208fd21a1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.14-SNAPSHOT</version>
+        <version>7.0.14</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>