Release yangtools v7.0.13
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 26 Jan 2022 14:50:01 +0000 (14:50 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 26 Jan 2022 14:50:01 +0000 (14:50 +0000)
91 files changed:
artifacts/pom.xml
benchmarks/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/rfc7952-data-api/pom.xml
data/rfc7952-data-util/pom.xml
data/rfc8528-data-api/pom.xml
data/rfc8528-data-util/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-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-exp-data-xpath-api/pom.xml
features/odl-yangtools-exp-data-xpath/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/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/yang-parser-antlr/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-spi/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-antlr/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 bb27915a319e17f8591a9e027323b85ee72844f8..e97e64c9ac7a94320bc18cd59df0a48708ed486d 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-antlr</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-util</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-util</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-antlr</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-                <version>0.5.13-SNAPSHOT</version>
+                <version>0.5.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-                <version>0.5.13-SNAPSHOT</version>
+                <version>0.5.13</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index b3e87fe38f62554337c6fde462ba0226596e235d..291f13607b3817f994eeb87a4f6db60ebb7fd966 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
 
     <properties>
         <!-- JMH-generated code does not pass SB (very noisily)-->
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-impl</artifactId>
-            <version>7.0.13-SNAPSHOT</version>
+            <version>7.0.13</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>7.0.13-SNAPSHOT</version>
+            <version>7.0.13</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 3f117d679558b9100db82908db48db39f36456d5..4418e36ebca9e269c3f081e31df00829faff37fc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 4b5f0e3be962d7999ea6bd4d6f554d127a6367fb..06ae4c31cb2b7fbcee83e88ab40d9c17e66de8a8 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <properties>
index 02d02b5b5b4879aca4fae46023c507f8790c8007..df9ba2dc325ccf80377d8a840061ce37982db991 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 737d931edf5947cbbd0db1026af2ac5b1b259988..a9c5c5a707f338fa89e347eb4001c95e4c07c129 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3a0d09c41bd156d821e6031a7cec51a2902db14e..33866edf51407364dcdddea07a3f1fe1db45144e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e7bccf81ca67a8b1011fef0dbae5bb4f304a9837..b627a2f862057f97858ac647b5da1fd6506d37ca 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fef027c11efe1a64f01420e870b4591c569b2768..13efe1a19e45cd7128e1571224369b103bc4e956 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index ec215cfd2896d1077dbfd509db6f125aedaf2741..ca9bc7df43ad7ffc2bc637d3d00a6354ba44504a 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <properties>
index f28d7e121f08f326e9e17ae0c09c92f765d4a221..e1489c54862a38020eb4ceea47cd79a601b2722a 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index dbf7cf422f6f8739307ea616a3703101b4b2c7b5..2363aa487c009db758548a882d5ead4069d694cb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a705685af11cafdc612a529ef5e9074214814e31..db500fa8b1d3f7350d4a74b0b8d1108bf2abe1f7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9181c20d556d37bda1fc3704e9bf424ac75d869c..781ce670e78ec2844c6dee0145c03c47896f68f9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a228015dfc9092b369f18973e40c341881bccd9f..b335660d5934a8d1e3e6c82fb92c316747bf2f34 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <properties>
index c10a19aa2e9b6b0eace657368be1b98bf03b85bd..e707f13b5f00e5e030a42c7c4b188b551a4cc590 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d31bf33ccf2992dc3850629a7cf8448d894ce353..1b4b34c653236dadf9f872b84ac54895a8a51767 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e07b667746fa2b4fd9d6c08a5807ccaadaa39166..b62b4ed647d444a8be4873a7586c74fcd4def8eb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8156d06f3042bf4b9f0910cef0afe25d3048a9d4..e523e4471c6359f03d61b7829f35efa234ec03da 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a6b5a636655af190037615b9d72ed72c3c4da242..3b00cf1199f476d38602cb71af1bb411a13d0aba 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 32305973e2a3044ee2a67f8eff845b3faf354fce..ef7ea5dd7ea713e6e9ba86508b2fa83a5d011ef5 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 919e7f9d416c73fa17106af8c33ef9debf858c21..d691fccc97461d589e51f2e120b04615084f428a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7ffaa0660b59853906d9d85f581173184fbb2ecf..eff3139c8bf0a0c8fbf7146a170e30036e1aee32 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f1c019b36637f2b51f1a2056b244c75c3a8bb08b..30bc8bf0ff995e08941a71dc0f6ee67e78fa6685 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bfb169087335d50a5f6c0b1635b322bfeca358d9..be3df12a65cf640bf02a5ae91b1924bec13735df 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index ce415752e3cdc748a5f584316170c0734d03659a..e39cb6cf94499ddc82a3445e22cae59773e5b1b4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 5a44bb2dd003917b08310e9aab984c15d484e7bf..40639b426ee244f716b388a90d315c0fa949e2be 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index 0288607b69d29209215b0834f469c9a809df0af6..214efa7a65c98a346c87b9f09f6adf61589507f6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index ade4ee2ab7a790de5c2b731260258000bea12e72..74c2f38000fdc1f3bf1a60de69a78a7e5da0d9a3 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 980e34d1d4c716fa78611bc60aa8d940e3f991e4..83f2c8494f93522ded8d7246cfcca9bcf7f43438 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index f6af3bf2863c3816457471157b0b0b19eea49036..6d1ceae0d8d8822c60544833333c88f46e6ae405 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 59d2bb6d5f638834cd607b5f066b3da5cd0e0187..36ce01918e079e2f4c8d9a379394ea6ee1af1819 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-    <version>0.5.13-SNAPSHOT</version>
+    <version>0.5.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: Data XPath API</name>
     <description>YANG-modeled data XPath APIs</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f8c7ea61d647f4bf93a6662013382b0b24f4a985..77ecdc41765a7ea030288c0fb0a0308e747150ee 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-    <version>0.5.13-SNAPSHOT</version>
+    <version>0.5.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental :: Data XPath support</name>
     <description>XPath support for YANG-modeled data</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index da81083cce56d345b9004bece466015805976887..9766cc0a0d40ae732e1dcb3b5e9b96109be4214f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 7f49d23c68ff6c1c5adacb724031f97316d4543d..4e885dc19a6334f1d205d24a3004a801051f5fc4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 7c17c25c8169efe7737d6da38df531678b215454..f9d8b9696d63c43daf40ad969c583a9f3ecc155d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index cc69273c47871c300840ba883f3bc75e8be59c1f..a8a33751091b6320b14e464205b85e842a6a32dd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index e02b917279ca73c84d55eec7faa076c71dce05ee..9088033ed7c6e296ff312c97fcaab75854dfaa1f 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index f71c944c7ba0843033242c6fbde94c85ff46c986..d3e7dacfae30d053e861639cc0aaada1850ce9dc 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</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>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index a79281abe25ef7510f96366fb5822edf512abf4f..9c099427b52f1e492c45be2e8e49dc8dcb147289 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 39279cbd81c774b253ab6f43c42d47aa1622f055..3f6f9074ff17565432091cd4cf20cd1c4f62d86c 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <properties>
index df85f85c75990739de9af4a95831f60e4a232331..f747cf9cde9b9956b8dd89eafcfb6db8f9fe39bd 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index ed7cbc2698da19c94ed443d71f2128511740870e..6d0bf2f1b6f9b7a1674851b85172f3882733570a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 02cfb9004c47670c79ede2682144346de995411e..ffeb8806282118a8bc552ef3dd7aba5e5119b9ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cb2f9ba187ae1eb3133c3b1a7f454e5ee5575c44..d64b67b16f38ad6d1970b94579a8a73ce990a562 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <properties>
index 2a835191e4d287be2dcc2bb4d6374e29c7505d50..c355d03e09763dbfba646c36dda33526a3f7f7ea 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f2a813514f7ae94fe26c12b5b750271e0f05f7c2..ecf9b2c297ecae7a368504184a2e4c9bb7cc4b9a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b19de0846d7ab0e795046b8f56e9e3db1cbac306..3ee6036a079051f17d9df2b8023db866a39a382d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 963523cabe937a5cd606631fcdbaa12dda1e414a..8576a60588be8756e7ae530e024c331e8c43f150 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3deafef5017f29bba1b29b8c4ba7f34cfcd02a16..57fbe97d82651d1beb9b8f720075300d34e62a8d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 372b0ea00578ed88ae9bdac885583ceb9a1f74ff..cd38e01ddf0c9d69357133a43d8bfd36b9a4bc81 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1849563c9f695dfab036b6f0027b93d92d231c22..1868040aab6b2d0f250295a8baf5ac8194302bff 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0004445b48ff8900f52e1cbdce0ad163699b0bea..8c7d689af67c81eab03f42260b7ac04f0eccd61e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 463e8b5b0aca75ad51a74d64563378f906259b74..a95d0992d1ac9b6a8db2a4b8dbdb5dac55556fb7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d4e5b4e4ced271d154cffacdbcf0e15f6070966f..d2a41cf022a3eb928f2401c36fd698a143c37509 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2a56cee0646ff8566d6dbca76495421fb231b535..23708082feb72b443e23432258d3b39b2554cb81 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 02f9fd92ce075da51bf4d43e0e9ae2897e1d979b..6936b91caad8c29c9ee626f1b63b527ee63d2835 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 37fddb830b8c4f513deb048ea12023ca836a8482..7cd4b17b27d31a8d2efc0d7c249e5bb5dd9e1567 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4f292546261c04a4d1084716af5fe9b8649319d6..950d206d7caccfd0300c95134a19009aec62305d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 128161059d38339232600c1991420aac266e38a5..7664b42e20cae33253604378f5c4a6b89f456771 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <properties>
index 2eef4e7af295ae8a6031246a8f02cf4eda9803ed..f09758efa084cecda0b99e409a1b01722e70442a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 73e85980bc5d647578fc2ea7a50a521a16848523..97d0c1dad4556f2e873c7cb51c26a79a4dc75f46 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 09d672fb7e05f19977a4bd4511cfc45ec52660b9..015fda3c4a7317debae4f744eb181a08e97a26c1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 342d394da58d87a50d256676d14aacd596498cb1..921a142fbbb9e980b27ecf55c200162f9df11185 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 76542c00ac89e06ecd8957c31deb24d5de3ba035..b7e8e1052741e431b813f76216ecb9b6f9417d82 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 78abb47b3cbabd524a3863ca3c6da3178520cd8e..20804bcf705adcf81348d81924f81506576d3a6d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c71f917128da777e4c488d3d04d67cadc5ac84ff..4e78f677de0984c48837297fb25c16ee5639390d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 27b70c7a6e753d6759a4393bf8971197885c06d2..2d39318916c6e95b3bf4ecc7b2a4dd797cd5a68c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e34f834dc7ed1b8f4fddde475b749f54d12e231a..f770dd504da19f3be6d137a68bd78fffc3a3957b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b2141859e30666942ecef03dd308f62db8038c48..6941b66f76f4c17f2028c55b951995eb684f3221 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1026e84d6a87bc392100e1190439298a907ddc80..da9e11848c3248d49f1adc41de2a446d3d7a60e7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 927bfe2f7be5d904e9691e0ce0d0755cd666d12b..34584f2edd8f69b4e080180f3a54a70d0d3aba99 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a829eb887c752c3d8541ba4ad5aa546c2c1288dc..a0092b51a876876cd50c2406bbe82519b807dbda 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4e16e994fbc2c8b28a6a03993772998524c26832..9b00f27f1ee07861d771a09e6a25685e460eb4d2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5d3fc2a433b82a362247797948eba5ec74b51893..a1a56c20ed82b5c4d21b4ef391d958224ce497a9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index dc1d1d0f6daf39c4b2e9b9a618dba28da845129a..c2b5db2af819d0247ccfce178c3ddd712d126423 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <modules>
index 242cb337229f36e681dfc939f0ca6d95253872f6..2e4b21122c5be6a9befb1fd7df42931515d0ae5c 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
 
     <dependencies>
         <dependency>
index 84f526304791fa08a51ce2ae9360c0795043b335..246d89f9a170c2d0ac33046c658c99b873d05655 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-spi</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index e8ddc36c85a05c72b8066b695a4201dcac1e4804..7572c4e884dd5bf36991535ce7ba90e9b19fb08b 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</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>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 6b6c866ef958be97482b2914b4fcb98b38937631..16aba86f9596d0082e24fb21d5d6b183782a8fee 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>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 904b152cd249acc3217410847fd42dbad3277815..b92776b52dc34ed0b1ef00e5c9fcafb6bbc43fea 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <modules>
index 013381b261619ca6cc8d57f01b68ea8c5a4ad01d..21c84a0965b2969ce8b8367230e32b0d6c5f07ae 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</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>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 0d7e11dc7a7353410c90de3173df5c51adceae2b..41ed11a041b0182a74bceda37338daec029ff9d3 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.13-SNAPSHOT</version>
+                <version>7.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f14604d63330bdc2ebc60761671c0ce987314640..dfca217d50f7a104ccf783450bfd4c826c3e029a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <properties>
index 028399a943c5e6d0c49107fd68296b495e09b10a..0b0bedba7e9fccfd899030dacb5efbeb193c6d88 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-antlr</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ANTLR grammars</description>
index 41b292150fff36e315781b16712cb6020b8333f5..a3a070d3da0067e4557c214833be802a57872c00 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index 2739792e2b68d22b65950ecc33cd728a3509cdfc..2e8a88e88752852294b44de6838fff50f1ddbaec 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
index 69741a34411406a75bcccd32593ccd776bc1516f..468d6950814484549e4b838bce5e893200f71f2a 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>7.0.13-SNAPSHOT</version>
+    <version>7.0.13</version>
     <packaging>pom</packaging>
 
     <properties>
index 041ab2b9520082a186628c91abe773bd9935a00a..000e0b16ca023a800fed34a76767b83fc9136a24 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index cf4a663e701f4c6c355e03c78410bfebe3023087..24ec5eecffe65d73bfed9ca40120b64a49b04385 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 66abd754cc85026affc293b523203b31e3f2f756..23887f24a0770a7f86cbb643643b02abca1d0f13 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.13-SNAPSHOT</version>
+        <version>7.0.13</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>