Bump versions to 0.16.7-SNAPSHOT
[bgpcep.git] / topology / pom.xml
index ced74f0053d38c95363d1e97ac4defac37f7cf92..2d456271565b209d14b56035df4a20d54c16e46f 100644 (file)
@@ -1,25 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: --><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">
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
 
-       <parent>
-               <groupId>org.opendaylight.bgpcep</groupId>
-               <artifactId>protocol-parent</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
-       </parent>
-       <prerequisites>
-               <maven>3.0.4</maven>
-       </prerequisites>
+ This program and the accompanying materials are made available under the
+ 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">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>9.0.6</version>
+        <relativePath/>
+    </parent>
 
-       <modelVersion>4.0.0</modelVersion>
-       <artifactId>topology-parent</artifactId>
-       <description>Topology parent</description>
-       <packaging>pom</packaging>
-       <name>${project.artifactId}</name>
-       
-       <modules>
+    <groupId>org.opendaylight.bgpcep</groupId>
+    <artifactId>topology-parent</artifactId>
+    <version>0.16.7-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <description>Topology parent</description>
+    <name>${project.artifactId}</name>
+
+    <modules>
+        <module>topology-artifacts</module>
         <module>api</module>
-        <module>api-config</module>
-               <module>tunnel-api</module>
         <module>segment-routing</module>
+        <module>tunnel-api</module>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>