Bump to odlparent-5.0.6/yangtools-3.0.10
[mdsal.git] / dom / pom.xml
index 3aadbbdac1c5449966ec59d841781f6e32b0f5cb..7443a7359bf45eaac07f572f4c5a95a3677d21f3 100644 (file)
 <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.mdsal</groupId>
-        <artifactId>mdsal-parent</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
-        <relativePath>../common/parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>5.0.6</version>
+        <relativePath/>
     </parent>
+
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>4.0.12-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
     <modules>
+        <module>dom-parent</module>
         <module>mdsal-dom-api</module>
         <module>mdsal-dom-spi</module>
         <module>mdsal-dom-broker</module>
         <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>