Merge "Remove unneeded build declarations in features"
[yangtools.git] / common / features-test / pom.xml
index 79452b72c3de156136a5ee31d5676a74a1fc3acd..50ff2715034365bf65876ad73328533e238b8ae6 100644 (file)
@@ -13,7 +13,7 @@
    <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.6.2-SNAPSHOT</version>
+      <version>0.7.0-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
    <artifactId>features-test</artifactId>
    <properties>
       <pax.exam.version>3.5.0</pax.exam.version>
    </properties>
+
+   <!-- Migrated to odlparent -->
+   <distributionManagement>
+     <relocation>
+       <groupId>org.opendaylight.odlparent</groupId>
+       <artifactId>features-test</artifactId>
+       <version>1.5.0-SNAPSHOT</version>
+       <message>This artifact has been migrated to odlparent and will be removed in Lithium release</message>
+     </relocation>
+   </distributionManagement>
+
    <dependencies>
      <!-- Dependencies for pax exam karaf container -->