Release mdsal
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5a6ae961087eb701ecc63b346eee529e93f4f064..e12b358c55980d87e416f23cb34a413913b3a426 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>4.0.9</version>
+        <version>10.0.2</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
-    <artifactId>mdsal-aggregator</artifactId>
-    <version>3.0.5-SNAPSHOT</version>
+    <artifactId>mdsal-agreggator</artifactId>
+    <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>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <profiles>
-        <profile>
-            <id>aggregate-javadoc</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>aggregate</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>aggregate-jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
         <profile>
             <id>sonar-jacoco-aggregate</id>
             <activation>