Release yangtools v11.0.3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 2 Oct 2023 15:31:55 +0000 (15:31 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 2 Oct 2023 15:31:55 +0000 (15:31 +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 5db4f22b4ff3a3924c2e8e55009425894987e97e..ed14dceb712d7ce3a54d88c89655b9a678c62552 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index eb37ccdf19c8d4266069bb7616a8b7adb69e404e..8175565b6318819a4ef42b1b800ca5809a093fd9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</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.3-SNAPSHOT</version>
+            <version>11.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>11.0.3-SNAPSHOT</version>
+            <version>11.0.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 19d1293980f74fb723190bc778f04dd7425c3a91..d5ffa11f299ee73036d07a7cfb2325e438d41635 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</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.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 512a350f8bad1eb9f250de1b07b1f42e05a96a9d..f2b43d955f7591e2f28d779e1035305455c78d4d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</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.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index ae867023ade6f92abe7d7772938d8ff84a9ac551..b39f5d2b2fecb85108b5281f0216dde8fccb41fa 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index a837e96925ec32aa2567837afa1a83370a1a26dc..99d84370eff547a7d89e6a828a4a15590b4943d5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index eeec4f83c8358f765227a2c482b41506a3d34f06..035ec3e23f6727138d97149c5e3b906a1bf9f0f4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bf35f995338f00e6dcf6153b96b24b5c8f3fb1b8..67cee363d21cbfa10f4b313b80b43e22f435d6ae 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bb5b43bbc881bc42696f8cc68a890279740150ed..7212cd1d4c709ee92622e20c1228fe7204365efa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 788f32cb285c933a42f804b64e17e1696cf73aba..1d7ceaf0a2a4bfce4b939769d9b0b33dd5e2c453 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 7e4b8b6aeba736abc3041289ef7d25a8122dcc21..455a8e6a8eb0c7d7b3266043cf6d8a277e097a0f 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index cd4b4d5b4f52c3f52b256b36830fa30d24a6fe56..142e1de1750722cc876af5502b1f73bf4e2ba804 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index f0ce325292d5d86f65b4cc601ef4fbcc99f17f1c..2d3d726bdbbbb155bad1a257f4112dd0d15d9c94 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index bd28066cb3791eaffdb6d158f5a99fd329ef423c..2746221e5c2b60aa58d3337950473c45e2a9f6b0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index de56a615da1a8fc79f1c72a36d053dd546bc8cc9..e2b74110ee1593938efa2f6a4fade731ba2e07ca 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 91d650c690492688ef8a52e9cda3765d09abb30c..d09718d42809aaa444d2a6f0d27a3f1d8ca9d640 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index cfbb80c1ed6631816e2a5828280340dfa91a2675..e06927068523418c27242dfce6262cb1e6919b60 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 431f5078e8ffded1ab4e365755ea83ce24a6df30..ed6f9929c845f582cbc74dd1fbc6bbd9bfb1c725 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index addff52f4a757b6fe73cce45cac3d1f3f54a1b5e..67470e537b3363272a387a6d484be8f4d20f201f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2563b1fb445582d9e4f537a91871a0bf0402a674..dfea24a1fbcb37dc63de631c30939273cdf52b46 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9df805bf082482384892655890654a3c653ab54f..c888b439795a89a712255875804eeccd52f77eb0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3a6c62ce6041959ef948b09ae8f0b1f956e2da55..3aaa5534805562aef49c55404b31d4b4864b1c75 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fae7be169dc4684811644fcc6545f95076e92a9c..b0f3184b2f2d588d1c34cde8e925d20ee41dd68d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b67e446702acb3f6001493d763fcffefc8de8682..d55197545455b8f86d97b0bbcf75828606c67084 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 95e4aab79de7db2f85b2c714f6ee15bcdc7a0aff..d9ee8e3b2f7d9c420a0033b7888ef2a753d335a9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 917018b55d03a2c1d10d530380866061f0fe9d37..93d4cce604a22c4fb686de3327b87369bd469da9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 092f335a41ee76c415a9dbf84c3ecf72fd8425da..8a6b77dd6dfdf0a09b281b9600be8c2f9d19acce 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 677bbe0d1ea788e6427136dd8f55861caed5cb4e..f0d7c8f4ce238a4c4819266b4d9345ab39d840fa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 89aa03c93217ef66d0c5e68ab297ed7ff3991e12..b47bbb1c4f4861211b82380115af848b901bcbc2 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 5779c61da537499978da3ed7f7fdbe9e2c769fc7..2435cb5964c6675ab5a1cee0b5743654c9454a10 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 978f2521f01ffbebf155ea72b0ba227bd3938211..39ffbd3d10050375c8a68aa4cd3ef8466ae80ceb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 8637a2699e584f78a048276270ceeb1a974b7ecc..0ac4a2d4529e160dd5161ec75525eb6184b7edee 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index e035c719fea08cb6c6a1080c9ab9d103721ba9de..ddcf361abff53dbefda3acbe2c7869a6c13c1826 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 456f794059d4d1cbb1dcacce9371a3355081a759..8f09e7299981a310331d149fec9a858cff01bcb1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 40b76e154f584b76e1a58597a95e1059a827381a..a9a938def97b611768d710f9820785e49ea9fe57 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 0b21519bc173aec4cb51b2c500e57de4a9e51ec8..cc291921bdabcb1f67ef51c0556539bfa28bd80c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 51394671c3ef148dc9e516224728ca12d25ba156..180206dadb9fad5d2bfaa720d2037d1bfb76d98f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</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.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 14e08e4c4ff28e3f9ce41d52445eee8928a74c68..6a7f8e42622faef67ab33db8ae91266bd550147d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 0cd52a160ddf16bd2b4f77a0bb566edf94b7b00b..ad807c3eeae90d7daed4b6b69bc1353f3c05d615 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 061d9dd572d379dcc679c7fb726db579c6a52fa8..97c498a493e48ecced39466d8cc8a871c6798986 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index df75b8010e9bd892af2a3792097aa58149aef504..4e780df288e0f7f5064e9497a93a868f9ec25e15 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 280a29c411d3cada5c0e38e7694f5d2f81240aea..0eda3eef9167303dacaa1567375658894602bd61 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5847a5fb5b137451c6d2d90b09c6db833d3583dc..0f9b3dcdb34421dbe4148689d8e801336d8b183d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 32047cb82192095002f608fa25c70c1088070d40..a34c946cf7ae1164a9814991384ae37cb67fbfd6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a18720af368c860dbe5ea85d5c256ba5905b0e29..8da0f18337f929c0f10530c40ceefa0f8f7b4c84 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 72fdf147e4b957fe742ebfaa45269e0b681bfc62..367204298af2945c9273138bc509cbbf675507b9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 54c3f1f701118e7d258db863343bb2f24c5943c3..d7a7d7d96155f79277fa4e48d8ae6c4585d2d663 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 62c17b41ef0b1f1f121f89db2922f536c8e5d610..063117367e1c18a29cd9dea9f10b8a02f2f851b6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4fe9c5d04b9389ef0d9d57fad394e19ff5c5c22c..d5e5489b9892eb1af91e07369bc731f0b746c8fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 773f0cd10a46d2945e1f0348e0a67bea9ae37969..6aae4a554bd75bddce73aa5b6043f5265b381cab 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 94dea39bcd0e1c37f996cd9b31f10e5085099cee..56adb7e825b2694bde884f9d83627e72635d4e96 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7e63aa35dcfad816e442d7c3542f7e1891d38f52..1070902853be4f9877b409c0d49abaceeb788cd8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 288f6d1896e79c5888d7563ccc08998f54bb0339..2fad49d584f90a7369bd2ca1222b434e6acda1d3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 567cda6abcb34d11784df141957e3363aeda16dc..39cc6383ec5526b7aa3a2158fd983897aa50d6fe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6f22622ccbb61184f4501d4e705fecd268f2a60b..1fdcf923f4b31656dcf3aeb021fccc914a7c2b9b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f126ad7e86af088272f5ddc640c6df01e4f1808f..40511693b52f1f5120f7d04c2be6beca52e9899c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1af206200701d6b9b72a68d454451f9102669157..6729d51fc2435e6cbe4604f584b9b5a4918490dc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b7c54645773b3b0917dbf262eb451974ef10549a..6f059e1ad61493f9d96a061817fd8a6e770a0657 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5db288d3d96f69daf7505ce992ce91f162cef2ef..76bfed90597eeacea65f04261c620accdefd1b78 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 4b6d60f89aaf264078fe771427cc507594be5f95..3324ba2e1bf9da7408ed39db6d88d9542fe02120 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 12ba8bd00977f686ead65c66686ed94e55b114ff..8ec5c70c50d86ed44a0132c9a7433f624c095942 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 092c64dadab564ff815ba5913d1a74790d8cb6a3..4b95890ed3cbc169f12f75e1ce073e4a0a050088 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 89ce10b9d2976a39a0b6c96812034591ef63efbe..7cd30e9d68f9f072b693481a0544db1f62279126 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 61ff1296a1ba374b5ee0f22f32905277416916fd..ca315f5052c6d667f5adb73817a736bb96154d68 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c8be5f94a812c43f209e9b462fba483718aed4ae..2b9e376612683f77d5ec64a7d33c414897212971 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3b34f4d361119dc302b065a0636b1b1734221709..ff57bb1e532536c0d6a8164be4e2952cb27dd1b3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 62a9dff6344c87dc4cc80f49f6a05e813cb4b41e..df2acb8752a338ecebd9b9506cfe1c54f4687eb8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 63e77605fe3adbee3c13262e975c395a9a6d2a83..4df28322548a377831bded9c8f51a77c6aebfc8c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c7aa333818414a7e269654633e54c495db2da2f6..7222085448cf9e52193ce5591fe7149b8522f81d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 00d1175808ff97dcff88b46d7bae7e5c7217591c..e64559b7be5863335dd6d3310f5993a0cad4be42 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 248a3fc7fad8e62c1f4a1e94cf34386b26c3d8c4..c06794316ce1465b65be18c99e8bae8dd736d436 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9bfe038381d75a9fbd625d98ff7d9b3872d15db6..938a5f1eaf86857a9aca6b8d28a382da02ab97b6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0885925f1bca3f49fdbdaafe89decdf4f43e4a69..298aebc2949a82a50044dff88ac0886658b03274 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 704c61505af7f478e6270170f29b7a0537843189..bec083c978cd58b0155d4aa95d23cefdce04eaef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1675d221bb112778ab2c52e317e39e13c5f45f99..d59071e6537df32a2a9b6af10444ead793b49627 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 54c62844bbae3200d403245d08428a6cbeae66dc..dd9027ded2c047d2b2224370bb1084c15b639bbe 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <modules>
index 7b2ff813a7f9764d813e270044ef94874cb83605..51a94df2c99b7491695330777c5fb1a26cfe0bba 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.3-SNAPSHOT</version>
+    <version>11.0.3</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index b8d84274922941ca7a735d67b1667b57d515a81a..837aa0c89768ce80cd5ecaf625042b9463b2c29b 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</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.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index b4a69c314ac3290a917a9d7889aa41a23a9913e9..bf169b6ea5dad404f783b2b7a8d9e59623bdbf81 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.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index bdb9eaad0cecafc4ecf0a522b1eef15b01f9d868..eafe182b44505d2852637e28a3e81924729e2182 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <modules>
index eeaf9ccf6400302a897f19db4c7f2edfc576ca6f..cbc9d3941df8e843eae1e2521c8e707326d6dd4a 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</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.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 5c3bacede8d76732dc4ed9ec4e5ee69dddcc3211..f47c91b35d94804e63fb95cf2bfa8965deccf74e 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>11.0.3-SNAPSHOT</version>
+                <version>11.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 1fd118b55bcf0222c59a40679fc6fdd29b7c646f..7bb41c368a42e6bdc7058f7394fea0b40463fba0 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index d2154e8dfb6c576dc1f8a1405b997a979c23429e..d1888defcecc3621171c150d333942ef498b63cc 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 69a3a346e305925dfa154047ce59e1735d1bc8f4..22d8bc8924210aa8b7d34fccd40ba6ccef9ee000 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 5b1fc94ba4e0ea18b8efd49133aeac9373b5eb99..e9f0bb9db924daf30d38409c90883cb365c8609e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>11.0.3-SNAPSHOT</version>
+    <version>11.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index f882136a212911b703cdfcdf3300b28f62fda61f..3ae8e7d6dbca3a2e355995d8e6e722fc7083d454 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6fefc56c0d170e91a33a0a6525f93e410f407454..bb2989438ae77f070aa7ad5bae4c2cf37dad8b70 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 13923958edcacfdf5c806d8e227741e04f538c4e..65bc58aadd4af305963ffddb63023b8b54c1adc6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>11.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>