Bump version of netconf-subsystem to 0.2.2-SNAPSHOT.
[controller.git] / opendaylight / netconf / netconf-mapping-api / pom.xml
index 5b6003f185c24a2a339568ce0db98710afb5a99d..a9928a6dc6baf9f42eb0670eda3423e3d691c8f2 100644 (file)
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>netconf-subsystem</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>0.2.1-SNAPSHOT</version>
+        <version>${netconf.version}</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>netconf-mapping-api</artifactId>
@@ -18,7 +18,6 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>netconf-api</artifactId>
-            <version>${project.version}</version>
         </dependency>
 
         <dependency>
@@ -50,4 +49,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>