Bump to odlparent-5.0.7/yangtools-3.0.11
[mdsal.git] / dom / pom.xml
index 48009a59339101492a9fbcdbd88205aa71080f7e..f5e17ca788859626545d2fddb88cf455d0c1db88 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>4.0.0</version>
+        <version>5.0.7</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.7.0-SNAPSHOT</version>
+    <version>4.0.14-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>