Correct docs declaration 12/80912/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Mar 2019 23:57:55 +0000 (00:57 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 15 Mar 2019 23:57:55 +0000 (00:57 +0100)
We should not be declaring yangtools-docs, but rather mdsal-docs.

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

index a41f0028872289b23f67c504fde63fcc7211114a..ad705d8a19b203c465a0030546d09d1c1bc1ece3 100644 (file)
 
             <!-- Documentation -->
             <dependency>
-                <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yangtools-docs</artifactId>
-                <version>2.0.9-SNAPSHOT</version>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-docs</artifactId>
+                <version>4.0.0-SNAPSHOT</version>
             </dependency>
         </dependencies>
     </dependencyManagement>