Bump versions to 6.0.4-SNAPSHOT 64/108164/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Oct 2023 16:59:22 +0000 (18:59 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Oct 2023 17:00:06 +0000 (19:00 +0200)
This starts the next development iteration.

Change-Id: I72d3516453d2a222698d4c7a3243543c1ae65f3f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
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 ed14dceb712d7ce3a54d88c89655b9a678c62552..4b2e21cb49116ca04193f852563ae8c94b8528ab 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 8175565b6318819a4ef42b1b800ca5809a093fd9..e9ec309ffca4637903bcb74e8327a39a6f7ab56c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</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</version>
+            <version>11.0.4-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>11.0.3</version>
+            <version>11.0.4-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index d5ffa11f299ee73036d07a7cfb2325e438d41635..266ae467ce36221876ca4a2ba2a0f3bd1abed5c9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</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</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f2b43d955f7591e2f28d779e1035305455c78d4d..67ed3eac6417b7a2c1089c696f404d1ea48a718a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</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</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b39f5d2b2fecb85108b5281f0216dde8fccb41fa..0c9a027918178108316798bee36399f1d85e7e30 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 99d84370eff547a7d89e6a828a4a15590b4943d5..08f8643f87455e929c5d966c2f46ef9dff253735 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 035ec3e23f6727138d97149c5e3b906a1bf9f0f4..801ec27d1939dd3c03b94050050a77782ab79b72 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 67cee363d21cbfa10f4b313b80b43e22f435d6ae..521d59a988bd10dcebb474903aa86f67d15d885b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7212cd1d4c709ee92622e20c1228fe7204365efa..afe76951aec5bb948650d5ff1a6d5f1fa478f670 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 1d7ceaf0a2a4bfce4b939769d9b0b33dd5e2c453..6c6087210dacfbaf49338ca1f00277c44fdc1636 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 455a8e6a8eb0c7d7b3266043cf6d8a277e097a0f..18c12baf1ed2b3927850976ada0f55fee6295f52 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 142e1de1750722cc876af5502b1f73bf4e2ba804..39f5d9f7d3ddd0952df4a71c3dd2b3b791095f88 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 2d3d726bdbbbb155bad1a257f4112dd0d15d9c94..dad932d5892329dcdc021ad1d3d4cfbcaf3cef5a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 2746221e5c2b60aa58d3337950473c45e2a9f6b0..9db6fb28d2034d75fcb930d69c1dd23c3f6a5bdc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e2b74110ee1593938efa2f6a4fade731ba2e07ca..351aed7a8f32ec2aa23e5881e4dda2a1a246caf6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index d09718d42809aaa444d2a6f0d27a3f1d8ca9d640..8c8bc635b286ba28073e8aacbd77e6940d9b98ec 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index e06927068523418c27242dfce6262cb1e6919b60..d91eae818d440548a241e315205c29e760985bb4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ed6f9929c845f582cbc74dd1fbc6bbd9bfb1c725..7ffc3a6e83cdd91dcb03c2390e34c95e06a63a9f 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 67470e537b3363272a387a6d484be8f4d20f201f..d6e5b7627c9b0178b16d54b11818b9ea716ed41d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dfea24a1fbcb37dc63de631c30939273cdf52b46..a773dafad45782b37257e9a999268f87f61a1b27 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c888b439795a89a712255875804eeccd52f77eb0..cd8dae0f096d062943e370f81d266e5c25b6c7a5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3aaa5534805562aef49c55404b31d4b4864b1c75..c082f01253ff9e9b2e779b5eb32cf7fdacdba055 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b0f3184b2f2d588d1c34cde8e925d20ee41dd68d..510d9dacea7caa0f5f2b3deda8bad6bdd0ed0338 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d55197545455b8f86d97b0bbcf75828606c67084..0deac3bd7f3d030059c48a4b83675e2a38a98011 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d9ee8e3b2f7d9c420a0033b7888ef2a753d335a9..912909812f1aee6c4d8b5e70ed990dd07e68a860 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 93d4cce604a22c4fb686de3327b87369bd469da9..c4c15d4d9b64e27959a671742dda34d21a87003b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 8a6b77dd6dfdf0a09b281b9600be8c2f9d19acce..8e1007d09df356d59a653c8a6e3a34cc69f16c49 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index f0d7c8f4ce238a4c4819266b4d9345ab39d840fa..d98f6f365f0ce76a1e70dfe301016bde2b35fc9f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index b47bbb1c4f4861211b82380115af848b901bcbc2..bb5acb90bb7b149a78f57d965bf0f2475b85f2e9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 2435cb5964c6675ab5a1cee0b5743654c9454a10..cebaf181bf43882bcbbcfb6221674cf6a6c95377 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 39ffbd3d10050375c8a68aa4cd3ef8466ae80ceb..80348d93d27949fee872e961418e677e896fca96 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 0ac4a2d4529e160dd5161ec75525eb6184b7edee..32e5435ffd341fcf3fe6fdbf2d99fb9cfaa58a27 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index ddcf361abff53dbefda3acbe2c7869a6c13c1826..793c8388a78252a06191a802ea2c5a80c59260bb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 8f09e7299981a310331d149fec9a858cff01bcb1..eeda5b2855a1830f97f87ad233b0215df2433683 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index a9a938def97b611768d710f9820785e49ea9fe57..c19cb170f1173bdc5e72944efe312ab527465df8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index cc291921bdabcb1f67ef51c0556539bfa28bd80c..caccf1fac551f7c3b7e3529c8c5dafd84848a2d8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 180206dadb9fad5d2bfaa720d2037d1bfb76d98f..69fb84656bab5df2794a8f1cd9345b4c557f0993 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</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</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 6a7f8e42622faef67ab33db8ae91266bd550147d..ac77373061f09bd01cf8646890598862259a6f57 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index ad807c3eeae90d7daed4b6b69bc1353f3c05d615..9ce47835612f35b787e793c92e5afe1f00131da8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 97c498a493e48ecced39466d8cc8a871c6798986..c9f2895e985ee43f16ed6b78fa7d6ee38b5dd6b4 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 4e780df288e0f7f5064e9497a93a868f9ec25e15..018029fb4cd717cd6d9c9f23b37080af92d4bf56 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0eda3eef9167303dacaa1567375658894602bd61..8627adc079a0883ad6b1ea63dfeed2fb6a807b0b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0f9b3dcdb34421dbe4148689d8e801336d8b183d..e8704a1d982a3189e01b28422c7ce09dcef30ba3 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index a34c946cf7ae1164a9814991384ae37cb67fbfd6..5a5fe18e446a41154fa205ec7a9ce81b1cc1e92d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8da0f18337f929c0f10530c40ceefa0f8f7b4c84..9d8969f9617c3d549c13804070cef110b548e1c8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 367204298af2945c9273138bc509cbbf675507b9..46c66b08a5a1d891abcde65b7211733d8d9ba424 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d7a7d7d96155f79277fa4e48d8ae6c4585d2d663..e06d082d826958178b7766c38f9950823beb5e6d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 063117367e1c18a29cd9dea9f10b8a02f2f851b6..28857b2a2631d22d0ae47a3422c5a685d3ea4536 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d5e5489b9892eb1af91e07369bc731f0b746c8fe..181e93ebb49bdc31143017220bb77ca5a37f25ef 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6aae4a554bd75bddce73aa5b6043f5265b381cab..95807f888d3507b1eea0b96276f3c1307475b27b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 56adb7e825b2694bde884f9d83627e72635d4e96..21088b2c62e669b82020824ea0bc1bdb545cb632 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1070902853be4f9877b409c0d49abaceeb788cd8..2d40938847dca019ca4637b5c7285c5ee60ac9ee 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2fad49d584f90a7369bd2ca1222b434e6acda1d3..a0ce0d112ffdcb4329c17c81e5f039bad907747a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 39cc6383ec5526b7aa3a2158fd983897aa50d6fe..1bc2dce4003a25d7fa83913696311b0f2fbf7e94 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1fdcf923f4b31656dcf3aeb021fccc914a7c2b9b..ad896e829b2eeca4d1f90d3b4162ff3199eb8819 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 40511693b52f1f5120f7d04c2be6beca52e9899c..3dd3b95d3a855a5aed31c8ed828474753a0d761f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6729d51fc2435e6cbe4604f584b9b5a4918490dc..96a65fe03c2bebd533c7a69bf0b8c2305249d4e3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6f059e1ad61493f9d96a061817fd8a6e770a0657..cee6c0359c3eb27c4bcbec623d515e3abc7f29a8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 76bfed90597eeacea65f04261c620accdefd1b78..95013ea2fdb9fec28af904e82a77cc2d3ce31557 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 3324ba2e1bf9da7408ed39db6d88d9542fe02120..18b090fcb7e0e7ff5a8fd58d3e419541bcb6e030 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8ec5c70c50d86ed44a0132c9a7433f624c095942..ae8f23bd008783991cfdafba6efc8d2a4e06dff2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4b95890ed3cbc169f12f75e1ce073e4a0a050088..ee06d8c364d1d0565f1bd4c056e808a8bd4ebbc0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7cd30e9d68f9f072b693481a0544db1f62279126..67954b9bf865dc5155df1b5f8d44e479445d5345 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ca315f5052c6d667f5adb73817a736bb96154d68..0d70cab6a7fbd75381707b0d25af73cf33f6ebe1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2b9e376612683f77d5ec64a7d33c414897212971..947131a75d12e4451dd1b177297b35ce78a84060 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ff57bb1e532536c0d6a8164be4e2952cb27dd1b3..ab073c4caef19991e3ee63aae70f925c484909a3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index df2acb8752a338ecebd9b9506cfe1c54f4687eb8..a1eac8963d557f69f30868a0f89eac510e42ae29 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4df28322548a377831bded9c8f51a77c6aebfc8c..0266182372beada17a799f13c154f302bc0c386d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7222085448cf9e52193ce5591fe7149b8522f81d..94802c15e13346436b47103add7aab5f06e07b08 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e64559b7be5863335dd6d3310f5993a0cad4be42..05858adcfc258b37da7a47c970a706c0205321a2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c06794316ce1465b65be18c99e8bae8dd736d436..ef91e05dc9056dd90ed4e652cf3e386a2adede19 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 938a5f1eaf86857a9aca6b8d28a382da02ab97b6..9ad7be941f0bb5c33ce0aebdaa18caa0b2a46486 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 298aebc2949a82a50044dff88ac0886658b03274..fcd3de065a877d3aaeb110170aa18accbf649361 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bec083c978cd58b0155d4aa95d23cefdce04eaef..f397a0553d37d4ea6551fdd95644756ab541fd84 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d59071e6537df32a2a9b6af10444ead793b49627..40e0bae883b22c84b1199000600de84a32cc4b90 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index dd9027ded2c047d2b2224370bb1084c15b639bbe..935361db7eb52acf2e65a9d9725646df687389fe 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 51a94df2c99b7491695330777c5fb1a26cfe0bba..b8a1a75a7dec89bc109a8bcf66bc9d75e3b896c1 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</version>
+    <version>11.0.4-SNAPSHOT</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index 837aa0c89768ce80cd5ecaf625042b9463b2c29b..70e9766745b8af4e92a58132c395233e47a92011 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</version>
+    <version>11.0.4-SNAPSHOT</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</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index bf169b6ea5dad404f783b2b7a8d9e59623bdbf81..63f3ef453d3f46276976d562605688f75872d36e 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</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index eafe182b44505d2852637e28a3e81924729e2182..7b19c1ab13fc0b35e4d0a3e7a8a03f47d5b45341 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index cbc9d3941df8e843eae1e2521c8e707326d6dd4a..3529000fb081e523a910f93011b8ecfc0d1bf614 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</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</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f47c91b35d94804e63fb95cf2bfa8965deccf74e..0c425b9754b07ea660cf3a524a41f4272fc631aa 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>11.0.3</version>
+                <version>11.0.4-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 7bb41c368a42e6bdc7058f7394fea0b40463fba0..424c7bfc3def10b5127ecc575c8a3002c64065a2 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index d1888defcecc3621171c150d333942ef498b63cc..9118d1ec82dda616c0c8630804efa36fc9677ec9 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 22d8bc8924210aa8b7d34fccd40ba6ccef9ee000..30a1a62d676410318b2a25c63bba9792fd41195d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e9f0bb9db924daf30d38409c90883cb365c8609e..1da14c3eef6b4ddaaca4790cc200a667e6043ae7 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>11.0.3</version>
+    <version>11.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 3ae8e7d6dbca3a2e355995d8e6e722fc7083d454..95718f33d9916d24d163f5bed129ed4b5195fffe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bb2989438ae77f070aa7ad5bae4c2cf37dad8b70..0d6aadd37c08e2b6a9a07a675de70971a1db67a6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 65bc58aadd4af305963ffddb63023b8b54c1adc6..89809c350704307eabe4f91089cacae083765c7f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>11.0.4-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>