Bump MRI upstreams
[bgpcep.git] / topology / pom.xml
index 8ec5799ff5e966706e28db2473ea8e18595b2843..3a0a6de7c5dd8d0da02fe6652e1db205d4d01e5c 100644 (file)
@@ -1,28 +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>8.0.3</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.15.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <description>Topology parent</description>
+    <name>${project.artifactId}</name>
+
+    <modules>
+        <module>topology-artifacts</module>
         <module>api</module>
-        <module>pcep-api</module>
-        <module>provider-bgp</module>
-        <module>provider-pcep</module>
-               <module>tunnel-api</module>
-        <module>tunnel-pcep-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>