Release yangtools v6.0.12
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 26 Jan 2022 07:11:35 +0000 (07:11 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 26 Jan 2022 07:11:35 +0000 (07:11 +0000)
82 files changed:
artifacts/pom.xml
attic/pom.xml
attic/yang-data-jaxen/pom.xml
benchmarks/pom.xml
bundle-parent/pom.xml
common/concepts/pom.xml
common/mockito-configuration/pom.xml
common/pom.xml
common/testutils/pom.xml
common/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
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
yang/odlext-model-api/pom.xml
yang/odlext-parser-support/pom.xml
yang/openconfig-model-api/pom.xml
yang/openconfig-parser-support/pom.xml
yang/pom.xml
yang/rfc6241-model-api/pom.xml
yang/rfc6241-parser-support/pom.xml
yang/rfc6536-model-api/pom.xml
yang/rfc6536-parser-support/pom.xml
yang/rfc6643-model-api/pom.xml
yang/rfc6643-parser-support/pom.xml
yang/rfc7952-data-api/pom.xml
yang/rfc7952-data-util/pom.xml
yang/rfc7952-model-api/pom.xml
yang/rfc7952-parser-support/pom.xml
yang/rfc8040-model-api/pom.xml
yang/rfc8040-parser-support/pom.xml
yang/rfc8528-data-api/pom.xml
yang/rfc8528-data-util/pom.xml
yang/rfc8528-model-api/pom.xml
yang/rfc8528-parser-support/pom.xml
yang/yang-common-netty/pom.xml
yang/yang-common/pom.xml
yang/yang-data-api/pom.xml
yang/yang-data-codec-binfmt/pom.xml
yang/yang-data-codec-gson/pom.xml
yang/yang-data-codec-xml/pom.xml
yang/yang-data-impl/pom.xml
yang/yang-data-transform/pom.xml
yang/yang-data-util/pom.xml
yang/yang-data-xpath-api/pom.xml
yang/yang-model-api/pom.xml
yang/yang-model-export/pom.xml
yang/yang-model-util-ut/pom.xml
yang/yang-model-util/pom.xml
yang/yang-parser-antlr/pom.xml
yang/yang-parser-api/pom.xml
yang/yang-parser-impl/pom.xml
yang/yang-parser-reactor/pom.xml
yang/yang-parser-rfc7950/pom.xml
yang/yang-parser-spi/pom.xml
yang/yang-test-util/pom.xml
yang/yang-xpath-antlr/pom.xml
yang/yang-xpath-api/pom.xml
yang/yang-xpath-impl/pom.xml

index 0e07a17cfc2ed8c71ffceeb00063b943b26ec3f8..ff167f28fd8418d93bc6ecee7a7fd85b61860fe6 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-xpath-api</artifactId>
-                <version>0.4.12-SNAPSHOT</version>
+                <version>0.4.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-jaxen</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-antlr</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-util</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-util</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-antlr</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-                <version>0.4.12-SNAPSHOT</version>
+                <version>0.4.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-                <version>0.4.12-SNAPSHOT</version>
+                <version>0.4.12</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 7115a0075fb950c393df6c6bb73285bacfe10a0c..72a0baa770e716373fdf152796ddf1a5ef61a490 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>attic-aggregator</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
 
     <modules>
index 1619617061ce6a7b942c0e955ff1ae3045e7e3e8..5e14d0009b7b36b14a18326a138d9266a7db8288 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8091e436e0d0b6fcd6dc307b0e4fda7602bc0bc2..cac2e6a683af8d855da70a4eaf13339d8f834c55 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
 
     <properties>
         <!-- JMH-generated code does not pass SB (very noisily)-->
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-impl</artifactId>
-            <version>6.0.12-SNAPSHOT</version>
+            <version>6.0.12</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>6.0.12-SNAPSHOT</version>
+            <version>6.0.12</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 92cf0c8add9dffac06e4bb1117a6fa16253df45e..03b84c72ce9cc4fc8925c6c10b9e532dc852129c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</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>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 9ba1349dcb8c56058f4b22f394a66095b382d623..7ca8deffbf0528566b561466241e544e0249459a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0b8d74d48d6f972569b4aeb22827fbbf952674f4..b92f247c8d1a2da6b9dafdab2847a3ed3ffcfc85 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index b27e848ec2b677a65f5482c65b637de43dad2a66..528a4dc8a891ee14896540f32fc48fd812759c20 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
 
     <modules>
index 11dcaab4a24da5cbccb9ff64a91acdf469a4d7f6..06611568ef23a096e23258baaec9dac9df0ad5fc 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index e6cfdedb5041e793bdaa5c999676f4da677dc0c7..4c4f07e207698d5e627769bc56107aabaed726db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index afce584150242b26ea91aa4b0fa425d9fb1fe0d4..6d1e4ea8e9e8e60f1587f2fee126d306c8b6ffb7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 142da2aaab75e5153538b923baebf72d5b802452..241644c962f9016a76875a61bef7b53170db246e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 094501b10302f553c751f30c8ff09f7ce11a85ca..e4ad90162799efe9f06b3c8c2d4f62d76c27eeaa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index cd17d4aab8d99eb377b321b83658a8697a1895bd..82e3e20ae59eb7e3d08e6eb04f73adf4884e7189 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 939ce9589c41d959c4298d42c61e82eef45306b2..c26839679cecc9cbe2d3cce0e5980116caf1a3e5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index e57c3795f7a0bfc47d82b0c288dbd889e0aae316..2c6cc0f51123e8e6dc311597a202d2dc18e072a8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index e5bebfcb741d5d7a1492b87a52aca48fc30d922a..9e48211b7aabc9371008f53d797aa11618a7ae50 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 6dbaabba9cc071c8133772bb52f05bce4afe68be..e867f394a47cbdcf39ceaefb51f0857219d17be9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-    <version>0.4.12-SNAPSHOT</version>
+    <version>0.4.12</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>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 7debf16971e83e82f571ecb5afadabe05561e46f..824b4ac2bfded6bd7a79d28c9d75b835039a5f4e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-    <version>0.4.12-SNAPSHOT</version>
+    <version>0.4.12</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>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 754d23955f4f5fd6e0525e39989ee00d5ceab42a..4e1c0f3f23644d2cbe2d5373c7867e9ceca9d63c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 62f0c9361d3d5c82d2c1bd256b1f6b790d3550e8..a366d5a07140fdb54f23b7ec2aa88e095275018b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 5bc1be26e605ef8b74eab8823cc4d491379274eb..6d984572cacf7bce817b0d7ee80db3b7bbf220f6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 7e4ff5d04611e906b0205f8dd906c67c64b64930..ef7a55f2c8f1b2f18e67cf2af7cc9b6591a64a50 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index b93307241292c03e6c22d10ce8bdc3b7194c77f6..d5ac5fbd8023e35219ac73f67df5aa8386fd246f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index a098fb08a9ce1a88a71c80de2b39adefed60cc6e..5a3ef5b9dc97a514029344c12dd528f275d36c22 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</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>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 8d6887c851ea06aed6b5c6545759a8675add5790..24787cbb095869a83c635349fc915993642bad64 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 8fa37e5545f2239709e1a4be3320470b26db06d2..e5fdab8b91d9cfbe53beb83523a4e8830282d997 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
 
     <modules>
index 42e302289182204b6759704a0c8bbf60da1543a7..0988c90f1dddefa6cc9598af32aa611e8e40c475 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 2c5e341763f569cd61d85f5c3fbbfc67af9b50e6..e238b0ac4b6ebd23a9a0cce54fa42943c073240e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a872f90eb5c78b4856041d6ac0a73ab6fb5cf27a..0f40f9ba9229afb0a55bef5288dbbc2a4ac48048 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
 
     <modules>
index 4f47c7bc29718a395388cc85a8ad2f2849aa8567..c2987b83c7eb013e07ab023ae115484a7f363cbb 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
 
     <dependencies>
         <dependency>
index 4b2d8b6b541caabbf57aa2fa44adba8c4965fbc9..9b8a9d7f7b31e4f234b791fa3344e65a981ab616 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-spi</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 4723e1492ceeba010ba54aca4a1bb3d6d51595ea..50dedb32970eab3914af5c3e1a88a84586bb6981 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</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>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 53abf9ecfb47a38773f1c96e8c67cd7e7317fba8..5ef4a64dcfb7b363dfd1f403e8132890b90ef0b5 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>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index ab8077ec1d3de6f01faf35c6de0bb369b12c08aa..4da2b2f42cf884b6c861835bb7484dbf6a253cd6 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
 
     <modules>
index c6459c0eadb3697d3747945f9e0ca1a0a2aa5fe6..e68284f48ecea14ea00e0235e00c930b2d8c5c33 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</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>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 7dc8fb606cfa740220a943204b46a0c60ea90f02..5b84278d94cc5bbb545f639afd80d067482b0bda 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>6.0.12-SNAPSHOT</version>
+                <version>6.0.12</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 5a1ae490169792806c99b6eb13e4c99881bf8559..b39d40fa753aea470600d12ddf063f0d23fa88e5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6c979ee7499ac8c706eec17518e44fc66a0f0ec7..e79081000926d8c0af43350f2eed4156702f09a4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 664c48f4956c998386895b13bf5c7d19dda636af..c2e34f22fb433cdc80486d2f3d39d99e5461dd01 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 84265b6eb05acb07324d0871eaf3f35d0a89035a..b2033ecdea556bc3a19899618a12a9287db0a43e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 79fce2e37c731cf6e2aaafcf79008ec19a6bfd49..5e85e44ab408dc74d6c86f5b436069bd502fbdc3 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>pom</packaging>
 
     <modules>
index f17c9a9c24fb2ba8c4371fa47120a5e05dc378a5..1302c3569547647fddfa1232d2198f180f4745a0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 864742745718b82da885a11097f80b3a2b599c79..661568bd969996f300982026f7651b9760877516 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>rfc6241-parser-support</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC6241 parser support</description>
index 9df400620aac0e3349cfb343c5117d7250b49eff..a3f9f342a817e57c1efba3f5aae2171da2b1f260 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 22caebd6104889c3fc34672cfe8782374e9b45c9..0bf0adabc5762e2680172f47357b4307b31dae90 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 94e9d02643133fa612ac890cbe5d1142e552131f..477bed443a02fc368d45dc3b93e16af3b1af982f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 17760a0526eaabe978d1a08e35793c0c9425c6b6..5cf56970453ed0dd1dd93aac363c1d15485180af 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ca2f6757fdcf2d336bdfe4b1de7a83b42aafba7d..fe093bc36eb1a8fa0e41588925d616703459ea40 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a54ec4e5ec1e0e2d431b339393cb5f920628b3cf..f9a4cf5a30f623dc83f9980406568e651480df26 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5831b219d1cf3a5bb5634aa000611d852b7c3097..9eacf58f2970f6a9f66c71152616a9c4451f237f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9541fa3f9273cb10c30834138a606015cdf2de13..bdb7a3799fb63ae038f44447ccd5cb66b433d552 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e186a0b86dcc6941eca762b9e89c13ed5486fc4a..7612c5b0125a27f98da838725f51d659e5e21238 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d5c6a965f0f8aa402345c9a92c9894e53fb7e131..120be1615e8defd9b26d48a8ce4f67323d825acf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7957cd314da2923c8d67b9af98d3baa381afaf65..3db2de65674df54e3ccfd1306219d04f17e22c94 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 774b401813703a4df99ccf3d4a38e8a4151bbc08..93f9a3708a2aba166fa30ad51d2d00507bd5e646 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4368d978cd038ddf96624a37c7c465a2c8495cc7..61525d26189158e1048b0b094c0d479e1e6080db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e463106bc234b5776852ee7787e6eb53fec7761a..f26e0bfd8c5aca4835a62aeb3dcd88ccbdd9b6db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index aab83560f1467924f0a3274a67bc8ee4fbdfb49a..65a8aa742c00ec18393986aebb429554f7371412 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cb3430c734ef902d2b6f6fbef18ceec9dbde4bef..abe0b420e85a8f5695ec992e63f326d7d323a540 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2fbdeeb6e6fe4897c0e5563e50e4d35da38d3072..62548f19fdb80fba593b99a19b9c693886c9a7fa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index af3b6914e11e8c54539c33739c58263fc435ee04..07b900d3d2d3244d29c465c51a1831ae052f2ecd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4ab0fc713ecbe3156542f09c80b134d8243a064c..e40ac5b94bfb629ccc1b55cfc766b47b756628a0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cf5ec9d6fe9439fd6d597dee08c01011060e154b..5750a831b0fe16d41918ad6f74c9a1eae65ea8d9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8c25b5f9ae97ab0ae537622d0ddb12e672943776..c03a7cee53fa551318bc5e4d3f47ad71beac2d4f 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 593123aa1bcfdc320ef0fa707dd59d8dca6f6636..1c9d2ba1fc5b080e7bc76476d2efa46095f5c948 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 21c4fcd01090110543ddb9d794ace2aabdf9d3db..573033e29dbe7c5c45b75df39ee400914c66afa1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 108beaea28b7221ac37535e81a6489209d1539d3..01fe91d6470970889895caf9a14f25fab747606c 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-data-xpath-api</artifactId>
     <packaging>bundle</packaging>
-    <version>0.4.12-SNAPSHOT</version>
+    <version>0.4.12</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
index 395b47e8866af9880ba705efea53dc51502a6d65..2847e6562087781458f08c925c2e009923088bd7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 78cb9f316af4f684d8d0028b6e5975645751b01c..e0c0147d8590673eb3822d23654ba38299ecd2f9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 14442a2859e42f3ab72becb95da617560960eb2d..a06da699250c2093e2d9a7c668734fde711cf9ba 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fe941a1b6ec87e43cad295f3dc49ac48f45568f9..70fadd497d28d6c2c00eda22ca08aac099f534fa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0d2dd363eefe167349c748fae203433bd0a63a05..14b972673eafaa5b12476b0af3abb6c6e2d4c4d0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 54ca7a3c76b499fbf9379329c9a433031334536d..aad20b7a45d891786f0067c92549f24e5a5e194b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7c8f9f5deafb17aa7d7c9f3d9e49d7a42153c02d..a83bb77e962a6c7ae5acbcf1ce1ad358cafd9ea2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d8a3a10846f0b9807ffb9d6c17ab795e4c9bd2ff..29c54e64bde8a1823412f7e73a9d7651cccb8933 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e9ba66aa3a729bf4490e510e2517bca31fff4113..e25ca51256dd9305c9864573a53b13d7bed270b3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ecf5c50d436b42fa5ae6a5a7bb153d8ea452404d..46767e5549339a696a545e63292f38207bef8dd8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 17129647398e86d7ac14fedb8b10af42dd117be7..499e8991510ec4371a4fda48e9bfe06e8257a4c6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index eaec2a42a73655bf21a88d0ce3b42bce351156a2..7721c2c8929cf147c7fc8ad668ca61ad80b87283 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-antlr</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ANTLR grammars</description>
index 64c68b5a5399b4c3007e337d3eef3d0dbeb0be98..dabaae3f5caf701a089fb62cf368103fd87a69a2 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 08dfa4bd7429ec1db7e03f5cfdf6bc6e2dfda5c8..7b9e3bd061c0c6435e1fa9afe067ca7c9ed467c4 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>6.0.12-SNAPSHOT</version>
+        <version>6.0.12</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>6.0.12-SNAPSHOT</version>
+    <version>6.0.12</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>