Bump to odlparent-5.0.6/yangtools-3.0.10
[mdsal.git] / dom / pom.xml
index ed8610c750af6105704daac50ab5d2fa1c950218..7443a7359bf45eaac07f572f4c5a95a3677d21f3 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>5.0.6</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.5.0-SNAPSHOT</version>
+    <version>4.0.12-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
@@ -32,4 +32,9 @@
         <module>mdsal-dom-inmemory-datastore</module>
         <module>mdsal-dom-schema-service-osgi</module>
     </modules>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>