Bump to odlparent-5.0.5/yangtools-3.0.9/mdsal-4.0.11
[ovsdb.git] / southbound / pom.xml
index ad2247f7f86a67432ff991d39b358bc8f7debb4f..f80e52ba5636754d531e3f22a88cf0367ef1fc25 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.5</version>
+    <relativePath/>
+  </parent>
+
+  <groupId>org.opendaylight.ovsdb</groupId>
+  <artifactId>southbound-aggregator</artifactId>
+  <version>1.9.2-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>