Bump yangtools to 2.0.0
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Oct 2017 18:54:53 +0000 (20:54 +0200)
committerStephen Kitt <skitt@redhat.com>
Thu, 11 Jan 2018 08:48:25 +0000 (09:48 +0100)
This bumps odlparent to 3.0.1 and yangtools to 2.0.0. Also fixes
references to features, so that the build reactor is consistent.

Compilation fixes are addressed in a follow-up patch.

Change-Id: I24f9997c2ec22861e674b74fb01d43f783e3dbc1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index b175ed4b3c06d3747da8cda7ce97d94bf9049d89..0ccff3c2456070832f16744e82a89c0cc2bb3139 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>2.0.5</version>
+    <version>3.0.1</version>
     <relativePath/>
   </parent>
 
@@ -41,7 +41,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>1.2.0</version>
+        <version>2.0.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>