Bump to odlparent-3.0.0 and yangtools-2.0.0
[bgpcep.git] / programming / pom.xml
index 195aa0fee036446ed6bd0fb55f77890bd7ae8ffc..a65a402af54e4c4181640cc8fdeb04ef75227c48 100644 (file)
@@ -8,7 +8,9 @@
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         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>
         <tag>HEAD</tag>
     </scm>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgpcep-parent</artifactId>
-        <version>0.4.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>3.0.2</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>programming-parent</artifactId>
-    <description>Programming parent</description>
+    <version>0.9.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <description>Programming parent</description>
     <name>${project.artifactId}</name>
 
     <modules>
+        <module>programming-artifacts</module>
         <module>api</module>
         <module>impl</module>
         <module>spi</module>
         <module>topology-api</module>
         <module>tunnel-api</module>
-
-        <module>controller-config</module>
     </modules>
 </project>