Release yangtools v11.0.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 26 Jun 2023 10:21:07 +0000 (10:21 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 26 Jun 2023 10:21:07 +0000 (10:21 +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 35bf554bc415755e9c4d17154e0a2be3d285503d..2c5b6728a66d0846cc1c5b6779e4fc01438d0b78 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 86f19eec531289c84944528351d8a512dd6bcf90..20201c1ada0db830746c8c58a6fb766caefc4369 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.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>11.0.0-SNAPSHOT</version>
+            <version>11.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>11.0.0-SNAPSHOT</version>
+            <version>11.0.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 41796283eac1d008e98173e582b18fab59f64895..ee89387266e2a29e1b9ecfb3fcb94c8c9edd4556 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.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>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 21549376f30380d8b68c2376e98f57d3cee20c2f..31e0d8a587ef653114fc920df7d37a87aac0b521 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.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>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e1a2dd28b842f23b0598609a82381ce92b3f853d..a2053a7d524156a2df77a613d74c13ec7555d20a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 6112d1759016e9a2fb1443ba101764a0e3ff249c..90fe5e93efaace2b611fc5af34f220d31614247b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1f83e062463d5ab61473b3965e33c47482f428e4..678d75ec22cc0ff8c86e073cc43990be32a10ebe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1c01c42fc9dc9ba30b8db56dee1972770ece6c34..d36df6803ff9f14f61c940e92e4f097374e8090d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8c3ec2d701d871f6e2110c5480ba216e21cd3f65..c2be4cf774a6b36cfc648152d2a3397b7e9e2d5b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 9270c5002bd32cf628b9e3c3d0a22d25c4450c12..c8f306e9755d690e5a63e9370f0c52b17fd87820 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index ac75365b83271cc1e28177f9a4cb19ffa94cc3f9..a323bcf819f795c228a914480a37b473306c5c68 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 2f9407bac0fbcaca737ecef3a70f814e238634d9..06be64871a8d1df3108f30ca1e7730cc47e0c5c6 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 8268ee986bc864ddf8e24260ad399798e9eb4535..67a7b7ca93b687faaea9febba85a173794f0d83d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index c7a5f369320e076b4c740a93709729c2b26284b8..52b59e8ec91fea871e8709fe195a48a85c847876 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index ecf32d6712772811e6dcaf491dbebfc27b646ada..df2d13ea273d548e3ef986f0c9e4636c5c198577 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e29c3e9549eb16cd663b2e7ec26ab21f5f3e45eb..8b870da74429d3e071d7c032dd3169351c1ebd4f 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 34ef6c97d13a08abd39d8abdc44217d26e4390b3..7f12a9ffbf1d6b2941551b327089a0a0a3fe52e4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2827590cd6be01f82e4aa87b8e7df60eb895653a..319fcfd97b3439f661338c05e44eb7cb7716d566 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c0e8c3c00d70ce2fdca28b3d0fcc67631ad20349..504efb26791ec681a48f60fedbb1353e87e5e3cf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c7d81501963888fa8a217536dc458f97cb184140..0767e1226dc0c2ee63ed18a1e901f63fc2288d6e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 81e1eda3e2ebaec8b691f779f3370190ddd9ac6d..6ad03896b0ebd138c97b2ee9ae2ec54dfcd633ab 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4396f67e046cdd9ebc682179db524e0b302c8866..26baa6b0e0ec996c151418980df55ac42193fcef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 043714a2206bbd04da118ca7759aa116517dcbe6..489304e722fd9ef49eef58162118360e1c70512d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b11a4914c2ba368ec76ff332cafae3ec917299de..04a4e628e0192c3e17174386198012c9ce189497 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 84ec9121e6e45f8b5e27063a5f7ac3773f899d30..0bb5515f8e3c68ba31a4c88cc6ba805874cdc89d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index a249449e7efcc2104262ee36253570185eeff164..ff35dc9c6fd970a4193be44d213d1c9aba46b06b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index f2e0824aabb89759dfd371aacb537f38053f377e..7d3434158fe2caff331b83706deaf79ece0b63b2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 11237ca870cea0e83cde6787753eac6327a2187b..a21e55c59183866dc351aa69b1a45b1c78e11c94 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 5258b3fc524a030ca3b3f99936c8c21a3c334741..3fd23fe426ffef8ac07ece3bc60e295ba7a1c175 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 554fe6ce5b33a2fa11d2fde7a2f818122f10b346..d807ca507b036d64a2ec424734eb8fd6fdab5fe1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index d797962f0665e45a98f8cd2c767538502cc9139e..dcbcf6f3d47abe6b7f64a1c7ced0331f6e4879c4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 6cfd9dfe9f4c22b5d5604a1613d56fee09d6f845..3b178acc74f13b3c61b2218997a05007870f5d69 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 706f87827d3568f816bcc6b835e7b3627242fe9b..cdae3a85ede174c050825aea5d9abede37bdbec1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index ce92bb62f756a89ee8c32595477862795b6df551..b8ded6d003426c4d9b14376057611ee19a9f3cda 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index f3fa528c2019ba998eaf34a2cc276449c9430490..bc0e5b721c128ef717deeed7e878d4abd39b340e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index e80fc5594653d80a1f3982f66d85ddef11456951..368efd038d02faef8e6d8f8bb3be96298b8e83ee 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 5347c32d9a7726179d3fb584e43e2aae9315c708..515d6e2d6fa601d347a500fc59258d5f74dc131a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.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>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d80df4ad0b7dd51c1f87110b87ad4129d677afb1..704d7e47c1dd0d447aa88cc9dc78040e6cebd24a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 03969edc51cbc87c1bd7d3da9c6ad324f7dae0be..e66f12135f57a38aa7869bab09d372982595eb80 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 069da926bad220d23d1c2f79329bf513a55ef13c..d9f3e7cc38182859d65a2c21b8fd5ba3acf15666 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index f1c0f3d7650eb5024e8a66a47bdc5c877bdde38f..e8ca83430b99f06edab389b28b09dd0b36692695 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e0186554d6292a5a59d31d752052763ffd14db37..d253ceb5aeb8d546dd975eb820e655246899f7db 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1f008795660425640383e003143fe837676967e8..1c89a0e6470f3425d33fc64f66a4c4fc0d8b54a5 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index e1d9ba50b682498efc6b93dc40a545b9ec7f1dcd..a65d903224f362bb6b4a2f9a3f5bfa8864e23166 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ab2d07cf06ea56f5619cc71c09a09fde1741aa9d..a7a33638be93e78be38d302c783f2a23dbc3fbd6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 91b2128da3ef965889ab0522b8a48ac997ad4edb..a256c2eca62779e55ca11bfae827af9011326b86 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3d09130ba2ae12bc58b83f083b4a001eb6288647..14c1b9155a5b1f355bd734d74313c382fc424af3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 961bc1eb099e1bd1994a2cab652861054754a53d..22535e4bd73b72afb0794da0791ed59207da3a34 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bdaf10bfe00bf339f0bae548b56338e549c22cf0..048c0ef0ee06b968ca401e3a975978eff04486c9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c03c967fd9a97f4defdcec541d03c1e50cbbafbf..b43c550b1cec313c053729f16b518ce6e07bb9d9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e39a52cb81b5469700eb0bf2b3d4cff8767976a2..e8aa6336c4842264d53e7631eb838841b66c29ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b74eb82a46dad25fee25d531456cb5ebdedd9b57..271452744192a32d256879eb4b28c12376869ce9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 375cb5a052860c6405a01ed8f99a1bc35fc2728c..cc7118ce0479d1e45102974dd5ad466b8eb8ee4b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 83ae724e8cea36c536b2865bdbf8557b1e3176f7..463a7e96b670bcd787ad322a770fe6b81ab07ea3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e960185f75e926dac788ffc356531e12482f22f3..26abe7a89ab89a38499fc4cb40dbcbe019107f98 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 203534353e5aed99cf73a27265aba4a943ecc885..97e077dd201993876d686d16cafb3eaec6e786e6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 30a16e3b92d922e372c2b5f249be87a067c92aad..9fc73f337a80a6b5e97df46f191e963249e86a16 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6247a228c4210217bfac815959d6e217c33f041e..36c6a7dd211e188bd1b5a190986f806840b1dc09 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8aeeb22858c4ba4100a100a2f0fa14afc85a93a4..0a59c0cab8e1eb21ee2aa3be8c6a7da6ae34c9a6 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 6c58cb4c5e7fa3c2755cbd49dffb231e1b1d4a02..53f72c6f8ce873c8228ee5e893b6fe5790e83e16 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 09eccf13056eb319cf0536103e7658640b53a04a..f23534c0ff34c6e0a2062ef43006dc84788f3c3b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1c4599a59937f9ee8655cb0d280d4c682a89ef3c..f6d766cb4f6a04b85d9367ced59b36f9ca793e41 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cde80378ff453b1210357bb13bcfe9da7fb82e32..adea19cfbed3156bbaeb3f0e382901b34deb472d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9df2422f9dc72cf235899b3412b6a21120eed03b..d5c4bf9e2df330e9a621acbca527ab9068ec4560 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a041dd5def1f4ddaaccd304a83adad09f00274ea..abf8ce39a8f7f60a4cc61bf863568547ed92f1cc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 80ae65de79a511ee0a3ef064be96b886cfc567be..522cec7c3812cdcae10f629f592bcf36262fb130 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 92838c853e314b9efb22905fd579dbc69b7650d3..d36c573e540bacf1c9977ab47bdb18a0067cdc85 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 61fbc55a7d4140e61e00d073d0d98032d42e15cb..b10cd45d8acb4844c830ce09a73c2b9b0a150058 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5dbdba11241143e1052c7b786078073d6cc5c2f0..6ab03e85edf70d79401fc98a2b31e51003c217f5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6c74cb819fedd6b854a640431d2447b0319ab48b..be5c7935e26c9987553fdb72384a405a7cb54872 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6757bad5a3b538477b4155935b8bbbffa94fbbda..b525ae3d87cb8be9670c7b5ef9e00b0261039325 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f1ae72fd669d3e8ee5f94bee0a346b2cfabf879c..e430fcbafaa492141c8645594d8b4eb3fc82dee6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9157b9f573f7530fa4c13ff4d15ca78382944202..b87aadd8dc045d36310835d10c60a9b16bc24582 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5ec6f701e55d6e7e9731ba04491dc1796102279c..0ae35ae36569876c457ad9e20d7861676470d39d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e09e64155025d7d14609f7c8cbdb049c0d64e3bd..08de4b79c4c7055d464de2e7f5588e879cedb622 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index f1a44170d09084167fe82d4dbec74d9765aa0353..3e69694a11f0214acef62486eeab67df3d278cab 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <modules>
index 434db3339c5fd885c7e974842a1280563ff468da..2b05c2dc41823e2f0453e17c399f619c13dd4d84 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index c235134a65afb77654889b331aee45ed52e30cbf..4c1db9dd2c9d112aac0d4fe3c8d4ea1ac2860feb 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.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>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 4ebfad545c79df0282d29f826a8351d84d0b1560..ad0b035f2879c0dd509bd9383fb3a337da307855 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>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index dff90adf8cdc733f86bcf9f0d8675e506930bb0a..583db1b0fb692266c22384695818bba8869aa6f7 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <modules>
index eecb24dc7971b295497ca3d2e4f31832b4d5058a..17214e6b992751f1b774f83941789445d70c4fa6 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.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>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 47306b427a4f7362003aaaca82c88bb428127c59..9eb3f5452ea3b4b73a394eba2dbe8c2f0b543635 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>11.0.0-SNAPSHOT</version>
+                <version>11.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f257746134315295d51c7c3cfdffcabf46beeb32..b10c0eaa0f01f00dd90b27136e4cb64b3c8e7e1e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index cea04c290a895902610a1e601961281937125f13..57f1a525a9b080de1c321f2a249b4cce4f1ea13f 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 5c85d392e7933b91bf4d63a8e9e9a15a4f7b9eb1..0a88169972fac136a626ce280a06dd73cd3c5721 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index bb9cb8f4d6aa5b89f8b423fbf116ef417109f29d..6df762b0577343578badad60f176eddbeb836890 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>11.0.0-SNAPSHOT</version>
+    <version>11.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index afbc21ef8db5478b97f7768970b8751159dc7fe0..93b3e310f01b1657609d52ea812f4e1e284696e7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f81c945c3b74a31acfd3b179ea537729e09fc96f..77fad9a563c3454c8e2320ea3d4f392cde962328 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ebf7b919248dd2f53d3e9b76c2db929a868a8e6e..3c6f3dd1c55ef7255a2ad1270255d6810b09e7a7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.0-SNAPSHOT</version>
+        <version>11.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>