Bump versions to 13.0.5-SNAPSHOT 40/111440/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Apr 2024 14:34:50 +0000 (16:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 17 Apr 2024 14:35:25 +0000 (16:35 +0200)
This starts the next development iteration.

Change-Id: Ia43d33c287acf9c46301ecb2a131ac0f782366c2
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 872158b86c4fbe132e05f7922a5513c7af271c4b..a73d53b7daf7e01557948b86ee6afdecf649eddb 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 3d595df6e097fcef0b9c9c04c4df36ab0e81a4a2..a0dd0f06cc4c87f6d0d475615319ee017f75a936 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-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>13.0.4</version>
+            <version>13.0.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>13.0.4</version>
+            <version>13.0.5-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 5da1d4fb110c06a60cca6b543a6aa4897e5de66d..85dc439671db25fd50893426475bd46e998c3c60 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-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>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 1723653e762c1f6543ba41dce3a1a2ed6ff729f6..2f15233bd50ef51b8872d1a41867d3bede39dc04 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-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>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 6849e3d4344fb00066850cfe07c7ff10e0fc7d97..80e5ca4ccf6d618e2ff7c215c91c8df54f76d55e 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index a70f33ae9dc5cf7d53d7acf2b34e3fd1d86626cb..f522087e96e32f02ec25d21bd7bd25ed7a414bbe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 536a75c9af87defba839c7c0bfe2fa33ad3403fc..e24d1315c8f69f013125d0fad3473955f65f41ed 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 760913ff1da19b7af42689168b35577e3ee891c4..0bd1a31b05875089712007328d4b1fa4b3454fd9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9ee9a1581e8a5ce342d12d715fa7bd0ceca3b048..d951974c64142292239f1b6dffcdaec46c8c7293 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index c514b1154aea7aaa0e42ae9895e3ad9d7ad04661..80f4e69c073d976ecec578436c94ff1cecc72b15 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 9abe5da5272444aef6517709aa5a58cbe2313db5..a7f58ac4ab1ce3bfb080f9f8b0942457b5e4fdd9 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 267a738a8d39f686a1344f592bd79031974f4fc2..9ed36dc8fd358014bcd3153591f37032bfca1e9b 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <properties>
index 2eb1fbe0ae2815744ec0e1a05af86b0f6f42aaaa..403c3ee5059c48b251cb0329c3c9b8f3d10b8ee1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index be50b390543c4cd947b9d008f64e699ecaadfc11..02be4dfcb29d04de04d5c4bc1cd2129d38b95500 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 8ad80f67aa99e94f984e0b9cbd7e681adad0626b..9e4972c87273a8ac1cb7293ee43d49df2d52bb4a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e6ab4c3aa3c2c566501d47e08dee88fe78d5ad41..2b9c9ca3311d28b881986765072ce555882847fe 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index f0a70155e737f31e44953b8723b58637ab823739..0cb3724ac56f5420c28c32ef6513c229dd236aac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 23df7e9e0b0d8102525da1917ed9aed1c28cdec5..f322f95b6990060078e6ea059e76d8320b0884d1 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dfcb6cf82d7db5b108dab911e8d9d9639d49145f..964d242fd5fe4d00b6f6209f5437eb41554b3e35 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 03de4f74982b23ae83d0d86b55eb897984d31921..b7e63b483ca08eb62920c9db45ac130e1d1a3a41 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b5d03982b73db7295f386ec269eeb36d7704a223..883ef8a24c87d6fbfa3b70addf36b38a49eaa8a8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 87e699d44df2e6ee01fae22f5854ff4231bda6fe..1647d7a3c081c6bc79fb1e1f27cbcbdc89663e9b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 117cb3a9f3e3cc35d869b23c6d9ce10eb75ffb30..ab55da08c70544c21b19697528266e9a6b0d64da 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5b9e1cc6e28b39cb8c5f04ba274c107057ab618b..7efb17ffe8b7400b9a0903bfa179d7db06c4b3ae 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 97830d540ccbec3d4948fb2ce415113a3dc0c55f..1d67d705559e9d4e7851915fb4d274488c9a7760 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 20ca9c745248c4e21531c1ce2a7820ea51d1ab55..d11286aee925c8af920b792604abeabf7eb3b701 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 9b6361b4689c1d624c123bc22fe395308d8f5045..393c48f297973f33d26dadabdcc92c0d78606bfc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 6151ce5774f4f008cb03c0c4a084e056ee499861..12b08a01ca298de46c1a2f186f049b471f61b4d4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 9e719144ecafbda45026e713ff2e9a3d3fad4934..ec24e9836fc846aaa56e630571ea9b83ef4a01fa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 35406b1af2d35c1d9b89478a85e268be7afec455..d7f07924c041e4c53fa8253abfd4bec1957d599c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index d1a36b21261d13816d98910243e9869d5438a1ba..6ac2d1837ede59479f22365acdf8798c253752fe 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 7cdc1566741ebaacbe8cbf9d65c7b15a01da656f..7ac9dcd7aac44852f5b1246ab63b76880eb049fa 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 1b22873e48d34fa31dc924eabff7c6e0c83432ce..ef6e81a3969221ebb4bf9948abd1bd449ddd5665 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 33733e51dc9250352515e47632b184e1b6685c33..427e369c21ba0c2436dd7f01f6a5c3be1a0073e1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index c3d9b705cb7b788e2e693cc14f0e3a438961bf84..ae1f6ff8a04ceae540af23e1381e84a1dd0e6c83 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index fa5ebb67ad823be54558b48067b19be6d9c10948..66627ed036031ae09dd35973972b28d1aadac1f4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 6f9749800c7dcfa55672156b2cedd6bc2ad761b4..a61cb93521f97acf46f07f1de2c4a485a5e8f8ed 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-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>13.0.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 6e8b1dbd1907c5b6373549d312a8dad3327a23d7..ef6be620036bd4121ef8e83caed8b7a817d2cf27 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index c2a8e958c92830a099d6236f1444a7ffdb8423d4..7f2c4944bd51ea1f5c5f246457a33a964eb1e7ea 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 9fcdcd0a480cb3c8035303d4489d67a6ef9d5c65..98f8bd961ed9593fe6edad9c7bb71e2cc5ba84d3 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index d1519926185ce5b9d4bce5f1ac27906a53bb9ac0..91ccc22344b7cf2f2452d445414c610edc724ea9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2e4b3c8f7426c41abbabd9b037b9c22a53623eef..fa4167be6e17c50e69fb3087b0bc7eabd8c923b5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cc630f2e51e6d7e38b98e8f1e4fbbc456e29b0bf..d35a996b27fdec954b2c0e7af5c8fcadca33f9dd 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 30ddea51a09b9da245822a2487d107ee9637ba19..d784adfa80a53ac3fc830e8e6a5a124bd8f2e348 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cf458aab8e39b6ab3007783bf680e7cf13f1e886..4d61cc7dee6d035e41f0680f40c31650d82062d4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4c6fa78ebf647c7ed1af160fa61d75405cca8162..10506d19010fad3c774b2dd1b256baa10f45007d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 635d50c0153b76f7bd690610a271b2e3c4f053fa..f6cbdd3e57b7a0c6acfa9fcd6f5e24d0832b0b7c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index e7b9c8e8b7309f88cb5ae3196447ccf9a7e23fda..f7285f6bcbca0dcaaf9d913ecec6bfea266da406 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c0442bd0b293375bf038336169d01390e5f94acb..6e73c51829fc667332b5f68fee281e8598516835 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 85a7a86521584c339c185da7ad37909c936c1b45..44976396db75572d5b534b553c4d3b21c31aef66 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 75fcd9f1ed68cd02567614b8ad277a397a7dfd3c..f74c43bba5acd7fe5eceabdb5ce04f8bbd79d720 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 80ba14b92b97399c8e47950aebe6bbcb4179a76b..b9650c9ab74c3f73fea043879b10e0823e441a7d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 22dbc38db4e2f2e2ccf2ad0927eecb97b9b24ead..3bf777fcfac79caa6af9ee8ad2d865047071f344 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2623dc1c79966e61ab86962bb76265e7b062525f..f4db8d9d3f94aacfaefdbb4112cb72b6080b63ce 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ccdcc38ea5f47fcb47c644619957284c200c0ad2..cd27cf588250775f99cc1fb48a24a145ce8c8322 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index eaa1f3c7d12bb173c7332038a461a51bdd62b6b7..17ce2a6c954739ff6a1004de30c81aaa54cd04be 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b044e1cf9e4658ea980803b632a0012db0982de7..68b9364c0eaa6f916dbc3006c41f5f3bb67c33c5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 627fc04d1a52de1aeae7b359a3b4496fde9c5545..c50be8ad538bf74672db696d676da2c595e7ec3c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9cc4a9947e57085a035b1f870b625c139b576ede..5f201f3d3475d685d7e19fa635f08830a4221191 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 35b0eacd1e6e7daa19340e633e716b63bd81aae6..b1d582a898d912158d2b470b623c16d6b5952288 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f6d8947805a3368a514e69c78f72e9d506e792ff..780f326c0958e68aa326f0f8fa4c213488fd2833 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 63f09d6528bcb83b1417a5e44c3a0ed68adcd4cb..efa8b1e1f4baed8aae8c56ef0c458d6642d6d020 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4266733751dc560a2ec2bce2604c9edc7dbd71fd..cd133488a8707452bf650f1bda7a1e6cfb5aed9d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f5852fee51f2268b50d9227d0ff0c96758b52911..4d35dad422a7a7aa09209a948b3abbe041d62f92 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9fa1d21597cf87f19215ec54a4a4fe56c8b6f8eb..19d2dacbe64b79a7abbc2e3af11f08c23bbc06ea 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5815008b7d4e79e0c2340f7eb8de4bca77a6d952..bf61eb5153a7367f5661b05a96fb63c2355ab6f8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6fee593fee171b98a3d22f819306940e16f3bbf3..a461315c99a8201eb2cb2443c5276de4cb1a0aab 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 93fe32b70084827ade9e3a8cee34ae581c3f125b..4e2e5d0fcc5528045d3137c1dd939bffd9baf339 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 9875386082df141b52d90c6a45f02f47d7ac28ef..ecaf961d0e395cb3729929ac9bf895926768134d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 60d79ed520ca03aa33e3b1808a06fd4267c7af0f..4d65e160b6bdb4102e91006f8e2b4b9b63adec86 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index aee0015c9509f7a1307e04b110b693df07301d3c..72b9d2bcfb4846fd0fc5f3ed109ae9bcd17f29ac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5062ab5f1095f942913ce3f4920c52c5f5d19896..1cb783dfb0b509fcf0f6e60031eb6bc350cbd16e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3e57065dc8998c657bd3e3028b930035b0820ebb..14e71116db727c97fec90315989535e18b86b53e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 871de71b7bf40fc0dd23f633ccde59bd616acaeb..aefa0734ba30c4007254b4aa84e6651c11979f9c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 92a64119303f52b890737dcf50de7ec9197f979e..0e69155cadcaef5359cf2b0c6858a5bf249278f4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 8285dbd97115d075a7fe0c0c88b4a72a4e6d42c4..ee4a0ddc80b47b0aace749a622b0ac8bd27a4e99 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index ac55951adee0e0e99cdd3d7a85fa35decb4b7e33..fecd9a7c4e2a1245d9af7f82c5b8338eb11491b9 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.4</version>
+    <version>13.0.5-SNAPSHOT</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index ee54be75a9e537a17a0a1e498bc7893a26558557..f87dfad3570d7a214525c39ff4d6f023146b1d64 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</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.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index b1dd11813c31bea7c019f12aea401f7f259671d9..bb0782a9649a27d6e9e0aff930a10d21a8a66af5 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.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 24b276f971bd2e6d5b3be8b2e026a2718ac79484..7db42a5e2c05cf76d1cb0c4b58be532bbc7bd80e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 8601d89de41484ae71209ae49557ef64a23ccb21..043a230378570869532143c3a1a7a382864cf112 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</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.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 1a9437d4905b6ef22ad69a96fe89d4cd341306cb..2d123851389c01345cd5b7c6c0c2d75a4a69ac65 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</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.4</version>
+                <version>13.0.5-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b75c0dc23244e152ea11dd451c113172301b7d41..f39097f25233948b900e130dd64d41d6d38368b8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 8ab089489228469a6e4580e09eaa20cc79d9055a..57b88ab9be9799b396c0f43338f8e2939a3b1a60 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 819cd54abc0c1f0713c80c49e21451f5c6eba93e..e7a3918f5458532a666d551a5334d3e2e10a15b0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index fb9c3e5386542ad383ca77b4b27c6db4911ccf96..ca3567c5b9d884f4c78d9b15ae28542664b92d51 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>13.0.4</version>
+    <version>13.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index b457c72ba736dee2ef3310a2690de13396c46457..057276fb8794a7438cbb89b8179cbe8036dd87fa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ad414c90bd5f1a4b8e809379cfa7d9a483fd211a..5d596efb5a985cf4ed1d4bd3ac656fb9f0ec418f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5e3f56eb8bed5ccdfdd31dd85920d227b2349bed..4a701712d70818e245a26b7fbfaa9acf3cd8ad26 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.4</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>