Release mdsal
[mdsal.git] / singleton-service / pom.xml
index 832bcf2b80e445e2385ac31ba919f07aa13463b0..3aabc5657eb1ec794b0a59e4bc25c2654fa7c568 100644 (file)
@@ -9,22 +9,27 @@
 <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-common-api</module>
         <module>mdsal-singleton-dom-impl</module>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>