Bump versions to 4.0.16-SNAPSHOT
[mdsal.git] / entityownership / pom.xml
index 4103845a6d37d3c6c4f04ef65ffea8824f3fdc6e..2321c822662175a0269154fffb488fcba2c4339c 100644 (file)
@@ -6,47 +6,34 @@
  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">
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.5</version>
+        <version>5.0.8</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>entityownersip-aggregator</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>4.0.16-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>${project.artifactId}</name> <!-- Used by Sonar to set project name -->
+    <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
     <modules>
-      <module>mdsal-eos-common-api</module>
-      <module>mdsal-eos-common-spi</module>
-      <module>mdsal-eos-dom-api</module>
-      <module>mdsal-eos-dom-simple</module>
-      <module>mdsal-eos-binding-api</module>
-      <module>mdsal-eos-binding-adapter</module>
+        <module>mdsal-eos-common-api</module>
+        <module>mdsal-eos-common-spi</module>
+        <module>mdsal-eos-dom-api</module>
+        <module>mdsal-eos-dom-simple</module>
+        <module>mdsal-eos-binding-api</module>
+        <module>mdsal-eos-binding-adapter</module>
     </modules>
 
-    <!--
-        Maven Site Configuration
-        The following configuration is necessary for maven-site-plugin to
-        correctly identify the correct deployment path for OpenDaylight Maven
-        sites.
-    -->
-    <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-    <distributionManagement>
-      <site>
-        <id>opendaylight-site</id>
-        <url>${nexus.site.url}/${project.artifactId}/</url>
-      </site>
-    </distributionManagement>
-
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>