Bump versions to 2.0.13-SNAPSHOT 04/77104/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 19 Oct 2018 13:12:19 +0000 (15:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 19 Oct 2018 13:58:54 +0000 (15:58 +0200)
This starts the next development iteration.

Change-Id: I415dd6cb7730e2cd18bab96d69e33eb1bc9e4797
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
66 files changed:
benchmarks/pom.xml
common/artifacts/pom.xml
common/checkstyle-logging/pom.xml
common/concepts/pom.xml
common/mockito-configuration/pom.xml
common/object-cache-api/pom.xml
common/object-cache-guava/pom.xml
common/object-cache-noop/pom.xml
common/pom.xml
common/testutils/pom.xml
common/util/pom.xml
features/features-yangtools-experimental/pom.xml
features/features-yangtools/pom.xml
features/odl-exp-objcache/pom.xml
features/odl-triemap/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-exp-xpath-api/pom.xml
features/odl-yangtools-exp-xpath-impl/pom.xml
features/odl-yangtools-export/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/pom.xml
features/pom.xml
pom.xml
third-party/pom.xml
third-party/triemap/pom.xml
yang-validation-tool/pom.xml
yang/odlext-model-api/pom.xml
yang/odlext-parser-support/pom.xml
yang/openconfig-model-api/pom.xml
yang/openconfig-parser-support/pom.xml
yang/pom.xml
yang/rfc6536-model-api/pom.xml
yang/rfc6536-parser-support/pom.xml
yang/rfc7952-model-api/pom.xml
yang/rfc7952-parser-support/pom.xml
yang/rfc8040-model-api/pom.xml
yang/rfc8040-parser-support/pom.xml
yang/yang-common/pom.xml
yang/yang-data-api/pom.xml
yang/yang-data-codec-gson/pom.xml
yang/yang-data-codec-xml/pom.xml
yang/yang-data-impl/pom.xml
yang/yang-data-jaxen/pom.xml
yang/yang-data-transform/pom.xml
yang/yang-data-util/pom.xml
yang/yang-maven-plugin-it/pom.xml
yang/yang-maven-plugin-spi/pom.xml
yang/yang-maven-plugin/pom.xml
yang/yang-model-api/pom.xml
yang/yang-model-export/pom.xml
yang/yang-model-immutable/pom.xml
yang/yang-model-util/pom.xml
yang/yang-model-validator/pom.xml
yang/yang-parser-api/pom.xml
yang/yang-parser-impl/pom.xml
yang/yang-parser-reactor/pom.xml
yang/yang-parser-rfc7950/pom.xml
yang/yang-parser-spi/pom.xml
yang/yang-test-util/pom.xml
yang/yang-xpath-api/pom.xml
yang/yang-xpath-impl/pom.xml

index d763972a9f9e6071b1ca3ef2fa78a03d8c4fcd55..d8018b01728e51fd0a1dd0bb79deec9974952f6d 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-data-impl</artifactId>
-            <version>2.0.12-SNAPSHOT</version>
+            <version>2.0.13-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>2.0.12-SNAPSHOT</version>
+            <version>2.0.13-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 50f336043f278cfb82d0e1ea1a414ad5f79efbe1..3a3a1666232281452ecbca7ed6b2c76fb49a3cb9 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>checkstyle-logging</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>object-cache-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>object-cache-guava</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>object-cache-noop</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-jaxen</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-immutable</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>0.1.12-SNAPSHOT</version>
+                <version>0.1.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>0.1.12-SNAPSHOT</version>
+                <version>0.1.13-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>triemap</artifactId>
-                <version>1.0.12-SNAPSHOT</version>
+                <version>1.0.13-SNAPSHOT</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-triemap</artifactId>
-                <version>1.0.12-SNAPSHOT</version>
+                <version>1.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-exp-objcache</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-xpath-api</artifactId>
-                <version>0.1.12-SNAPSHOT</version>
+                <version>0.1.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-xpath-impl</artifactId>
-                <version>0.1.12-SNAPSHOT</version>
+                <version>0.1.13-SNAPSHOT</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
index 45d3ae686d704969c026d4f6d3eb2e99859bc5d6..148cb52f0493de62683cf26769d3e7cab74387fa 100644 (file)
@@ -17,7 +17,7 @@
     </parent>
   <groupId>org.opendaylight.yangtools</groupId>
   <artifactId>checkstyle-logging</artifactId>
-  <version>2.0.12-SNAPSHOT</version>
+  <version>2.0.13-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 982f9630b5836370edae93293fb40e41c8c3a3ac..609629ad2d8384f17cecac816e39ff0d5a359506 100644 (file)
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>concepts</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>Common concepts</description>
 
index 9766c57e3cf023e3d90bffd0482360fa6484340a..8387cae08feeed4bdee76de7eadc58f79f46a4c2 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 9b5f40371a3ae1326afec9be8405b5ec099ad5cb..5c9d1f330031c0ec6bb6ae0eb96bcd4fd86832f4 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>object-cache-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d8c1d929aec7ee209a02e47b5df67ddef6f78782..dd06913c41589b6090835c39f60c4f0032b424be 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>object-cache-guava</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index bb9df2ae41d1ccc33953ae60ba0c8802e8a17d31..244515353ad5207fba372f2b927bb36c4819399d 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>object-cache-noop</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 35e16b08b821e545ef9ee2b1e44b534174f70cde..e3097c20d34f2cb4e1879df03478d60195ad17a5 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 7020a172aa97dd35406db1c3e57e7f8c419ece65..6ad18990879d24f892370162e130d1b4f6ac2f17 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 2cb28cd08a5033c68200bd19b6eed5b3d93d365e..086ef556e4529fb5812bd2473ecb93f1b257ff27 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>util</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
index 39336babd98050131e05d94adaa8d8eea738ad71..de7f719825e18a8c579024ae696f1afd2976d41f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index a68c9d77bb1dfccbe562309bb58ca75f58fdbe91..c42fc9f8a6005257676c508d0eb7ee5ad9c13ca4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index e962bf2aeaed91744ecfd285e80d8c04ecd43b63..1db392a34e86ca3f3c9ec0e8180f23f69501e325 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-exp-objcache</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: Object Cache</name>
 
index e98cbaa80bb9ff1a1dddc2cf8c0ecdf503c4d80f..0ee47a1dcc2e76b1428ac0a1665f9a0ce32ec3c6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-triemap</artifactId>
-    <version>1.0.12-SNAPSHOT</version>
+    <version>1.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: TrieMap</name>
     <description>Concurrent hash-trie implementation</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index adb073ad1488b543cb9ae21782ca8397d51b3136..1dbaf18e4df47a437c23e187f87580e15e24e441 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 0ea6afd045d4ffec3fd379d7173b0c9bef9566b6..2bae001c5e67df7cace7fb8dcaa9f23a74b6b6a7 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index eab24249190aca0302bdbced0914d1e4f1734c2f..c3147d1efe6e0af39bd05f2fc09aafa7339ac98d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 58ea14bd132a764711a23f35e7fd11068369f3ae..279591fb2721c667c4ecf7714d617b57fce0ac7d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 7c43971b5263fb92557a1743fe7142e21ddf089a..27ac2c7a35b96169c62ef3fb1afe43f9c4a4f906 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-xpath-api</artifactId>
-    <version>0.1.12-SNAPSHOT</version>
+    <version>0.1.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: XPath API</name>
 
@@ -27,7 +27,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b4d81a633c2c90bb9e3361b7e95ce88025c7ba3d..f3e16b231470383767e7edd3c480cf6cc724dfde 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-xpath-impl</artifactId>
-    <version>0.1.12-SNAPSHOT</version>
+    <version>0.1.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: XPath API implementation</name>
 
@@ -27,7 +27,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index c8bcd60eb2ab5794366b1559c2aeaa7655f50024..f3c2290960eae982b6b8f26f7e4eb6a5eb2b3da9 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 1c9a7da5050dcb660751fe55703edac8642b4a39..0f88e109328fc30f0d1bc18d93ca84bf31d3c24d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index f37eb2b64b1c6a63f9ef93c3d32d4b16e9fbc226..a93d2b2a63ef85a7f312d798b3626eea085a9683 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 1910be8bd6481e94b39b17f34d1c1e07c3d6cbe3..5d3dc733941c880d60a86947efe02205050d5792 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index d41bf9bf4d431192fb98bd8cf00a5c2b1a6d68d4..7bb08bf9a1b981ff8f1b88e6a56652fb540653af 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>XPath support for YANG-modeled data</description>
index 6ee36830de51ecf98232e39b33cbad49d8133e28..3ce8a383612ab420323bb25b0fc177746ff65528 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/pom.xml b/pom.xml
index e18e8688395269f4e4dd00d049bde4c001da614c..eac1ac93897afebed252f90816ca7777e99450a2 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>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
index b436c5b5e42223b5ac7a9fd4129caf6bee4ed7ca..ac057e4b7be3be82eb139bf5176e4b5553fffa55 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>third-party-aggregator</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 9d51b4dd0b4cd689070409c6a29e002ebba5d37b..710b4a5e833bd82991c512b69b35f953e464573c 100644 (file)
@@ -27,7 +27,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>triemap</artifactId>
-    <version>1.0.12-SNAPSHOT</version>
+    <version>1.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <description>Java implementation of a concurrent trie hash map from Scala collections library</description>
index a4f00a7f11f700d2fc1e2846ae0c85218e6b16b7..7b53ab2a4caec0ad9bf279511bccfddad6e3edd1 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 1aafdfc130c6aceab6c84583195bfdba88ce9e3e..34b588ac22f4948159a9c4bb13d94ca0c098c5f9 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odlext-model-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenDaylight yang-ext metamodel</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b86dd4c192bd1f8330801121458d9f6474ab4c58..6bd21dc65366e985d9aaf0dfec056f5e359c432e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odlext-parser-support</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenDaylight yang-ext parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 6b280e04e2c29267870aba0b0e764653ebd346b9..da835b5605558da4d1e2a23d34a18d0949fc395e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>openconfig-model-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenConfig extensions metamodel</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 21b30522a3fc2a60fec95d0ef87ec2ef19301cd7..8bc0073d40daf07930501e9134ef0ab600ee7460 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>openconfig-parser-support</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>OpenConfig extensions parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index ae20cf2d9e13b4fd681b56953dbde3d3de1303f8..8f38dac3597317e830486d7c091d5b555e1df24c 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index ce0ed048d31b9fe7a6092435bf224f78f783566c..c9a0f72a607964eec23eeec0244862689147358f 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc6536-model-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC6536 metamodel</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f2b4b9a56938909eaf65ec300e4f644eadf1cd8d..891a6e222776b51741fa3d1e3cdeb4ff6d6172c3 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc6536-parser-support</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC6536 parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e2e9ce3336b3f1ab36636f98abf9b80cec421047..83d3810aa3da8a72cb09946392bc69aee073ad3b 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc7952-model-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC7952 metamodel</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index cb9739ceb8f24cd8d4f43b91d23cf10a8a8bf2ac..d19d4db03459d25df0377fc9a209cc4e738afc3d 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc7952-parser-support</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC7952 parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f4df0a771ff95e4d05c0c1cf492c5a43e1b66b87..fc1fb46aff470a54bfb0f30b8a39d9828b7748c4 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc8040-model-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC8040 model API</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index ef5303ceb849cfcd3abeab0283b8c274af325870..bc3606eaa88ccc1d086f54e3d34b3ffb84e290ad 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>rfc8040-parser-support</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC8040 parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e429f09be08fc15634cf3af0f44327af34c7034a..a37262045070f687f881b9234e9a2e6d1ebee869 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-common</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>ODL :: YANG Tools :: ${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 59e128eacbc8d989d79628b9badbd57b80d53ab5..804b805be5aab0b68cd782e123e67745096fa821 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index da8731d23f210ce948b7d948ec2750eace0402bf..68940aa7a8c8a6ba092300b4cd57357800dec486 100644 (file)
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-codec-gson</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 63daa4c8175f3a16f82faa0ce46f38ea905582f4..27cc5f062dd54159e9fab087d591a40856b02f53 100644 (file)
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-codec-xml</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index ae09c81c962a2ee8dfb8b4e1b124a74981b156eb..116d557d19287976b6472d827ad3747da971cc96 100644 (file)
@@ -16,7 +16,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-impl</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 5d87050ccc626b0eb6eedc0c99409278c7082aa0..aeceff561125cc9560d41f90c672fc1bd52cda1e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-jaxen</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 82ee89d5a7863c3dc972b30c76b740280e7fd586..1085616fe5f1d14cf2a6e4787a24f5cfeae26e8a 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-transform</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
     <packaging>bundle</packaging>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 01eaa4c3c2e14d67b4b1685bfc6f907dd69e06fb..703396dde140b5c49fb818a61864e788f3396765 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-data-util</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 8e823c110f8ce5935993369ecc0fc064e0e22004..45361b5af4f244697ee03ebc603453b092cf868b 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
index e889677a26e944edeea299cb6ed6fe511fff757a..264988c01cff1bb6fb7a6b061a935b31393b579b 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-spi</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 1bdb141fb112b5a1b65d90feded852c1038524e2..07c19ed558bd85e88130aa0bf798e12b282a613e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <description>
         This plugin is a wrapper for "yang to source code" generation.
@@ -35,7 +35,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index bfd7233e6fe7a61282bda7180b9bb14d76516bf6..b606ea92284e094df1922e49a1c241fd99c5ce84 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index cef56d4aa7ad998f2fd4b332f4025e05d9a2dfe0..7df45bb30c8eff7d62759b85943385f1bc8e98a9 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-export</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 04d4f222ff917f34e34ae08c0913c766c2ab9f08..b576f9458777d9b35536216618d7fadcbdde96e3 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-immutable</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index aa97687d216c1e7ffab07c31aaaf2753245227e7..2c8723e5c1261e2fe87ba5663bc705c35c2933c2 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-util</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 98c5cb6400a4265762bcb3d8d4bb6144164c86a7..0ecb499fb5ebce9b73820025a24ff099ff3d8297 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <name>${project.artifactId}</name>
     <description>YANG model validator</description>
 
index 0cae286b2699c7a4fb4357730cb43705bc418b29..e2a6ce066817e71278e352c20a97065539b9aa1e 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-api</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser API</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 7d02480d5757bb13e6d1a737f14b54f8b524f72b..b51e3ef98743a1afc4e49fd3796c4d1edfee1af7 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-impl</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b721f5f89b5621a47594a75f720000aa5fe81011..8602ee61ab01377cd96e448f76a60938902efc90 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-reactor</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 0649383a0564ec2a3fa99b6cf114da6d1bd4456a..f61d8e051f87872845b8a77757d9d0b73750caa3 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-rfc7950</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>RFC6020/RFC7950 parser support</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index aaffa1974561e27067ccb98a0a1fc671c089638c..ba621bbc30eb8b68b62e0be2d5dc4a3e3dc2c33d 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-parser-spi</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG parser SPI</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 5f414a72416aae17a0fc409724a461cc8039c066..c0a33ea95125ee96e1f291719c6b7cd8f9053f4f 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-test-util</artifactId>
-    <version>2.0.12-SNAPSHOT</version>
+    <version>2.0.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b56a7831b7120a618393b102aeb57cff8ccc474b..85ab2497328de038bc53d55323049c3b750e22bc 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-xpath-api</artifactId>
-    <version>0.1.12-SNAPSHOT</version>
+    <version>0.1.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index eaa052e50aee5448901435a66735398816ef04e5..54b7bd54ad8f38edce8b8bc8ad39b7699a18e0ce 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-xpath-impl</artifactId>
-    <version>0.1.12-SNAPSHOT</version>
+    <version>0.1.13-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
@@ -29,7 +29,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.12-SNAPSHOT</version>
+                <version>2.0.13-SNAPSHOT</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>