Release yangtools v11.0.1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 30 Aug 2023 12:21:44 +0000 (12:21 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 30 Aug 2023 12:21:44 +0000 (12: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 9fd09ce0d4c890cc15e4a61944ae1e4b4729fab1..de4a8c87bf8071369da64742b45c685249d7f78c 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 66d4d757b723f9ee428071ce49bcb8ec12668c91..41ad6e622e27af182952ec33aa96ff8b31132ece 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</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.1-SNAPSHOT</version>
+            <version>11.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>11.0.1-SNAPSHOT</version>
+            <version>11.0.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 8f3c882816c074bd24a6421b59502111b422d897..babc97b99ce30bab119ca363134f9dde7692d1c5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</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.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 520ee60e8efef3ff7dd40de87727c60a1349fe45..801609a0d86fec02d4f8e397fd918e09d69204cf 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</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.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 8af179f58110126f9725b76fabf59a91e10e9134..bf49a3df972d935db1630980860bb0e196581b70 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index 720e4bfea5e81a31c563c3dd7c0ce1b87160f9f4..652325d94abd1c073c40a8c8dee486063d139346 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 015ec9114a5027cb9f0f33450f54675cd1e8eb87..e1d9fe80654d4b8d065c171c814e54504d13ed6a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bab84b5da447d5828b8cf017dfc312510b35c936..4478c71e57e0bcd0f481f736ed2a762c68b64451 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index afeaae9571c56c88c544865137ccc0a88d384834..c9531af38345b95027c44836ea7a9f6b4700de92 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index ef6daea712fe6fc3fce058e927c4060ae85dd543..e56116c2fa315faf467e2201f64a2865e32a8311 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index d8723e81a85ca96d18cbcd19609b0f8aa303d3e2..e5aa98a4e017ac1517731fa3ffe42895fcfe9e03 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index 52ba5a33ed8243ad53a4a44839db915889d97bab..4a915b3e2fe54ff17e5af091bd0d823b8c91a12a 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index ea2046640a4d2083104e19a7c195ee9227ae0b41..f9dd7185f53f66d311501a1558dadc8b6d55d8b6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 092cb02963c1903456e7a4fe298189a72584cf68..4fa252b0232d1be3a5545e2ae74dcab7893bceee 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 5f51f0dbeaee40a357044cd2eff577b9e7bcfecc..30070ec6f5d7b603d6e3c6c7b9e01909876e7288 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index a41d7f89645133ef8639b6599c074e1d26c2b9e5..87512bcd6f017396c133cbe405b4c5a08639c099 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index 4b0e598b94ae7b207770fd3857554dc854f609c7..54b6f20c8dc4e35b0fc219cabed9ef60053a69ae 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3727a3885aad392da2ab376d45969558b225189e..5ca4b9f9e0ab0dfefc7eeb9be431b840ccf0788a 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b97690755257e1c680df68a9a1fb06e5c8eb6218..ef251a3b974953d7a7f6678ddf73947ad95e8220 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dbb1a04602414c7c1228cf4534ea3a67f6b1a5c6..b98522c127d659d922d6c2e898c62dff2acb38d9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 16eb638a7927804db434d5d106e2e033a62e6a91..e8cf245f90c6b77e2c3ad18ee9a61043e28d4604 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 846f4b9dbdaebec472688f8e9e4b6e238ae4c24f..6e571cb1bbe7852fb61da6dcbf5798e213cdc997 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e5cc34948773b0ff69adc825edd3471ab336fd26..6c6810a6b4f99f52274fd1752f453bae2606af65 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9e11c1c154720f8cf79a5aad373a63faa9914f06..5c172bbea1128bc0aee684db8a2d40ae0c266012 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8d2cff9cdf5c3e8a17efc443f52dc60f62381f33..d57454cb905515dded2e1ec19a4146862a5a3882 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 5a41192b152ae5e5f1a18dd35fd8c06768a1b344..726f9173fa79986d9ac23eac1ebe078a1328eb60 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 5ebe8db1c1048387128c9460f5cbafd7da4e4e02..8987d3430333237ef8d29547d2af623c91bc71a2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 4435545c0ea9375559cf7ec31de8d9a8c8ae61ed..309aae6f5336624f32efcb317ecdf1c845bcad87 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 1f4a74f5f62d7b163732d0dbbf961f00647ef629..1e5d7a52f826128a97f5d9c0ec96466a8d6c650c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 60b4c8429f2eb1eea0c0012d77b5a1a3cdc2c093..fdea648d4e8f66b3fe1412fb20df026754ccf10b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 379a012342d693526702b58d5b8b6778684542a6..f9cb2312ad0a4dd0eeabc103e8ac5427d1d633b3 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index eb5ed6f2acdb0b0c572fc18ee705255c981c7bb1..cca2aa5a0e954a1e76b51f9eb1a13313d5b42e7e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index caf5d7f2fb6cc5522c070c697dd6d18ec0a6bfea..ed275e35917b59f50b76b1a288dcbf668c9c9d9e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index a7871b18e354dad5d05dc1196a590f3802efd4ce..f847ca568b107954bbc9bf2cdcb6daae04524b03 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 463b97d0a66b15d5d686120f659975fce5584d45..4c860345ff30e865f6724ad2f164632cd505c718 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index df96dc1ace8ac6b43d43b72551186c07087131da..347b5e762e6694315bbee0bf3c7482e4ffa47dd5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 97c035cdcfbd967f2b51b01a3755d4a4f6e71d7f..1de73dfaee36579740091a812a5f5bba1a6adc4e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</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.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 26946d8e27bd17a6b908d5d4a5d3c42c63a92d26..d447c42dcf297abc96b6d42dea239ba94298042d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 2157d86d97e01dcfa8669c00f10631b02abc58e7..a6c2b3ab81952c40e26a70cb279cf865de2df1ee 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index 8e6daf4bbe5ced95c7a2596f1be3f3a0fc249140..ac823a346424dd09fd9c830553758b6f12c1150f 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 2dc9373355aa93f766ef279cbc101e9bd70b0978..ed52af63a97ba2a4856a22ddef80f5bee9dd1fc5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index db8cb4e06970331e97a8828a134f00e5a55e70e6..842e33399f3a4c7e3ef388c46eaac019157bce39 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1e4d0b6924786b6d319b1eb171c186c34071e4e0..122ce7671aa16bb7e2e26cb257b99160ec2bc86b 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index 0330a4b8f9133308eadaa31d68c5e9acc47277cb..85314cf653ce82194a69b5151f85eda4828149fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3800da118b5b73e2c6b950aacb769170d839de3d..c2c3ce45848ccefc3d7778f241aae99d56808822 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 26e8e9b0a126fd916043dd9084fb5a0f7f70f27f..3c946c92a35136663bb4e8ae2ffefc357d730360 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7c42699f1fa311e4f7082b588d24139efe0dfc73..5effb75c126024afe0289284c2135f4cd89cf043 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f8227d550feac78cf79d0519582c9da7f12fd066..505855ac2fe23c9385e60fd4b61e3958ca6a14e8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 30614bf949279dce9689c66669f2e2a70f154d46..33bbcc799504595084f61adf5622320216976b1d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8a41d4be51419acea820497efcae6244a1d0361e..77314f8cd323e316e7a5c4e5d422544bafca9d8f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1665864c103961b5058db1e562879f12f0eb336a..401709fd7071f9c8de9a8e153d369edba7e4cb81 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a62e1606fb1bdcbc8d072d5eb14d8643d0a694e8..60686db4c22b7a6c4b495bd4165c4030dee4843b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5a5d7b9841f9194a5fd7c224d081814e55d1fd41..b12bb9c4ae416958481a0bbf057476d3a78712f9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3c2b1b6c3ba5a9675d88fdcc6746df9f8eb3f52c..abe4e9b58adee0a9941afe3ffb32cebf778d4feb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d3ecc2d58469c45b0f19666bdd8304a49aad5ba0..d2d6024ed295c04bc62cee732eedbe5bc050e371 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 16addae24f6122cb5bf7a930d9e8d63d2fc538de..ee53b21414e6f3274635d74f07f27b90023f54c4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2fb31036aab56d79e44bd0cd6979823617d43071..14413a05d2dad0f80deffedcd0d212bccc4fe316 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0a919ced8f669c6d2cb0232e8d10b9f42ae4ce77..f2d07fde2d5795dbc66e43ee864f2a4f519f56ed 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4d43360e53f26a2312ccc280e55be456eca4aced..3df8cf4305bf7b03e65cf95dd22909def5520acc 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index 29fcb94576c849aa28ca41ddd2f042b963de751d..6a0d58a4bd4effd477fd16af50f4ae5a3cfa80ea 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8866e49f3aaffe5eb68fb616b1519b89d32cbeb5..6bf7c08bf3e46ea9290c1dfcb2334b65fb5f6e90 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 65c306b4f4cbcf7db1f102c1adc09d8afff91b5f..b3a18d611a4f33677fa1415aab868236767228c9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ae98540aafe881d13bc21440519b3ba0be339eb2..25fc62b3f6e301fee74b74c304e23280c232b43d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8456cfedb82dd21ccc44bbffa52140a8bebbe4d3..0b5856c154ba40cd0ec464e517b9c1f7511e2558 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 12e37ac29e951554ef12c1d5893e25fa1e785a46..374cd8865cb3e701cdf5ad98841f9bb7fb61afc2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 518fb659a2ba0c69435363a7aa595cf565470321..70a104761fdecb676f06ca46b9c2b0d6e06bc9af 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1b6d5a51f8679af6971afc7fce1277e965f41196..e6e21ed166763015b8d9af57cd2428df242947ac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ed53c7e4f6080ff3026e425fda7e741027ea565a..da999d646961513b677921c2039c394137c24d73 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 32fc00dc2eb26ae9aa7fa1a46289cf7cdc288651..b5d3a2d96c16e6c9ef4f9c2464cbe031fc38e0cc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 499df77787c034e9155b0b0c78b020910c3c6759..b24f7e4589298a2b61b86a430a1966d1600f085b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 328a4212454fe152ffd5821b71386071704e4faa..d19718dcff2565831c06443564dda25d59d83ad8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 692bb6a7b93e537d12673995b9f3d3c68c214cbd..4ade536cfa1d3efa5864777f50bab65bb500d7bb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a198f13fa341093721f7849f0ff5b9e196fd2b86..597d129fdda48f109dd0cfc2abd019157c7b5355 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 44a08790aa3bd10f22edf1de606a325c94795732..0cf3c1fd57c9980aeaadbf2a91a07c12ced920bc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c35dd4be7716737c348a64be5ccfd585be126f61..bf7239a3c7149f0acfbf6f938b004d607e076de2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index f4df4d428b647b565a7a7a99a87bb87a5a92d118..3abf9ccdee58dd0f5b9eca291884677b85ded2cc 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <modules>
index c32138ada4369c2c330134b6993a2455e180bb0f..b053488cf67857d5ad937ffb84e0a108e1811d09 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.1-SNAPSHOT</version>
+    <version>11.0.1</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index daa8854fbce0059b87763a3ea42807f8ca078b3d..ade1367fdd601a8add47e2949ad6c31458f380e6 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</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.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 8e74b219e0769b9f349d5d0a5f6a37531721720c..f4008ffa58f89fd85558103bb129f3f15418fb73 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.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index a2a517bd319425a63b09a81a8c9e68e23bad73dc..6aa7c6b4f60c95c65b721f774e9a47242f7b68b5 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <modules>
index 2d0ccde2e035389fa06d33a44271072f6d6bab10..55399522ae44c5d883335da74d73a1ef2e0f97fb 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</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.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 058451167d60ba2b6a46008c47b72ab2bde41cf9..135cff060a34d17c4b6f59a509630eb513b22689 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>11.0.1-SNAPSHOT</version>
+                <version>11.0.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 52042bde09a83f8ab97a1d0a2d3dd98d054f4327..077a163cc1cd9da5642c3286f0ff904af79b7029 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index da579124a88d5cf23fc2c356b9ee9b4bd669caa6..0943d6dc808693a65831ee1cbc45d589b7bc8312 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 266beec47ed006cc9588e0f4736de3e577eba160..392e68c22d9ab90c91e35d8275046d0a38cb6582 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 03e42dbe28fb52322ade58532bebb5ef018e5d01..eeccb5ef6ede31eaa87b385427f4ee5f6ac08335 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>11.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
index b8e4cdbbb8e4d057117cf21cdef9496beb859187..1d7b0e0e81492905c0e74e75dc6668c776d93a7a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d1efadc20c85fa71a22e687d6a650edda84a69d3..f2fe2c1a87cbe25d53c317fb55c13d1f6fb5974e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c29c92d5640ab0576bfdf912b3de2ddf761b3d57..be379c73ed71ba10e00f5a08ec6dda6f4742f02a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>