Bump versions to 4.0.15-SNAPSHOT
[mdsal.git] / dom / pom.xml
index ed8610c750af6105704daac50ab5d2fa1c950218..6ed01d53acacf3a53af3e1e8e3f035ddd84036e9 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.1.3</version>
+        <version>5.0.7</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.15-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>