Bump versions by x.y.(z+1)
[bgpcep.git] / bgp / extensions / pom.xml
index 2f30d46143a2dd8e06486f09eb4692042cfce3ea..9018ae4ae8b58a3321408e71dc39823a3b1f7a8b 100644 (file)
@@ -6,31 +6,36 @@
   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
   ~ 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>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>binding-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
-        <relativePath>../../binding-parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>4.0.9</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>extensions</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <description>BGP Extensions Family</description>
+    <description>BGP Extensions</description>
     <name>${project.artifactId}</name>
 
     <modules>
-        <module>inet</module>
-        <module>linkstate</module>
+        <module>evpn</module>
         <module>flowspec</module>
+        <module>inet</module>
         <module>l3vpn</module>
         <module>labeled-unicast</module>
-        <module>evpn</module>
+        <module>linkstate</module>
         <module>mvpn</module>
+        <module>parent</module>
+        <module>route-target</module>
     </modules>
-</project>
\ No newline at end of file
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+</project>