Fix yangtools versions 48/73648/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Jul 2018 12:21:03 +0000 (14:21 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Jul 2018 12:21:39 +0000 (14:21 +0200)
This fixes up versions of yangtools.

Change-Id: I9349fe479351bf2c48b0772cc6b973571bebb665
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
commons/quality-parent/pom.xml
tools/api/pom.xml

index d39dd334e67d8de70af9c788b8fa07155dfafb60..e2e2dd2ad3f901368576dc0711d99329db0b1a68 100644 (file)
@@ -30,7 +30,7 @@
       <dependency>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-artifacts</artifactId>
-        <version>2.0.5</version>
+        <version>2.0.7</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
index 48853b0243bf696ac87878de12c92a31ff3fe3f8..8c32511ceb64632dc1df05fa0c60c3159d2dfe45 100644 (file)
@@ -29,12 +29,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>util</artifactId>
-      <version>2.0.5</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-common</artifactId>
-      <version>2.0.5</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>