Bump versions to 13.0.1-SNAPSHOT 73/109673/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 8 Jan 2024 01:39:27 +0000 (02:39 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 8 Jan 2024 01:39:53 +0000 (02:39 +0100)
This starts the next development iteration.

Change-Id: Ie812e95612992cf7c9dbcd7fefde6dd460aaf460
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 d17eb615ada10d98ccb5d8ebfc574c6ca7d2e63c..17b58fe22446c32d47e33941b12d7855f75afe34 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 4d59f9f8788b85558d050d0ee09a2e74356a42ac..e6a83f16b3b89cc22f1bc061810d6c6f85f7a6ac 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-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.0</version>
+            <version>13.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>13.0.0</version>
+            <version>13.0.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 32848783a6329b7233940c7cbef1b59b0c6adc17..4f9f5f6d59b87d4f2d26a80d681f7132acef8d12 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-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.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index df1dfa5dd400d0bdf013f17e3b4eb19cc8eeaedb..7519755587e4b89ab50f0e3eaec10077fc011c89 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-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.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f9323d317f01d58d5ec4fa53e075319d0321f8cf..2d82b63e011138eecd37f2c6fda2673ad767f8cc 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 09310ebf119f605e2a5a6a6cba643d4baa3a9ea5..303af120c60548b6987a8da57e1d7d2cbf40230b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 953a08ac9e04b343902f7f78e3da68edbcf591ce..eb8822f43fc01bdfde6fc9b3271265ed9fac91dd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index de18c4ed54787f8d77c4e87a4159dfab2e352774..1186a73654a154eeefe8e4dbd9b03df474e6fe01 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bf4890701c6d9b08fc982212d527b4f6b364a576..92baf7899743fbab277153ef0915646f645b52c2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 6e6407027b8c92a45589f7b4cf6f9b4ab9adc297..b04b4594bf73bfadf40b4724ff40c2d0e72f3d27 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 451161ac0c5221b59ddf45bacfc4b5b581610eb6..667d7dc4e49f4b40012666e708b36f8f854c7433 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 5c9bd009891ffd813bf8c888ac0a7fc50aa901a3..98c8258865beb390fe2c455c0877969e85d16a36 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index c5f1ec5fb3e53f535b030fcff766f7a759a4260a..a82701142afe45e1e91867c2ab0295738fbe2850 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index f98a8a4f1af5e33d9202046d7469a367175b4edf..a67f06815c28b53906e6d5f8f5862d80954b1bd0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index c5c35e31c12384aeda73cc133da4733a56ba3f58..cab315ce2896c38eec010f09c7902aa837f4ad98 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 0d32e3695dd974ff8dbbd6f5502f3a96c9a51ab1..c53201d51a976c1bf8ad5a311741f480657726d4 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 3d91d295bcf2ae86fe64ec7d1cb8cc2c62828747..362c04b14359122126b8efb780e6823e031372e7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9900e1269ba414fff6143805642ec8c6cfa579d8..d20a183568e111efcc08a43be03d7b5bdb5ae5a7 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9b199c26ea8e72aa538cce324813053bfda44ba6..1dd13bb95c76275522f65115d2defbb4ace933f4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index af19409290312cf28cbdab819aaf8972148a5c93..5b2c44f999019acb69503243b9471cc31efa4349 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c7570ae5964cc37fa67da2c7d718c55f43171fb1..6f60777b8896bd97303f5039e3ab1ca5dd674a15 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 464552d932d518c037ec27fc4b65bdeea1bbc96e..8bc1bad75c9cd72b58bf421ef62ca927ee3dfc38 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index abb4feb3eb7aab5ea29b33e7421393ab72ceb8b4..ad27971a45981dac06bbdd197bd54778493e0edb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index de291e8f95c23a162b626b93b4915eeec6765202..abc748256419db316c4c25491710ea3ad4f9d883 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f6dc6e486fbd94d74e9b8a7f84097f6b450e4674..2492f22461467255fa85b61e03224dad287bca63 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index d0ed41d1cea9476e658732bc3fdeb80274a95ef7..732ed3266e5249b56d5dfa53093e388d5fe7b01e 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 2d5109a36cd6ecd5af271de0ef48c4deb050894a..29e1f96cf3458518b72c40b15d17a96d55294209 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index a0d65a544f83acdd37de74710633fd4dd53e4957..c3dba2ca8f3c039e07a749cd0bacbc62f5823209 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 55c249e554b1c291f8170037591f2de495394bfd..58d786c775c95c89b6332eeb5cc93755ccce8208 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index c282113955394d14ff06bb7b124e6041a08aff56..9afab549d085642ed892be4c05a06e4a4731e61c 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index aa9ac88fd9283328a2a243250838e7d4b4620948..9ff59bbff782867f6dd66607b4d92617c42b967b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 7b308aea8a0f15e44de692167c62b8ec684540f4..433cf647d303f39a128bdc3482a175efb3f52061 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index c96254e205c59558ddb6deff5908a714dc6c8358..9b5450eec9bea9c3cd3a52a7556b8c0c63576d59 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index ce61e074572c5fb409a7342890da783424234d04..4ee1418963ae23903a5f2b5e837eb7084c6199dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 8582035ed50a4c47a7011a63d21b602ee568c0b8..14d45c1826719eebbab72f2f10c3340515acf5b1 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index a6e75c46f3550a1afc199906a9bcc90371607ffb..e7ece1883f337b4a3f6c6739031053ad0df549a8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 9dc00b7a54f085cc9bc05e8dc5745abc88dc31d6..69f8bd3bdf672147aab75b6b9fda276a5a54f8c8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-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.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 582c052061cefc6034781694aa82b444f9d3e9c8..c0b0eab86e6f4518dbcf57aa92034c93487edf0b 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 457c3fec79deea83b3f2b3106f667854fdc5f37c..a905de2f8aaf6ef78086774173c8d7ac88ab79c5 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index d9e8e399f5fecadc9539b3e76a2347213af802a5..38c1b817f5bbc9a640610be3a5574664248a4fb9 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 2eb3d991d1700a1ef8ec2980ba0775d34ca9ac03..f81484a8f1a971f25d0eb04bc4bf1c684bfc3862 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ee1dbb86259ff903151040424efbc095a07b2e5f..090d3b54dcff09edd79674aea44e4ed19b98defa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c2d0b5cd9bb91d72d7a3c74b1127ec1ec7c338aa..f60d86d03ea97405cf018bfa7abdf2407225d6cb 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 9ed77e403292d3db803f595b56472f2e1797f993..fe9f84c2f11ce0459a81bf4a2623bcbfdb60e979 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4d0f7a16fa337c3b1095fa17af16ee95e84aab37..1ecf67b5c9d51a6d341999a13c912a87d1f30148 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2e2dc98a7572e85788de2467a1defc023d59a8ad..f1071b22fbc114dfb4f18bf6ed25240c9a849462 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1a2d557941ce0e547d3143d7d8b1fe60d79d4f00..a0fcdde569b0d8f60f610468f57d3a4130b85fdb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3289126aed216252b40dc97f5da702130b470aeb..5a5ab830b153c830a6e5cb4e0725da468b2587a8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ec616deb869f1116733dd3a1a704e6e213678ebd..4e6bfb1ec39f099761ddc07a6e655a733ddb2c20 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f7ec9756c03f73aac22f333fdf7961aa41bdab9b..958cf993e0a01ce54875837e38f7b24968740b41 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dedd9e47a4de19ca317002563d24b208cf81ad7f..562265eba489d1fc3e2fe65b0c90d553874baf2e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6508f85bd835697671e17639d023830ec9e68e7e..b6e88ca360022a35d82d8eaa3c201dc1ef90eb78 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index d302a1a70d0562bebc1a9693eb8e87c34431f3df..f7fe7eed569a613b248cbee6a1299581e4c09c8e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1d7fbb4aaf281598edbc7d658ce1413e2a000ede..f37e131a9a892e9ba0bc8415a5269c4d1f65e60c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dae31f74f2a86e0e7780439e6f24cd90387b849b..55d25ed5cc5a9b08e10f1b68dc7e2e50cba88584 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5165ea38ae80039e48accad8110f08bc0ea58fec..bec93284ee546ac529caa9980c4efb63f08347ff 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 22fc9a60e78700a997e04a3ed5cec2dbe54fd720..7879c019b50d5167c200e5daa13a25fb16ea3b52 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d35619bb01fcb0909f626c17e483d440f3228969..28db4a9be9adbc6f789a42a7d6b0b17d5f04601a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7396d01b856599b9dac36fad1df241f8050a766a..bee5e838df2dc365f442f2eed014fca2aed363ad 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 8bdc72f57c5ceac85d4e34fbc34b4e245b8508d4..123489f736725cf3ccbda5b8e84c5e4e4f409993 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 54c39dc08ab1de5e70b6f7e97a33db899c0993d9..1cabd8e2c659e685e5848281161f884eaa5fb6c8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3acc55b215908ffea958c60096c0acb6e078e8df..0d1c8e251bcfe49bde5d90f8dbde1aa6428c7d4b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8d0b54e97acc4bb4fa31c6aaa0f2f7c7a8240b88..9f2c149e45c1264cdbd4d019c4e1c122b38b6557 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 06695ee5f864cc5287084ee724581c6eb05f4732..e9be31eb362754acf923b033739feb00971947b0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d5f6ee71f3b90941303b719af00eb5c7105eee46..c9cda22f099aa7e7d1233156da4c827a601b2e99 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 483a108b36386ea127efbd5664b9c466456b1fc6..530205d58bd86dc6b491b1edbac28ffec45e7d96 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8ff75389921ff402f468da57bb33a0a819475b68..7edf77ee4ad3faa9db53b2f7be5300bc39fe06dc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 09eadc950785eefc02ab3be05efadee296aa25b0..cb50f3c210a94fc1358d91d4014c8245235efacc 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 687b144ae02b9afb4a6386e082d549c19ba6346e..c85ee98fa1d8a6d1ad67c3d7d3747db81305b175 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 09e8efe9079ce1dd42a0cab02661bd9b20fb7eb2..b14a21a6c8811eb8ec7fffe2d918c9650d13a4e7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 43a8c3065f7097e42cbec17d7cfa92e2ab99e9ac..c6ae46c2011e96c5f8fda77d2dddeee40f0b0e10 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index db8d250cc82f7afb307175e745b1d5b2afcdf0ba..35a8d9dc8c1075977ce3322fdea8e5331c172212 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7005a00584ffd64cd36da69261b77b7ca2c237b3..42640e35c32bd524992d5ad37189977500081b09 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 128d68fe1e1f47d865a0b19477373cbfff1023b8..ea0f9f78a07c89518734af0a51022111a9f56148 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 17d6542358dcc44a14e42f05f6e65e4c74aca021..c440a6d53f02682f1b477596a4a9c396efa89eb4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index c842c3f40ea46be0663e374383d463d91a15c4f3..a1f2a79b3896a7709006fa667321ac4f6558a884 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 4fd0dad07213046631516b0b5a5ab254553b4ef0..5edc3e879ed846a179466d9b70c1c6d135cb16a3 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.0</version>
+    <version>13.0.1-SNAPSHOT</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index a55399f9c492fe8ad78305eaaf43a6cbc20c89be..18b94a2521fe6cbfc4fcb99b168d6cae177b7627 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-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>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 2d3e3b8830ad6619114e74ee3c04bfb2ce40697d..3a0ce6e406d4d7de3df01b34e1e370966f9aefdd 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.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 8b619acdccc1f2b9562804b61cfacecbd320a05a..86e2dd3d260fbf65eb6b5085d5282eccf526c3f4 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 7a059706bbbb6b0c4e7295b7627c00ee21e77937..9f8f1fde626020d187c2be61c5bc8653cbd3c72a 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-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>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 309b73c69eecf7d7d214e4663c62c906bdcbd863..324452ebe6f0402d88124faab1443490cb339142 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.0</version>
+                <version>13.0.1-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index ff8765eb0ab848bfa546ce03dc286727fec4e886..144651dbe604c4023ab44fd8395d97f391a41b69 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 81f78254425607f4326d26422305e091a3055a7a..b652daa1012011af0c125c5d326de4493e65e54b 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index e0aed1465137f4db083590c8d81bd24f3015ec68..5a76ec3cbb20403ecc6b13a62d71a38be2c229ac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index f4ae177fbe2fcbb2b28b0d90f543aa6a4d7bb43f..ddbfea00c620ce758562ca1fcd87cc8a0fcf550e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>13.0.0</version>
+    <version>13.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
index 5d8d69dd8d86083462895239d2c775450a76fdac..e14eac4b3d69942ea74fc6a462c73228511aedfa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f54efab9c8348333a6e40d2c6efaaa9dd7660a8d..a429d829e664158f6c697cac7383c622bb48011d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b95d877fc98e49a2ae9b42de0e9e4c47521e8d57..b2edc4a2a7f061ea83bb1e74e61db16b66601f34 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.0.1-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>