Release yangtools
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 7b1d5a0ffa1d308821a2122c74ab6bddab2f5617..977f66002eb1c412e899daeb964aa468b97813df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>7.0.1</version>
+      <version>9.0.15</version>
       <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-aggregator</artifactId>
-    <version>5.0.0-SNAPSHOT</version>
-    <name>yangtools</name> <!-- Used by Sonar to set project name -->
+    <version>7.0.17</version>
     <packaging>pom</packaging>
+    <name>yangtools</name> <!-- Used by Sonar to set project name -->
+    <description>
+        YANG Tools provides basic libraries for parsing YANG and YIN files, working with the resulting effective model,
+        and handling data complying to this model.
+    </description>
 
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/yangtools.git</connection>
 
     <modules>
         <module>artifacts</module>
+        <module>docs</module>
+        <module>features</module>
+
         <module>benchmarks</module>
         <module>bundle-parent</module>
+        <module>codec</module>
         <module>common</module>
-        <module>docs</module>
-        <module>features</module>
+        <module>data</module>
+        <module>model</module>
+        <module>parser</module>
+        <module>plugin</module>
+        <module>tools</module>
+        <module>xpath</module>
+
         <module>yang</module>
-        <module>yang-validation-tool</module>
     </modules>
 
     <properties>
@@ -54,7 +66,7 @@
             </activation>
 
             <modules>
-                <module>distribution-karaf</module>
+                <module>karaf</module>
             </modules>
         </profile>
         <profile>