Bump versions to 0.16.12-SNAPSHOT
[bgpcep.git] / features / config-loader / odl-bgpcep-config-loader-spi / pom.xml
index e17e0a491b774fae395a80174523bb931d39d7b4..ae552a82ee9a55fe69f70260a88ed8a363253189 100644 (file)
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.0.5</version>
-        <relativePath/>
+        <version>0.16.12-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-config-loader-spi</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: BGPCEP :: SPI Config Loader</name>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>dependency-version-management</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -57,4 +34,4 @@
             <classifier>features</classifier>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>