Yangtools version police: remove references to non-current versions
[controller.git] / opendaylight / md-sal / sal-restconf-broker / pom.xml
index ffef1a9953e08fc148e5d9b7045be2d31fd4abdb..8f31e6f96cf254eeb88b09fcc0ae6fdba344700e 100644 (file)
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
     </scm>
-    <properties>
-        <opendaylight.binding.version>0.6.0-SNAPSHOT</opendaylight.binding.version>
-        <opendaylight.yang.version>0.5.9-SNAPSHOT</opendaylight.yang.version>
-    </properties>
     <build>
         <plugins>
             <plugin>
@@ -46,7 +42,7 @@
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>restconf-client-api</artifactId>
-            <version>0.2.0-SNAPSHOT</version>
+            <version>${yangtools.version}</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>