Release mdsal
[mdsal.git] / singleton-service / pom.xml
index bdfbd72e8d926e98a48cd1cfac876c21311b4249..3aabc5657eb1ec794b0a59e4bc25c2654fa7c568 100644 (file)
@@ -9,18 +9,18 @@
 <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>3.1.2</version>
-      <relativePath/>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>10.0.2</version>
+        <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>singleton-service</artifactId>
-    <version>2.5.0-SNAPSHOT</version>
+    <version>9.0.3</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-singleton-dom-impl</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>