Release yangtools v13.0.3
authorjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 15 Apr 2024 12:38:14 +0000 (12:38 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Mon, 15 Apr 2024 12:38:14 +0000 (12:38 +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 71ec9e798be5ca47900220cc168f3f28594aa3d5..b8c4922da90d93479dd89ecaa6cf1d402e61a95d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 0645857137e54e9680ca0488e1a8b4a2715e2066..2df381941c78ab1cd553f271211ed69ddca05a8d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.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>13.0.3-SNAPSHOT</version>
+            <version>13.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>13.0.3-SNAPSHOT</version>
+            <version>13.0.3</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 41f7aa218247a87d71450eb5ccdd9c3342b97a55..04dda1b972bc7573d44d5cfb6d4b51f8aa4ce386 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.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>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index cbc2e2407bb401c3c4f46c966cfdbcbfe9357227..035cc83c9ada8ea4075170441f95bbe654b3bbaa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.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>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b4e6e87ca1a4e517aaa5e6492370cc56ac1d0692..24ebe6f32384a08ad1fe497a581a6d73fd641089 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index cba35bed9057f4ba8802f7434081ae1309a586a2..6c34684f2dbf563be19fd5b01c02ca8a367f03e2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d7957245b698a0af414389c2bd2492ad02d22579..4fac8602c2bb6f143c663512540bf1a93800ea5a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f5b259872dc2a01170b29784ce40fd2688e3d06e..2dca9fa0f996fab31400df083473f995297d265b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 18cb65b3ae469ff3c4f60beb61073079289f0e13..95c3983dd6b820dccaf54029f943ea9b2e034518 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e6f4390d06c8da59845a741efa6901c825aeeba9..da912704e980bdcf650186a1d036c9206d58a3f0 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index ffd9ab978175f86e0475e73ecfd0579127aac528..d163145f7c3098ac05b31f0c69ae9043cd690fe7 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 25f40a0051ada3245bed402b0901a8e182f6b28f..f5e2d0ee7e47d92c3e6a1162f06c565e7e465906 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <properties>
index d672d19a7f894dd29e17d8df662abda64c9a3730..6fe8b2666cd4bfeb7ece5a87a4fa0930a2271def 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 32b5079c5187725967d2efa8dfb2a32182818a77..9e4a938bb049cfefe7fe19af54c40ddb0ea7947f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 072f8588d49a5915ab7ea46ae2a88d770d2245ef..bb073a5e1e8cd1d352717e648018fec3d66ab9aa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index d86b2ae5c34e12c4913fa00dffe885d53d13b1e5..b9cfcc9786cfd5e4a766b7a57039941f157db74d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 476456fc72c68b0650295298b697db7431cb0716..e1f489d7fc48a1dfc83b5c2d3fb7ea1beeda54c9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 18b8f55ad73cc8eb2d81faca34688ba2eb75138e..aa8a32284c03b27559afb902d3442e4cb26362b1 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2484f20870adf47149bbdcf8f6b12c696d2f2199..54d022600f8a40bcd198de229668ecd5dd034292 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f7e2cae644976b616ce12d09871f69c7501327cd..3b1a9a1b44552861bb00cf666bf1acaf4667317d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ae1034c3a323bf59108953e3ab46473477ea7957..90ef72fc7e1ff2d091af25dd6bb284e16942eaa0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 32aef000f9e71b0f4de42f0346bde2caa9ea8965..b812c1387668b56ace1e158d5fa79a13b8da707c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ac1f8c24af077964293417dbfebf9470fb7dd9c9..cf1045dda786fca513258213462aaddb65d05a51 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ba3bed69eea6f2839fc728b968b3455048dc9a14..acc23ba6abe1ec4b372653e4c927c5188fd469d2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7565e542e3ebdc82480ef1fc386de42bf15032b3..3a606760d92eac25cd4a9aea32a6686db6239b64 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 4fa783ff702d7cb935955523c4b169abef63bc32..e0cbdca0500548c106e37a6e5fd284d391d7e5db 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index b22c4d9269121b71a0efaae195dd545429a9e1be..f170b6999c535834e682d1a1b650051344b46375 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index f4ab32260e0fd0970bd970b00318272f19eb9acc..386170e78151b51be4a8a4d32976c95c1b0e7f06 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 8f49f2b0d9399807c80ab7a367f74d948d5bc1f4..1b40749404af84b45acdddda141dfe45097fa465 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index c102c15352bb48cf6c6077c3058145894b684c7f..186556e2be5aa3aef4157e05f7fed3fa50ef98cc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 599b80a13d08dd32ecb355eda87683b91c9f4bd8..57d3496f76d22993f7fbadcda20be94673d024e9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 9dcc5a17d96b2ae7b4240ce8882819f6fefc4f7b..96649ed0739bde0d5411d7ae4a135ae3ca9efbfa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index a332109c3b2183e05e0c3edaf71ff8c2016646a4..f598eb923f3368f347a676d57c6223f2ea8545b0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index bb3b0289b2d2fc8bf4310032642bfe9cdf340958..afdb7c4b01c56410d9b389ce41af3547ab62d2d0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index a8a175498d720f3d4a8f3ab959ee1a3b45fc8363..c581fbbf34c9ca09e0f0d1457c309e34f4eaf1e8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 4f8be6af8464b8fb0a2f25eae8a9b99859a285cc..b8bccf7f9f9a0125080ce586a52a541e32e0192a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index c35ae2fdf49a301a46162ada95d7128eece22472..b77a5235a1f099058c66dec3a8bbdef9d184d661 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.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>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 3aa3f93c16373c2cc6b717c0100d90f110611816..d65f1b66648afd63ced24014d75e17829f3db7f0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 33f60fd59d313ec0ce065fa780aae003c2e07889..d4bbad62c1205884d661c4c5470f1d2403dde6cb 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 465174278f33077afe6b0a6ac6d875a855f4a034..8a9ec4e3b9a3760b3b4c98453478dae6ce0583f9 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index b823e24b42caaf356a443abc621cbad0e47374c5..e0f9dcfa4974d0fcc0b4a059cf2719ff7ec3ef1e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c82e9fc88aefe34e540af52950285b7f7539490d..654d6b81fbdbef587369d41e79ee3ef701b9b30b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0873a737022715492cc2bfcc5ab10f26968c5b15..74f93d8ebbad482716ca77326903186e97b8eee7 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index 562d4e90994b1489e7aa00a431964a5393e772b8..deb73ade2e4d0fed86211a28b18c51590738495a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f43596160659d02b21c6f5706f1a7fe7926d0ac6..800d55a7e3de8b136117376893fdf87e692385a2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9d4543d1579196594ba6911e92f87703b4c1b536..f8f179aa29f0039b84bcc7addb58d2e7fb3ac738 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f19de14eb510d429fa7d56e9f76f686922047944..46c7daf6ce6eaccbd5f2c2098de9695564d0a62e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index a5cd85a6570e718ffdc1ac931269e35de83c7a77..d9fe7f469e21c50592d68501c79d99f2f9ff6dc5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ea255e3746a9e806ff530e5f84ba5d9cb890e60d..9262d59d46c33b09dba6de7c83d10b47300dd21e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index aebdf5bb3bce9d8f9080e0da7c3e0de8f003963d..e8abc3c655dd034d5e4bae59cd7e520cee41075c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 369375a1feacfa590e3a381d3cbe9bca9ad62780..7b4cfef26079772ebe500c0f2a4a3e0c122bb4ef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 895e92eb53e35899eb9f607124d7c9339b06047f..1ebfa83c02bb281fc06830c7f2f5c1be49f15b5c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e567fe976786537656bd541a6adbae431a1903ba..66a2ae1a8303dc863646b12ef732389e6088b04f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dc4a961bac647f343df6d4d29d2859460de7c8f5..0e26db80205beaed7a5e31bdc8c7ac30ec2ae1bd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a3a63badf35403f4e5cb6f2c7ef858c0b50a1a0d..bb5ccda50d7163c0bb9e159d5aa3ec01617de468 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index ab621ac801a54541cbe4b7d5da74c5883efa0cf0..e887368ac6aaea1ae843ad5f369b7eb6aff80bdb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1a9f4bc63d438052ba0f1ffaa57184445235cce7..5d6e9cbdc7c26ad88eb2ed31620cb9eff96c23c4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f8bae562dc47d37416c9460c7183a4dbddee3578..3ad57b7f07c4ae5ea2006781c687f919ac5047e0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 50833e97581167e51ea65e01740bcfe161851759..1d95c28495acdfba6f9b8afadb0a6b45260c7e67 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index c783b908868f0a5a91e370ead325c29202ba9ab9..1dedc2795dfafc5a19874f8e79574838c6699f58 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f7e89afa9590a33ba8b31f0a05a72474089dbdd1..ede3f6ca856477c9181f207b5c709993c332119d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1e8e02b6dae8ee0a8f81b3e4d015840bbf008a3b..4c3403352bc67d33220b572ad77dd0318b28b040 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f4cb9c3adb33e2a6be804114331eb8f7157e2224..dc1a6078ff5d965139241ef0f35a6ae1536c69ff 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ee4102ea421a7dab0715c03b50d3f745be68f6db..12b397602b479e40f213cfee539db061aed05b38 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8391963eaf5e3b190babc65087a0598bd2ec0494..516a6d5494bd0d661baa1374d61c1cf16b863c23 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0860ad0dfb610b48a0272b5b8cb50558dc4d7ecd..8a87bbeab09c21192168b0acb7fe23e639602cd1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f26fc8c1170ba62820043bdbdf7813768b03807c..8c5df2a91a1689484c9e3925e275f6ba377a658b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0960c080302e47ff8c53c480172c76fefdcb36a5..8fced29b2bf90bef95c71edfa3f3a59aff023bbe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index ad56dcd2450f7314a5078af89b1fab60d9dfde2f..ebfae394ff570a7e4ca161d748f6b99a98e150de 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0a84025e0cfed14cd437f60a122acef2b24e6c06..80cf5e5efbaafb6a08fe727ded9851ef3c84b11b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 516db7dfbaebfecf1b7149ff0650a5191537db09..bcdd08832145a51210b40a46e5c47436c4caea84 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 96da8fca348197605d8e53173c9f024fd2ffba04..ce10bc0f446df1d509196f0f1cc244b5024124e2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cbcfdb23dd508845e26103ac0ef621067fd04d8e..9e35ae639fb3920b61c22e0e067360fa36973d34 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4321011cb5e18864f5e90da3cee10740dfa892f2..c5fe4e98d694d761b162b9ad5abf9b88e4ef52a1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 26cc37dc3dac120b605e0ebf2efbdb7a95ff52a2..dc86fb7e9d9d8807c85697327b4786cb3afaad72 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 2a7a48b7c06c813ec799b5c59c455f9dbfeae116..7443a71cb5f714a9106328713c04d27780575323 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <modules>
index 8e0c56ca7051008f87a540a5f3a13b596d8d53d8..1d6a01128144f94fee7948ed3bde325eca83cefd 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index 2b0e7681a2362ea1a226dbce396ea107f4f71051..cdd798e1c97115f6e5084985c5940c374089b379 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>maven-plugin</packaging>
     <description>
         This plugin is a wrapper for "yang to source code" generation.
@@ -44,7 +44,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 949158cb29aa37e230cd99763126b95fa89065c0..31421a3ae000015f8f35fc8fc20a77fc3d7f7fee 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>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index ae1e686e6f79a4b317528e0f4c8a7d9bc10366c8..f7bad48d32b3e14355091a67ad256c448ce93515 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <modules>
index 011a7aba8e02d4790737b3533e2f45584aa10710..cd8a042a06a1e2b1496ae7c6b97ae9016e32f2f8 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <name>${project.artifactId}</name>
     <description>YANG model validator</description>
 
@@ -24,7 +24,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index ff12451f8243a7df76324d7fa36155327997fd8d..175d2b3d557b97d6aab3e14da23ca1f5601e4440 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
 
     <properties>
         <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
@@ -30,7 +30,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.3-SNAPSHOT</version>
+                <version>13.0.3</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d784249086f3612483f2f90966d8b9eeedd43233..12b4d1e32e41e3dafa5d91df8615abe124be99a1 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index a00abeeed16309cbfc542c81a1a886ce175a3381..0682d0ccf400d4ed7617a8e79463ec764602d5a9 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index fa9b6e8582eaebbfaa288ee3119290ab82818c0f..a45ec83a6227cad51e43f2eeff97fc797388096f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e467139b20eabcdd159b88bbddc3b846397ca69e..2242380ce2d13741f864788e950d19e2fdda681d 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>13.0.3-SNAPSHOT</version>
+    <version>13.0.3</version>
     <packaging>pom</packaging>
 
     <properties>
index c6b1601efeb1f7b2bf2dcbf0b346f82ba61b2c3c..792408417748d40678df34efe9befd9830d7a3a8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 616b8ab4159057bee5d2eb0dffbcda5581ff1ad3..613bfded55e600df5e38233fdb56a54e7a4681d1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bb7f01b28f0039ddd6e79f52e2c97e3d59a58938..9a16784aef1fd4f53a5cd07f0bce54b712824b3b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.3-SNAPSHOT</version>
+        <version>13.0.3</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>