Release yangtools v13.0.0
authorjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 7 Jan 2024 22:27:34 +0000 (22:27 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Sun, 7 Jan 2024 22:27:34 +0000 (22:27 +0000)
89 files changed:
artifacts/pom.xml
benchmarks/pom.xml
bnd-parent/pom.xml
bundle-parent/pom.xml
codec/pom.xml
codec/yang-data-codec-binfmt/pom.xml
codec/yang-data-codec-gson/pom.xml
codec/yang-data-codec-xml/pom.xml
common/concepts/pom.xml
common/mockito-configuration/pom.xml
common/pom.xml
common/testutils/pom.xml
common/util/pom.xml
common/yang-common-netty/pom.xml
common/yang-common/pom.xml
data/pom.xml
data/yang-data-api/pom.xml
data/yang-data-impl/pom.xml
data/yang-data-spi/pom.xml
data/yang-data-transform/pom.xml
data/yang-data-tree-api/pom.xml
data/yang-data-tree-ri/pom.xml
data/yang-data-tree-spi/pom.xml
data/yang-data-util/pom.xml
docs/pom.xml
features/features-yangtools-experimental/pom.xml
features/features-yangtools/pom.xml
features/odl-yangtools-codec/pom.xml
features/odl-yangtools-common/pom.xml
features/odl-yangtools-data-api/pom.xml
features/odl-yangtools-data/pom.xml
features/odl-yangtools-export/pom.xml
features/odl-yangtools-netty/pom.xml
features/odl-yangtools-parser-api/pom.xml
features/odl-yangtools-parser/pom.xml
features/odl-yangtools-util/pom.xml
features/odl-yangtools-xpath-api/pom.xml
features/odl-yangtools-xpath/pom.xml
features/pom.xml
karaf/pom.xml
model/odlext-model-api/pom.xml
model/openconfig-model-api/pom.xml
model/pom.xml
model/rfc6241-model-api/pom.xml
model/rfc6536-model-api/pom.xml
model/rfc6643-model-api/pom.xml
model/rfc7952-model-api/pom.xml
model/rfc8040-model-api/pom.xml
model/rfc8528-model-api/pom.xml
model/rfc8639-model-api/pom.xml
model/rfc8819-model-api/pom.xml
model/yang-model-api/pom.xml
model/yang-model-export/pom.xml
model/yang-model-ri/pom.xml
model/yang-model-spi/pom.xml
model/yang-model-util/pom.xml
parser/odlext-parser-support/pom.xml
parser/openconfig-parser-support/pom.xml
parser/pom.xml
parser/rfc6241-parser-support/pom.xml
parser/rfc6536-parser-support/pom.xml
parser/rfc6643-parser-support/pom.xml
parser/rfc7952-parser-support/pom.xml
parser/rfc8040-parser-support/pom.xml
parser/rfc8528-parser-support/pom.xml
parser/rfc8639-parser-support/pom.xml
parser/rfc8819-parser-support/pom.xml
parser/yang-ir/pom.xml
parser/yang-parser-api/pom.xml
parser/yang-parser-impl/pom.xml
parser/yang-parser-reactor/pom.xml
parser/yang-parser-rfc7950/pom.xml
parser/yang-parser-spi/pom.xml
parser/yang-test-util/pom.xml
plugin/plugin-generator-api/pom.xml
plugin/pom.xml
plugin/yang-maven-plugin-it/pom.xml
plugin/yang-maven-plugin/pom.xml
pom.xml
tools/pom.xml
tools/yang-model-validator/pom.xml
tools/yang-validation-tool/pom.xml
xpath/pom.xml
xpath/yang-xpath-api/pom.xml
xpath/yang-xpath-impl/pom.xml
yang/pom.xml
yang/yang-repo-api/pom.xml
yang/yang-repo-fs/pom.xml
yang/yang-repo-spi/pom.xml

index 83749567da97fe45fd3ce3b4a9b71545900c0d75..d17eb615ada10d98ccb5d8ebfc574c6ca7d2e63c 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-artifacts</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-util</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>concepts</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-spi</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-impl</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-transform</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-spi</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-tree-ri</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-binfmt</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-gson</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-data-codec-xml</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-export</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-spi</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-ri</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-model-util</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-ir</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-spi</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-reactor</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-impl</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-parser-rfc7950</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-spi</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-repo-fs</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-test-util</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>test</scope>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>plugin-generator-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-maven-plugin</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odlext-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>openconfig-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6241-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6536-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc6643-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc7952-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8040-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8528-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8819-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-model-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>rfc8639-parser-support</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-xpath-impl</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>util</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yang-common-netty</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <!-- Test utilities, not packaged in features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>mockito-configuration</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>testutils</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>test</scope>
             </dependency>
 
                 <artifactId>features-yangtools</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>features-yangtools-experimental</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
 
             <!-- Stable features -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-util</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-common</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-parser</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-data</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-codec</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-export</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-netty</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath-api</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>odl-yangtools-xpath</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <type>xml</type>
                 <classifier>features</classifier>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-docs</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
index 6d4e3c78663fbb333a9ced25fd05cae9bc56dab2..4d59f9f8788b85558d050d0ee09a2e74356a42ac 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>benchmarks</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
 
     <properties>
         <!-- JMH-generated code does not pass SB (very noisily)-->
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-tree-ri</artifactId>
-            <version>13.0.0-SNAPSHOT</version>
+            <version>13.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <version>13.0.0-SNAPSHOT</version>
+            <version>13.0.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
index b5057712bed295a3ef031132e04f6982dd3f0cc3..32848783a6329b7233940c7cbef1b59b0c6adc17 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bnd-parent</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent (bnd-based)</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index acb2e240d26f5409c17e2a1253b5f6cc56450da4..df1dfa5dd400d0bdf013f17e3b4eb19cc8eeaedb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Bundle parent (felix-based)</description>
@@ -28,7 +28,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 417d429e79aa3b6f743657846d6b58f017753e8a..f9323d317f01d58d5ec4fa53e075319d0321f8cf 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>codec-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 11e9c7b0079b332a9d9e096720a5089691e435a7..09310ebf119f605e2a5a6a6cba643d4baa3a9ea5 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9e363057bf6baf97adb1617671ef99133b788504..953a08ac9e04b343902f7f78e3da68edbcf591ce 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6f9be8e17e40bfd7618509f181ad07a49430d301..de18c4ed54787f8d77c4e87a4159dfab2e352774 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 14115d706bce5a4078a97077746505b039ec669c..bf4890701c6d9b08fc982212d527b4f6b364a576 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 3c2cc1c4d3a0fad75cf22818d4c7b24edb177203..6e6407027b8c92a45589f7b4cf6f9b4ab9adc297 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
index 5bf830632a6fa15eaac6e95ee6ccb17d20046f86..451161ac0c5221b59ddf45bacfc4b5b581610eb6 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index dccd43f38062418cc0bde67b4e185fa77299afad..5c9bd009891ffd813bf8c888ac0a7fc50aa901a3 100644 (file)
@@ -11,7 +11,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>testutils</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
     <dependencyManagement>
index fd38a35db5544abeaa62637f98a382a1796a97ea..c5f1ec5fb3e53f535b030fcff766f7a759a4260a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index ef8a90c55a0d2b22dd1075b245ec1438e682a553..f98a8a4f1af5e33d9202046d7469a367175b4edf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index b011a3e432e9bb9c90b468f07b26d2f6a2d91aee..c5c35e31c12384aeda73cc133da4733a56ba3f58 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index f21ac5234b6ff252592dbe7da16f3561edf9f279..0d32e3695dd974ff8dbbd6f5502f3a96c9a51ab1 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>data-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 7a488ddbd9dfa8e3f846ee8e3e0ce579061d870d..3d91d295bcf2ae86fe64ec7d1cb8cc2c62828747 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1ea21ae6b2ef2acc786cb3013b4fe34c095f1233..9900e1269ba414fff6143805642ec8c6cfa579d8 100644 (file)
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 986abc7adbac6a88fda8b8bd6b838cf1f4f1d7c4..9b199c26ea8e72aa538cce324813053bfda44ba6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0f640b7b41a93a9e53d0c0453e804c2968b046a9..af19409290312cf28cbdab819aaf8972148a5c93 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f3c90e0cb8ed6355e609eb82f28fe29c19a2ceca..c7570ae5964cc37fa67da2c7d718c55f43171fb1 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 5a27080b6e741fe77fc8f8376fe6422bdc373976..464552d932d518c037ec27fc4b65bdeea1bbc96e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 152ca609e6da35c9459c29e3b6ede10b9a5beceb..abb4feb3eb7aab5ea29b33e7421393ab72ceb8b4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 74cf2f855037173a5d2ca95666d319ae7feffcaa..de291e8f95c23a162b626b93b4915eeec6765202 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a0c033a7f1ef135e1a6e82d2ef446fbcb24c79c1..f6dc6e486fbd94d74e9b8a7f84097f6b450e4674 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 42bf4a5685449b935121496fe0021f938a1907c0..d0ed41d1cea9476e658732bc3fdeb80274a95ef7 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools-experimental</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Experimental Features</name>
     <description>YANG Tools Experimental Features</description>
index 6f7e5d825947f80ef09a123c7ed66370af50e421..2d5109a36cd6ecd5af271de0ef48c4deb050894a 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features-yangtools</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Stable Features</name>
     <description>YANG Tools Stable Features</description>
index a81f54221ed60a4c3fb63ddf3bf0fba029a1e6a2..a0d65a544f83acdd37de74710633fd4dd53e4957 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-codec</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Codecs</name>
     <description>Serialization/deserialization support for various formats</description>
index 72e25ef357ec9622ac94b84e3dc3bf95e42a5b09..55c249e554b1c291f8170037591f2de495394bfd 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-common</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Common definitions</name>
     <description>Common YANG-related definitions</description>
index 8ec63f725ae379a84579825ad0cd17765ff148d4..c282113955394d14ff06bb7b124e6041a08aff56 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data-api</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data API</name>
     <description>YANG modeled data APIs</description>
index 84448948e5678777c0cc7f8f4c6906ee593f59f9..aa9ac88fd9283328a2a243250838e7d4b4620948 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-data</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Data Reference Implementation</name>
     <description>YANG modeled data implementation</description>
index 3ef644b5cb01c91819f11b07d69bd49b7e18447d..7b308aea8a0f15e44de692167c62b8ec684540f4 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-export</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Export</name>
     <description>YANG model export</description>
index 52971ef2c593cc1ad6623747078ced4a6bb410f7..c96254e205c59558ddb6deff5908a714dc6c8358 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-netty</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Netty integration</name>
     <description>YANG Tools/netty-buffer utilities</description>
index 089279aa50dde73426b8bb72747cd6cd88650032..ce61e074572c5fb409a7342890da783424234d04 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser-api</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser API</name>
     <description>YANG metamodel and parser APIs</description>
index d1d2c6b0564cc20423c401b4975deeaba926af37..8582035ed50a4c47a7011a63d21b602ee568c0b8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-parser</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Parser </name>
     <description>YANG parser reference implementation</description>
index 8187d7da4fc238ee0a18a5a0f05952b1d7611478..a6e75c46f3550a1afc199906a9bcc90371607ffb 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-util</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: Utilities</name>
     <description>YANG Tools common concepts and utilities</description>
index da1ca94e59cdc577e20e640910f26e21d7435b90..9dc00b7a54f085cc9bc05e8dc5745abc88dc31d6 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath-api</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath API</name>
 
@@ -27,7 +27,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index cf60ca8a1947b7084285da827aa32698aa4e9852..582c052061cefc6034781694aa82b444f9d3e9c8 100644 (file)
@@ -18,7 +18,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>odl-yangtools-xpath</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>feature</packaging>
     <name>OpenDaylight :: Yangtools :: XPath support</name>
     <description>YANG XPath support</description>
index 6edf721875d905cb7e5eb6fd4efb562a449817de..457c3fec79deea83b3f2b3106f667854fdc5f37c 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index b7bd6294eb55126c2b72a7aa0197b5f4a4b3c8b6..d9e8e399f5fecadc9539b3e76a2347213af802a5 100644 (file)
@@ -15,7 +15,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>distribution-karaf</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <!-- DO NOT install or deploy the karaf artifact -->
index c5b6527c15b1e48a73693bdf52edda5764957a36..2eb3d991d1700a1ef8ec2980ba0775d34ca9ac03 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e145b135cc82a8358030e0be067589b78401b842..ee1dbb86259ff903151040424efbc095a07b2e5f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3f26dcc9a546ad635cecba3f50674323fc47954d..c2d0b5cd9bb91d72d7a3c74b1127ec1ec7c338aa 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>model-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 7984c1947e3857a43c55447e75e9c60920b99108..9ed77e403292d3db803f595b56472f2e1797f993 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 3eb79d4675545674b1a6f7ae88bf038945451e5c..4d0f7a16fa337c3b1095fa17af16ee95e84aab37 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 00003decd2f5758797940689b4fb580096f70889..2e2dc98a7572e85788de2467a1defc023d59a8ad 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index db789f9bfdfc506da25658131e010351cf68f6bc..1a2d557941ce0e547d3143d7d8b1fe60d79d4f00 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 54299db13b9e05304e1730dd56a76e50e20c9dc6..3289126aed216252b40dc97f5da702130b470aeb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7d083c24ed1ef35c127816b22b66d65d457fbf73..ec616deb869f1116733dd3a1a704e6e213678ebd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 698c9f3700180fcf76a6ece5051f3d938ae4a9e8..f7ec9756c03f73aac22f333fdf7961aa41bdab9b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 6183a0304ca67123ecba20fb046c210b64fb86c4..dedd9e47a4de19ca317002563d24b208cf81ad7f 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 565dba1ac82626fc84887640db6f44576ae4555c..6508f85bd835697671e17639d023830ec9e68e7e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 1a5e373310bbe9c779f107e4491238b30f2de1ac..d302a1a70d0562bebc1a9693eb8e87c34431f3df 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index c1afa5a4cf25c81e7cefa36d8eefade0345850d2..1d7fbb4aaf281598edbc7d658ce1413e2a000ede 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 9aca1a1fdf71d732ca52d1c2fa7ef5fc6e462c38..dae31f74f2a86e0e7780439e6f24cd90387b849b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 301b7a25255f3335144be0f3491d53e545afe058..5165ea38ae80039e48accad8110f08bc0ea58fec 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 502bbf381739f2d90a82caa529b42e7916181d0d..22fc9a60e78700a997e04a3ed5cec2dbe54fd720 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 810d063e8ce000686114039851009846368726f3..d35619bb01fcb0909f626c17e483d440f3228969 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 69e85d33f947a311497995989eddc2b2113b57cc..7396d01b856599b9dac36fad1df241f8050a766a 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>parser-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 133c5923c56bf8d5157054a179aea3dc35b9acc3..8bdc72f57c5ceac85d4e34fbc34b4e245b8508d4 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index ad380d1755b0b9b8ee984038d2573eee66658a07..54c39dc08ab1de5e70b6f7e97a33db899c0993d9 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 0e2e74071ff7b9b4742fe834e882d15b704584c2..3acc55b215908ffea958c60096c0acb6e078e8df 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8bf33a5b2a7b688692c5ab7b0825bfd0a27a2b1b..8d0b54e97acc4bb4fa31c6aaa0f2f7c7a8240b88 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index a76b74d36bbc18496b9517b49bbc8411884dd32c..06695ee5f864cc5287084ee724581c6eb05f4732 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index f34e9ded62dd3fd11e6e40541f3cade5531d927c..d5f6ee71f3b90941303b719af00eb5c7105eee46 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 7d01b88e86e191d340f5347255a77de960a0ae89..483a108b36386ea127efbd5664b9c466456b1fc6 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e66dd7c4bd06c332956536598878ef2f70e5d4a0..8ff75389921ff402f468da57bb33a0a819475b68 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2f19498e97f3d691d94890befecbe9a877ef8fa2..09eadc950785eefc02ab3be05efadee296aa25b0 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index dca3b2713a331d6041ad841ce6014e659bee63bb..687b144ae02b9afb4a6386e082d549c19ba6346e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 18608cd3dbdb2f8d2d8b389d000bc1e19c43ddda..09e8efe9079ce1dd42a0cab02661bd9b20fb7eb2 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index be6ee614b64d01eac38a7e4dff45d2f7c3ce1315..43a8c3065f7097e42cbec17d7cfa92e2ab99e9ac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index e922022df0b1134baf4353eae67a6909ac3fa1ca..db8d250cc82f7afb307175e745b1d5b2afcdf0ba 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2c9df80f7a450bc0673825e3f10198760adfc989..7005a00584ffd64cd36da69261b77b7ca2c237b3 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 8ddff1b2f5ac195ef666e5ff9826de4290674129..128d68fe1e1f47d865a0b19477373cbfff1023b8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index d846ebe3c855817e4575cb604628f2de5124b5f6..17d6542358dcc44a14e42f05f6e65e4c74aca021 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index 3f80fc737792fd72c7c643f51f021af1af1ec078..c842c3f40ea46be0663e374383d463d91a15c4f3 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>plugin-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <modules>
index cf701df69b486449e058aef74f425aa4b4105bf4..4fd0dad07213046631516b0b5a5ab254553b4ef0 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
 
     <properties>
         <!-- We are doing abhorrent things here unpacking our dependencies, which confuses analysis, just skip it -->
index 85dcdd98b6fa9ceb068422490eff5ad7b7b503fe..a55399f9c492fe8ad78305eaaf43a6cbc20c89be 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>maven-plugin</packaging>
     <description>
         This plugin is a wrapper for "yang to source code" generation.
@@ -39,7 +39,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
diff --git a/pom.xml b/pom.xml
index ec4894fac88d07a7fd8447475c1659bfc6dd6f8d..2d3e3b8830ad6619114e74ee3c04bfb2ce40697d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <description>
index 93b620823753c132c469c3b527f73fc53c2aeb5b..8b619acdccc1f2b9562804b61cfacecbd320a05a 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>tools-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <modules>
index b2c6173ec5892507a783add7d0ade18d91cb898a..7a059706bbbb6b0c4e7295b7627c00ee21e77937 100644 (file)
@@ -10,7 +10,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-model-validator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <name>${project.artifactId}</name>
     <description>YANG model validator</description>
 
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index fd6d5cfc02b57aa6a49630f358e1e4ea3908bca7..309b73c69eecf7d7d214e4663c62c906bdcbd863 100644 (file)
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-validation-tool</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>13.0.0-SNAPSHOT</version>
+                <version>13.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 7ebe886b54d3d0ebec37d0ca6c4b4b86383c56db..ff8765eb0ab848bfa546ce03dc286727fec4e886 100644 (file)
@@ -19,7 +19,7 @@
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>xpath-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 57d4b7de7e16a9a2060cd640bf3537198c35e137..81f78254425607f4326d26422305e091a3055a7a 100644 (file)
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-api</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath ${project.artifactId}</description>
index f6d3663bac7600cd640d9715d921458298b4e011..e0aed1465137f4db083590c8d81bd24f3015ec68 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
index a221fcd9049554e4802d02cf861ee45f160ba1c4..f4ae177fbe2fcbb2b28b0d90f543aa6a4d7bb43f 100644 (file)
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-aggregator</artifactId>
-    <version>13.0.0-SNAPSHOT</version>
+    <version>13.0.0</version>
     <packaging>pom</packaging>
 
     <properties>
index 069b96e14331d93351a648f01170a7e10602c808..5d8d69dd8d86083462895239d2c775450a76fdac 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 2af023ef8ac3c272019917bcb7634d2ad467f6ee..f54efab9c8348333a6e40d2c6efaaa9dd7660a8d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
index 1f7f0aef52dfe43eb0457ae784282d82e7ecdc59..b95d877fc98e49a2ae9b42de0e9e4c47521e8d57 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>