Release mdsal
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 92089861169025fc3fba37ebabfca48e35b18127..e12b358c55980d87e416f23cb34a413913b3a426 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>4.0.2</version>
+        <version>10.0.2</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-agreggator</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>9.0.3</version>
     <packaging>pom</packaging>
     <name>md-sal</name> <!-- Used by Sonar to set project name -->
+    <description>
+        Model-Driven Service Abstraction Layer. Provides YANG-centric code generation tools and supporting
+        APIs to allow building applications which operate on and interchange YANG-modeled data.
+    </description>
 
     <modules>
         <module>artifacts</module>
         <module>common</module>
+        <module>docs</module>
         <module>features</module>
+        <module>karaf</module>
         <module>dom</module>
         <module>binding</module>
-        <module>binding2</module>
         <module>model</module>
-        <module>model-binding2</module>
         <module>entityownership</module>
         <module>singleton-service</module>
+        <module>trace</module>
+
+        <!-- Netty integrations -->
+        <module>netty</module>
+
+        <!-- Data store replicators -->
+        <module>replicate</module>
+
+        <!-- IETF YANG (Module) Library -->
+        <module>yanglib</module>
     </modules>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-install-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 
     <profiles>
         <profile>