Bump odlparent/yangtools/mdsal to 5.0.7/3.0.11/4.0.14
[ovsdb.git] / southbound / pom.xml
index ad2247f7f86a67432ff991d39b358bc8f7debb4f..ce4c366615c2871859d3a32febc9494c5a1c0c61 100644 (file)
@@ -1,31 +1,53 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-Copyright (c) 2014 Cisco Systems and others. All rights reserved.
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright © 2014, 2016 Cisco Systems and others. All rights reserved.
 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 INTERNAL
--->\r
-<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">\r
-  <groupId>org.opendaylight.ovsdb</groupId>\r
-  <parent>\r
-    <artifactId>commons</artifactId>\r
-    <groupId>org.opendaylight.ovsdb</groupId>\r
-    <version>1.1.0-SNAPSHOT</version>\r
-    <relativePath>../commons/parent</relativePath>\r
-  </parent>\r
-  <artifactId>southbound-aggregator</artifactId>\r
-  <version>1.1.0-SNAPSHOT</version>\r
-  <name>${project.artifactId}</name>\r
-  <packaging>pom</packaging>\r
-  <modelVersion>4.0.0</modelVersion>\r
-  <prerequisites>\r
-    <maven>3.1.1</maven>\r
-  </prerequisites>\r
-  <modules>\r
-    <module>southbound-api</module>\r
-    <module>southbound-impl</module>\r
-    <module>southbound-karaf</module>\r
-    <module>southbound-features</module>\r
-    <module>southbound-artifacts</module>\r
-  </modules>\r
-</project>\r
+-->
+<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">
+
+  <parent>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>5.0.7</version>
+    <relativePath/>
+  </parent>
+
+  <groupId>org.opendaylight.ovsdb</groupId>
+  <artifactId>southbound-aggregator</artifactId>
+  <version>1.9.3-SNAPSHOT</version>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: ovsdb :: ${project.artifactId}</name>
+  <packaging>pom</packaging>
+  <modelVersion>4.0.0</modelVersion>
+  <modules>
+    <module>southbound-api</module>
+    <module>southbound-impl</module>
+    <module>southbound-karaf</module>
+    <module>southbound-features</module>
+    <module>southbound-artifacts</module>
+    <module>southbound-it</module>
+  </modules>
+
+  <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>