Release yangtools v12.0.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 5 Jan 2024 18:15:14 +0000 (18:15 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 5 Jan 2024 18:15:14 +0000 (18:15 +0000)
89 files changed:
artifacts/pom.xml
benchmarks/pom.xml
bnd-parent/pom.xml
bundle-parent/pom.xml
codec/pom.xml
codec/yang-data-codec-binfmt/pom.xml
codec/yang-data-codec-gson/pom.xml
codec/yang-data-codec-xml/pom.xml
common/concepts/pom.xml
common/mockito-configuration/pom.xml
common/pom.xml
common/testutils/pom.xml
common/util/pom.xml
common/yang-common-netty/pom.xml
common/yang-common/pom.xml
data/pom.xml
data/yang-data-api/pom.xml
data/yang-data-impl/pom.xml
data/yang-data-spi/pom.xml
data/yang-data-transform/pom.xml
data/yang-data-tree-api/pom.xml
data/yang-data-tree-ri/pom.xml
data/yang-data-tree-spi/pom.xml
data/yang-data-util/pom.xml
docs/pom.xml
features/features-yangtools-experimental/pom.xml
features/features-yangtools/pom.xml
features/odl-yangtools-codec/pom.xml
features/odl-yangtools-common/pom.xml
features/odl-yangtools-data-api/pom.xml
features/odl-yangtools-data/pom.xml
features/odl-yangtools-export/pom.xml
features/odl-yangtools-netty/pom.xml
features/odl-yangtools-parser-api/pom.xml
features/odl-yangtools-parser/pom.xml
features/odl-yangtools-util/pom.xml
features/odl-yangtools-xpath-api/pom.xml
features/odl-yangtools-xpath/pom.xml
features/pom.xml
karaf/pom.xml
model/odlext-model-api/pom.xml
model/openconfig-model-api/pom.xml
model/pom.xml
model/rfc6241-model-api/pom.xml
model/rfc6536-model-api/pom.xml
model/rfc6643-model-api/pom.xml
model/rfc7952-model-api/pom.xml
model/rfc8040-model-api/pom.xml
model/rfc8528-model-api/pom.xml
model/rfc8639-model-api/pom.xml
model/rfc8819-model-api/pom.xml
model/yang-model-api/pom.xml
model/yang-model-export/pom.xml
model/yang-model-ri/pom.xml
model/yang-model-spi/pom.xml
model/yang-model-util/pom.xml
parser/odlext-parser-support/pom.xml
parser/openconfig-parser-support/pom.xml
parser/pom.xml
parser/rfc6241-parser-support/pom.xml
parser/rfc6536-parser-support/pom.xml
parser/rfc6643-parser-support/pom.xml
parser/rfc7952-parser-support/pom.xml
parser/rfc8040-parser-support/pom.xml
parser/rfc8528-parser-support/pom.xml
parser/rfc8639-parser-support/pom.xml
parser/rfc8819-parser-support/pom.xml
parser/yang-ir/pom.xml
parser/yang-parser-api/pom.xml
parser/yang-parser-impl/pom.xml
parser/yang-parser-reactor/pom.xml
parser/yang-parser-rfc7950/pom.xml
parser/yang-parser-spi/pom.xml
parser/yang-test-util/pom.xml
plugin/plugin-generator-api/pom.xml
plugin/pom.xml
plugin/yang-maven-plugin-it/pom.xml
plugin/yang-maven-plugin/pom.xml
pom.xml
tools/pom.xml
tools/yang-model-validator/pom.xml
tools/yang-validation-tool/pom.xml
xpath/pom.xml
xpath/yang-xpath-api/pom.xml
xpath/yang-xpath-impl/pom.xml
yang/pom.xml
yang/yang-repo-api/pom.xml
yang/yang-repo-fs/pom.xml
yang/yang-repo-spi/pom.xml

index 25461645a164fced8847a601cdca1db1622d976c..146c2f80b9a85498bad7116fae69848ddc47949b 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 63c0526237754be57d07700bfc5088aca8e14aad..6a1144d70cf21e1474de6cc55c5615fd9fd94191 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
 
     <properties>
         <!-- JMH-generated code does not pass SB (very noisily)-->
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-tree-ri</artifactId>
-            <version>12.0.0-SNAPSHOT</version>
+            <version>12.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>12.0.0-SNAPSHOT</version>
+            <version>12.0.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index b963ac533c1ec114c10ebd5e3cb5af6f2a72bc57..15d723ab0d827eaff4c50c4367202c946a05595a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent (bnd-based)</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b44f78914097422df08f128747428564bdb6e4d7..00bb678c7ca75cb689d186b6e30daf187338f217 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent (felix-based)</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 4e6353dccf0cfb18ef01d0b314cde11cc25e5dae..e1464bb4a82b1016e2f31f986ef778cf876faa86 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 1eea655595fc3efe5f84d84e0dd881727295d2b1..482bd481ead655d2c97c0a38b4e15f50c0850470 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e9098b283462cece35d43d93c9fde4e096f611de..1d3601b7ba25ad10698cd3ac61ee2c7a5a6fea7e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3f63c8241906571539521b7c37dd1361ce8961de..85f8ae6cef9997b3ba112f76bfeb6c82e1eb3335 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fbc08eab68bddbcbe933108ec3e992ed9c899f82..c37c537d501999bac76bcda7ed4f0cee89c0b9d3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e40455ff9e382e5e104df5bb0736f53d479d242b..caa2d3024efb360f1740b909d93552f725eccfeb 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index fb6ace6c9700d279e3aa60208edd3b0f16e46906..4151de21bf211e632f169170d264baef04dbe3e5 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 0f823ce784d967bd79c5be9d0eb7dccbd3bb5b4c..0f1c280afcbca7fedf8ab9952c52d3752ea18618 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index fd83cddae699e163576e41fa2315035fdb96cd61..2e27581bb8f4e27a4dc5af9931d0b5bf57f28d68 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 2caec3bf9b12458eb2f455e6e9006c35dce5b57d..c5a3f9372da4cc0fcfb9fcd5e3713069deeccc50 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index ba892da4c2985f9da29e0266dd0174150dc8a862..7aff67f9ad5eec9f976b394f7919936f41b640d7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index ebaf793f42c51b9f9692792f339a517fb6d1595f..797b4ef381caabc1f17563febabd40f9d55267ab 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index b86e832e0d3240f396499678265eb5a5f996fbf1..7c72263eccd202bb5f7d5f0008f5338be323a4f1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9e9343316f9805836b92f557547594f436841a04..f04b2e1cf4a290c35fb0fc4ddb3968433e743c47 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bf9956e4812850601b0403de06b566fa1ff6ae79..d50ca4c20f48c11048f82031108cf557ecf2bb9a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 201b3997b129e15f92ac7d2b3f928254084c780a..ef16116764181df080c306bd9d40e13ca31d719c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3b04eed17fb994373e425eae03bbaec4e45179e8..6211342dcffe6e735b5b6c81ceff6b62d0235f10 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 639a94eb01d83ef73432d1ab25851c6a532b4d9e..031296895de113803585b385cad10c7fa417eaa9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5a6de40d563720b3de1fa6ded830288c54c8bf57..261bcad649219c2cf3fd9f56b1231b3ac90aa479 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 61bb5af0215f35bf6c59078a377261aeffbc3c8c..7af19f83aa72f4291cfac8b1d3e5696e80adf448 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fc268ad92fa4f654da05a2dd451021c4fbe942e5..db99dce7eedcd4266dfca7cb6eced54933902782 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 428f6a55030e194fde50a93d3a1520dead8a65f7..24f79b8bd2863beeee203067010b3f6d849632ff 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 974cc7481898a99b988606aa3cb4a8f4d57d2214..59d00fba5508eca07b30be5aed5e498dc0c11470 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 5b0224454c8683e20b175920d065de5dc536bc38..d1b17a675f42ac4abb6e24c2d2a2134138c17772 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index a89481e0f870c4a964f82fe3ddf5b892d2d49c1c..01f70a25ef9492d7f9fc453e16b886e326c7fd19 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index fb6f2d499a5ac2b1c584c687c5567de58bd3b321..4d02546f5ee4dbeb11b71ee92b07d72098789713 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index fa9a495438117ccf6957b353a22819dddd0f7c91..921263897eb6d0d1bbdd569f0f0b82261fc25179 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 0d101d5c1ac76bac1669e8baef449d30ae886164..8905880ee82b72a92c635ff9f79208d1e89cf813 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 05011198d7a04b28b348a9ca522df628ebf391dc..e2412bf25c30a494f88267d67e2d57acd8e9d873 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index f8e41f7e3c98169fed062338f3614206ab4f631e..fc3513714037f18034492cc58bdb5d20a4ba7899 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 4ee1697c6f665a6f5537f154cd71d841ad34b3f5..eb5ffceb41c1273722da701c97b7a2e26f2c61e1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 8f23358eaf4fa3a1177ac14621048c4af07ec43a..b696c163a3687029dbd34dd73962970994fe5700 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 89f0d72151b6942348f39aa2c69e31e426ff90fa..a70fbe1c5894e4c1b9c8782a7cda12625b88487c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</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>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e6e70d72ba05ad36b7ec6787ba11405dacd5117c..84eca23d364d0887268caf1a55deed0123d2b322 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 5c21de1b5a3210ff2f167b3fbf8ba008cf7a0a87..3f6625c7751cced0c325e726a3b2dd0629d2d60d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 3bdbcb0f9b8278f42cc3a085eda08c305cf2a03a..12df6b409ef4e0d2c0c6c421d73a9a9f87be6eec 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index ad85c6208cd4ba9d2ab084c6a840f4b0319f609c..1921cb7e9ffe9a5cc8ef3356fda1655c4d3d8b23 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index be9484cb672356b5e61ad2b59012a2e2ec9af7b7..605cdb05c785cbec8e33cbf14b67a2cf1e90cb4e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ae2eddd262648cd0460fea2b2e8522b977ea5f32..85f6da2e5a327560125b3fa4decdf03e23c4cabb 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 3b85816df5df35179d7f4d5a9936c1de07c698c6..82b0dee7d491b20f37971f284c23225304c98ec0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d6bdf651fe18de7717c0af1008f94f5f8fc446c6..9ccbe0b65e96e50f7d90dbc9940d6bacf456a5e8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9d92aa2b82412f3eff52951e6b214bd63d373279..c760b0a172049be1bc3c3e1fa3d145042364c9ac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a88324a76c24e9d31b4e234c304735d00d30a4ab..7af3d393d713576d8e8aadb98ba6af0c68759f63 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9462c822c4a851f3934c6bd443905fe68973e5f7..dec0eb05408f3ffb61364a8e3ff759469e2ebd7a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0be88b6d4277546f8461695cfa1bf6936a84fbf8..b58a3e06c984b5a024148c6873b982debbb14b8d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 817f20fd82a5d4a703496539a7130da750efdc3f..b4d62e7c6cb0ec9a507792574405c89101439950 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c9f5840e95aa507e9c2352c308cd6bea5dba7697..4e70f09ba631793188555dfb943727cf2a4facd2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f8376b736c26971b0c332c90d4b4dbd510b3d97b..e86eef2f0ff86aafbd1709eb98baac574b3b00a4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index aa5b3d5fe72187433c282d68c86ac0e41faf10f3..fd70ac3881bcfb2d7932e408a837d0522fa3827a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 86f5abe72d50c3c1e04fb80a2e4bb00ac3ca389d..16fc3db7c8a9b8ad7699fa96518567b46497e8d5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b2a5d41386a91a766d73833b2a567e6fb57f69bd..7be50e94239dcfb2bd981a7fe18786be8c6d191d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9cbf8027361ebfbe24fe00399ee53f571735f9d1..59ebc61acf6df6165786ce4a904dc5dfbba7a609 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 65dce48f3d8a79b9b6d39525e537f8e160900fd5..fa646b3b2bc9b7bddf1cc32985a31ae5ed036e3a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c35eb7c002dddded43f81e6f7c8c9af979c8ea7b..22008f52cdc19509a60ce550fd9092a779031799 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dbbdd1b3028aa5ba139aa9b8f50567a9bff13e92..65dd82d8e36fd68893c6539b34879d8da760eaa8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index a1b2bcb9081d1921daabfec08bc4d4688a2b98d0..414dc05e85bb728278c0b2768d9cb3e6451527a9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 789cc7342a9766fb897fbdfe964fcd7a6b0b7084..b9c24460f3bc7c60856a2ab91553aa7e2eb66e3a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 261a18dd8cd302fb0e7f86dad7bf707f47f94c4d..63ff4de23eddfb8997cb2a4b42ad5cbc0b5b6eb7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8d2fc1827f3e783f6e25b2e0f8f0337495f1f6a2..e680dcddcde9b083a86878dcf0a5194a154a3794 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 232a17a844b4452c171718d3c81bc9d9b5c42813..8c586eb590dd5c0a2a1bf082a6f3b0564e04d87d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 35a2a69599a5d9f1992068fa3d373ec8896190eb..e8ff3cb9d92ca0e258ca4bae7ced93e7d9cc64f6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f7758d2365f96f361c02b8cb08b5f9174e96a1c6..4c73bcc5ba932565f521bb54bb84814f540d701f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f1f80fd67711db350ab4299072791686a2ca6384..254a309fefeb020ae27aedb8434f6d06cc5ab263 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6ca64bfcbaeb692b9590c5826744f92183cf88ff..65faef69d8b91d38bf17f92ab81dafd5b37cc83f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b327dd045691c81234e8ccf63b1c6f3de926b70b..87b61ce71907b8a9a828a5ca180c624f9fe38e01 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 076e3267afa4b58182f326b8217a897c42de1a3c..15921862fd8a55b376a651df47443c0cb0314f12 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e2006c21da0904c5265b6a11641decd4546e2159..8470e7b0a7fe2ad3e73fcc506732bc639e49b745 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fbfc18f93e35695007f3e19f3cddc3b7350bf442..0bee263c1e52d1a89a5b97875022624d9c21a0e8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 624cd03f7f2d95063172d8fa68d7692de0941d93..360e5d2835a2ed7ed854d51921ad4d6736a451b2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 02ac184897bc35833c33629ff1feb3f60f89f91d..caf3402ad3233089a7226bf7116bda989e551d23 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1b92e979afd31d16cbf0c071fc51119810e36fe3..e27c69871657efeb498adb6a65158007249b9558 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 38d3e3ea659c0b1c76a22c8b68180667d0572660..27b85e0161581af793235269b23ae3498e5933d8 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <modules>
index db120666e4e3bfc4cb53d3826fc87abd6058fe35..964dec2e238d30aef01a177a836a1efb1fe155f3 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index 20e08f21cc469e5bb4f18b845ea93e1cf5ddf65f..8fa93b07fa1b201b2e86890458b83d433a319150 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</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>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index ec9a13a0f03ffcf7033e13f7beb4e2bbb718b056..9abb8189f455c3f283de4adc54036fe0e901ce1c 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>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 41d6c54113000280216a74de38b78e02125ed813..4e0fd1a3d3f636267c89e0e7352a08907fee33c1 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <modules>
index 77978166b506f08b507b46b326648c060dcc57d5..1aebb41d464a397f672912d637e18809f86c9c8b 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</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>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 726ff48098f03f1763676307b84acf6d22cea10e..9a0df05ff756c667f0ff9a9cfdb7d78998f38968 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
+                <version>12.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 9b5fcd7f1997f9b8423ea111e273d255c30e8cef..67ef7bdf4ef13c2832dacb871d81a3a2b49baadd 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 425692314080b1480e201fba7cbe0441c385960b..01b8a848f4a2054d0ad8ef29fca8cb4883078345 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 4b714d0d1373713f6a0fa9429a3e866d96654a40..4e04227c91ae117ae6187cd6ab9362e22b926cfa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 8e91858dc3e9ae6530059f5de74867b1d4e7a79d..c6ddb7f6beabbd9db7b2efb5d976268e62c1a187 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
+    <version>12.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index d5f44b535e5d144759c115a6a6817bb5c507c36d..600baa1f93ac159ad20cedb20aa378f401f87c38 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 74b53ea613a59a9d358420dae67ca3dab4f855da..d15a2fa4eaffbda81dc2108a6828aab5a4a3dd62 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4208a734b6fe0b2a9e3f154c58a9f4480fef0abf..674f30bc908bb357a559e4fab1f7074abbb7904c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>12.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>