Bump yangtools to 2.0.6.1 80/74680/2
authorStephen Kitt <skitt@redhat.com>
Tue, 31 Jul 2018 09:18:16 +0000 (11:18 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 31 Jul 2018 12:18:08 +0000 (12:18 +0000)
Change-Id: I19fb142e8bfe0df457f93d88591af1a31b182012
Signed-off-by: Stephen Kitt <skitt@redhat.com>
bgp/rib-impl/pom.xml
binding-parent/pom.xml
features/bgp/odl-bgpcep-bgp-dependencies/src/main/feature/feature.xml
parent/pom.xml
testtool-parent/pom.xml

index 601b9b1ee2587ea663f1e4d3b6e0447c21790dbb..5ce2dbc1308c0155d29524a6c50a5fccbb73fc9c 100644 (file)
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>checkstyle-logging</artifactId>
                         <!-- FIXME: remove this declaration when bumping to 2.0.2 -->
-                        <version>2.0.5</version>
+                        <version>2.0.6.1</version>
                     </dependency>
                 </dependencies>
             </plugin>
index 639c981eb74cb242e994a509a9685e919451e523..04f4e4290ee83a093d7b874018fe04b053d46bdd 100644 (file)
@@ -48,7 +48,7 @@
                          <groupId>org.opendaylight.yangtools</groupId>
                          <artifactId>checkstyle-logging</artifactId>
                          <!-- FIXME: remove this declaration when bumping to 2.0.2 -->
-                         <version>2.0.5</version>
+                         <version>2.0.6.1</version>
                     </dependency>
                 </dependencies>
             </plugin>
index cf3f0c14025450459f98176f79b436421e69d293..6719e195a7158c59331edbeb3fce773a10314308 100644 (file)
@@ -6,8 +6,8 @@
   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
   -->
-<features name="odl-bgpcep-bgp-dependencies-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-bgpcep-bgp-dependencies-${project.version}">
     <feature name="odl-bgpcep-bgp-dependencies" version="${project.version}">
-        <feature version="[2.0.5,3)">odl-yangtools-data-api</feature>
+        <feature version="[2.0.6.1,3)">odl-yangtools-data-api</feature>
     </feature>
 </features>
index 233287d05745be9a3c3cd12b541960b8fa64cf2f..327bceaa987c908f8531cdd31340bd06b05f5612 100644 (file)
@@ -58,7 +58,7 @@
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.0.5</version>
+                <version>2.0.6.1</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
index 9a0271c576e34c2f95059f83a12d85fb0e618aaf..7eb656f91de7c5ebc7e868c2b4526008d7de3749 100644 (file)
@@ -46,7 +46,7 @@
                         <groupId>org.opendaylight.yangtools</groupId>
                         <artifactId>checkstyle-logging</artifactId>
                         <!-- FIXME: remove this declaration when bumping to 2.0.2 -->
-                        <version>2.0.5</version>
+                        <version>2.0.6.1</version>
                     </dependency>
                 </dependencies>
             </plugin>