Release yangtools v7.0.17
authorjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 18 May 2022 14:42:56 +0000 (14:42 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Wed, 18 May 2022 14:42:56 +0000 (14:42 +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 0c5297a9fc997e88bf9869df4ae5ddd5defd18f1..a28a181c7280021d8d4ba46032515be7675affed 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-antlr</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin-spi</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-data-util</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-data-util</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-antlr</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</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.17-SNAPSHOT</version>
+                <version>0.5.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-                <version>0.5.17-SNAPSHOT</version>
+                <version>0.5.17</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 4753fff86c6439866dbf8a131e8efbc806870e05..03a34f6d38ef5199c2707e7e009de0cc687fd43d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</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.17-SNAPSHOT</version>
+            <version>7.0.17</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>7.0.17-SNAPSHOT</version>
+            <version>7.0.17</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index 34f6a787115c08e85a1eade492f13060973048d4..086ead77f5f08dac5e5cde01243d073cc44457c5 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</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.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 63da1359b2f05e170e1dcbbc6656066bf6d6eecd..0c409a24d32438a4f4ceb141a8d185b741845a33 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <properties>
index e01272a41f00bea9a4aadcdf0b7ca7b91695442e..bd85c404bf79357f57d785913c3e540bec4e19e9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2e0c238212849bba104069a30aa2d17bdc3b4f8b..02420a00909944389452f1809a7afb3d35975bcb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 302306e20ba2017fc20b86cb523c2593b17b45dc..9cc117577ad3f7d2b0a9d57b14da6ea831104a02 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d915f1907709bd625ec7d3bc16be3c3d0f89b0dd..109c9b3132e92396ea668b73f02f52444be67d93 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8d7784b5b07a0c67e5c8363a305f17d9b28c8077..e4895dab10fd08b7d07fca5036b88164811ac8ff 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 33825b453eb1a1d054a29e32f63e213d41bd75e9..02120bb4ffcfacc5159d8aa03b5175a9fc30ee8d 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <properties>
index 77c3cec126de12f2114d495477d46e2849e4f5a5..f66405f1c0fed78f2c502551f7ccf1bc510ff3f9 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index 0c590b9c2a7aaf89e99c3682e692ebc0981a13e7..ccc21da5c521c4ae9ed8c66549ff060a6e7b6fd7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 434bb837e3213dfdba472507c09980ce28a47369..299baba09bcdcf27d55e8803f1c628bc81116fa7 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3cfa028773f59104f483b2783fa2e33f894af112..ff7598956881b037ce76ad4ef0ed498c3e1d5862 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2fff43dae101c588ef46ccc82434f9cd2e1b28a8..a84671a6c48268613c2a3cca42a4bc27f99c03cb 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <properties>
index 1c1db543ab1cdd3b1c7d117b196bc9d56293caa8..a1e6a30fe19d3b6b04e4b9c4105a01bfa8bea369 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a3505d39d26a85c9f26cb60ca995827dcf61ee4d..2859bcfb77af05925cdacc6d90659194bb40295f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9fa7d05eb417db1efedf51cf13827b148ae01dad..c2a4f508af4f5acd7e2c223699b60e8ba42c2e86 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 76f5b1771bd4c8496a848f37b294b0298474e79a..3c3b8b1cb146c8da88411d474b996c2815ed7202 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8f8fd784ba16ec445485b33bbe317f92084a0361..cabab7ee95b1ccbd0326cde37801c076462dab11 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fa20fc20b325e0bf3f4938ce81f22502603b88cb..2517cb1a0e732a9aa3690f3f2d6bcb0d5ef53335 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b7e954bfa7d1c35cffa33df1f7c1c247d4a85f9a..8275b29563caef053c5e0298c7dcfc9d32ca7b26 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a9fbc81981d326f2f1fdbe77ca8fc97a77cb1d11..eb6cd42713115fd01134f301ed28c26721dac1d3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 437a33d8c8445163153bd98b5ec23f54f67e78c1..7bbf682c3f41653a8b94c2dc2cbe4285fa6eb623 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c7d51a9a8ee69f96053ee37c39b259c4750a1f44..cb222fd79af920663ae74e3cb14f146c1eaca2b4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 09a695b2f712bf4815d5bac59aed7a92322a7d78..64e393136772df0fd7f09ef5979e874f45bb55d4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 046e13c11078b094cb81858420e185aa41331721..5c37e8f4806cedd9efdeb87b7d7637d9be2d3ce8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index ea2d106626992142101414444605ccad972319d7..76f265c0e8d2872e4251b8cd9349f091145d93eb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 6022c6193d8ee731000561f000127ea9346d36a3..e9bdd73ec611e9ee9b44f72287078285238e5dd3 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 3cbfc63c6cac3c7c13102c605d4292003b2176a7..07fc360890a12bf918d0750e2cd062c2dabfde3a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 8833468c7cc92a90ca44f08c88ad86f860c32d1c..a3bc7b4c12484902b6d470de7ddcb7a5d56f8f44 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index ebc6fd2adbdf6940bd43adc829f2780f2b196b8c..b345e327f1e305cd97d4a923c6662c624ced3b31 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath-api</artifactId>
-    <version>0.5.17-SNAPSHOT</version>
+    <version>0.5.17</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.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 086577c3dd8d7666f9fbf63d3847e5cdd061fb39..48f29bdd2ea4c64b4ea0db2d865ff3a9c111865d 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-exp-data-xpath</artifactId>
-    <version>0.5.17-SNAPSHOT</version>
+    <version>0.5.17</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.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index f3080893812fc2c7f5a129876d2a2773fea113bf..82869b23d54326e7d2d41e6d90d847e584e766d7 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 8a132c8b2e60fc27193fd75848016bbc20a6bdbf..19020373e6d7d82f425d47212011300191ea63a0 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 199f51ad92518416e4f9b75bfe190aa59d39e367..9e6efaa2a3ee329db5a4f7d45ef298cd24fb0a44 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index 8a35d5129fce28ffcbc08d27da3a3c0bc481b136..f793b7ecde05f8460ba9b26a467601618a0cbc30 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 5de2d67e3f0b76340dc515d991f30ecf6649232e..9b5aedc20dc8a1f2199068f0ddf29d660a06b4b4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index 4c2d612e30f7069b0cabf849f109fbcb073dc6da..61779ecc296aecf03d3b3190c4f4a95ec292d0fd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</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.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index b476bc88bf7fe584e59ce536b1fb091000d960c3..a9d05b288455759403467927f6c7caa56beb6124 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 76a99a399cd00c08216394bd25f2ed6f61621044..1623d756cfe2f100488b10d7d907f104b862f718 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <properties>
index 638350e67e48278d883b4ed53a764a5300723d26..c994e30031c9bdcc54537ae046f477183618ae96 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index 60aaf7c890b6f7063c517e8724ac6900dab19421..3226dc75012c89283f8ac0a2c0d9d25b732e0dac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0625c4e0c42ce403989efcb0fcdda657cf9d8ae8..6daf584a1f9d6654b68a1d4702b17904e4f4b2dd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 731303c6f0635c33590a43b244b31ba238bde0ba..36da090572bd8171d440f45ff377afd59ae066a5 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <properties>
index d04cdfad170a75a7b8762654ff3a5335424fb634..c776f1e863fa934a0dcc0f2c9e3a6a08e574d420 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6f04cbb7640c18d1d25fa9db0f5bf86ad70828e3..d7a769b15a2bb5595e31ad3c65633b753dbb2a1c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 78457d58a11a2cb8ae039a19796f492335661844..bf04e6fa10155f9894a399ed083fa3264b76aefa 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 219784866482e2102a85dd713262405e9ab5689e..719b2506968f90d7ac325ae6f51e7a29a19ebae0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 22900848c87c80e5eca4de3340b9cea30986d1b7..9c7bd64478b704bc367f4f29d0cf950387eb516d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3f7d6a639d6bd9a32d6aaeca928595092c8a1861..a6ed6a4ab7395a8084edd4b695e13f37dc33dba1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 357ba41e20646fc6da0e8d9b28510a696f55d752..ab61daf70889f54de5a96c220cb50646cae160d2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 223c7209e86499645008fadfea14df38fe6cfa90..c19e0d35dbc8e7e70d15ee0dfe73fd613b17a150 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c813e2701e0904346523cda22021c97d3acebadf..a2fce2387e5fb4f85c5ba5d1af09483cc9145a9e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e3e86b29e72b07829f3c388572db7f07ab28d7e4..0be2ac587aa9da9cb80cdb10cb6f027454b86eee 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e16891ba0ff752e0f9bfd9fe136fd795c947d858..fa19a56224525b1bb980f73b7a8237b6d518b112 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 4bdb289e1a30684bba37947acc7ee121672fdfb6..f9a9d4a3baaf948802a33a6033fa2f4aabe90258 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 398be3931870eb8ce9be45982743180e3a53d8bb..28d8e4a01995f63f9da732063680cfd4554a1f1b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index fee49352b97b40f18545a2cd92c09984f29009f3..c7e34f72bb60aa9f984630a4401a71a78d9c2776 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 343ccfa8e9b2acc151d90ec4de64e35a8923954b..e9b3914b8bb15668ff949fe0db2b5910b8283219 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <properties>
index ada22e0de19354db30a2cf85c9e19cf644deb080..5ed510a4656a57f641643fb8a0f1a7bf21c0b038 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9dc7e71ee377b663b2696a600d75378b15754bf9..451828c2fe5bf7fd31713a6399b455cc354306b2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1479904303a1f1e3bb7ec5a658e1bdc38d46eb01..8cbecb4699184cd350abf586a10d7fd28346b3ac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7f45535a6bff180905707d6317b14310a94e8cbd..8be62e639ca010a034fc2deff9f89cf535577a75 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0b56265d78585a87a137972473b3555e4298de8c..e5c7216dcfe8e227fb75a51e9a4230f690586545 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index eef7b8d42d70c64c086dbf32727c3e0cf57cc867..1919a22e263ff5abedb48723970257da3d3d86b6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index db9240fa74445f6e086dd5d6c26bf8e8fb96f2d9..6cd8bfe6db6587da01a8c8ed2a9ecafa487b4ebe 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a9a6528f9a7349b7a8103c8d67ca0161c866aac1..569cf10cfc302366114fc91f1bf136b14e829964 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 467a446ac659ad556c8945e1f7ead6b313aa8397..5baa4b24278d462f460b2cd3970fede358935939 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index bf18f0aa2b63d0ef8e695f67cf4bb05563079c70..d95d37f6a8cc7ce09241b310eabf9e614901a5a1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c397cd3a69c3fc0566b8071fc75a77961a218917..2d56298e69dd14ed3ad0cfa9ef1887b224a3560c 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ddbdc94cd723afb5fef46ed2a71eff5f5776107f..d5453b4508a631eca6202f569b013e090c2523ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f2155de9a49c470ca5fb2ca145a47ca340b2275d..cea622a711b34a7ee23b3be732f793e41e5c4a40 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 08a14afab61fe048070142dcb2616a789ee866b8..1ba81597be62d35335b2805abade0255fc2dfc61 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d871a84ecd2fc0980166f2f98202d7cea24a94f9..c99b2289d61b7dffe84ee3f70768728e20f2d827 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index b95d1f10d755f544232a6abaa5067383bb638cb5..66162cf887e426cbd26b64b71ee1e9ae41417cd0 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <modules>
index 16fe25d0c91000041774ed14472221ca1ad43611..615b66468f16b868756914c4d7d28fccec451e1b 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.17-SNAPSHOT</version>
+    <version>7.0.17</version>
 
     <dependencies>
         <dependency>
index edf03523e9b232403e3202649ad28ecc0047e13d..2d2ae867bbaed045c8b06bc7ccfbe6a6a7dc33ed 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.17-SNAPSHOT</version>
+    <version>7.0.17</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.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index d2bcf99974f80d47b1cecc37eae714f121d8d640..b765d542676f092a568fd8b622ca23d12ff1e637 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</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.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index 2c415746c783a413b695be6bd44493f981d0f3f1..977f66002eb1c412e899daeb964aa468b97813df 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.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index bfd3b8d3b90cb28943cc94940e3dab362a217d29..033ba1fa9bdbc2de194c4b14f5168818d11def6c 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <modules>
index 58a4a186647bdf5005034ad318f3fc72953ea6a5..469eff52a9d71bed44e604ead8afff7b802b6a84 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</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.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 0d1167fa006f36059880a9e2b46991779c886c43..a95203c307c70e8df805cc83cebdbcdaa418506c 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>7.0.17-SNAPSHOT</version>
+                <version>7.0.17</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index c627cac68c72a77b0e8a6b530518e2e42dd0e507..cd44b51f4c2934590c4f218d8cbb5a2963da4df4 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <properties>
index 7cd5aaccd252c5157db17a227761125a282aa70a..13bec5746ec187ffca0cbe9f08bb5d2364f6edf2 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-antlr</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ANTLR grammars</description>
index 13f7344de12d96cd95c8bb0d77fe577b2b08687d..603065f8eb4405387c797adce5a69b1972636f2d 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index d429dc9f6acfa1b10ef40671c3117cd9c8e1d186..8da18b63afcda99a26ce29929f4198db62ae2271 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>
index e60983cb646916eae9cc7e02dd19fb8e459a6102..95d209d4461d240f6a7967641973935a4daa73a3 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>7.0.17-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
     <properties>
index bf77db292a67ecd596938027aeba5faaf91388de..a5a5e5ad951e1abfc592758dc67701c10d36b553 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 01d9213c4b02c22fad57acc694b373d3283c7b7d..4fbadc7c344659ab9dd2f632d18edb7b85c6098e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9e9734b5e80f549ad62ae40b3b6bcdb6e5e901ab..e58d564ddbbe9660865be3b76f6f791419c81683 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>7.0.17-SNAPSHOT</version>
+        <version>7.0.17</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>