Release yangtools
[yangtools.git] / features / pom.xml
index 7186a38f1ed9c05acc26e04b8120bae421c63e33..1623d756cfe2f100488b10d7d907f104b862f718 100644 (file)
@@ -7,40 +7,45 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<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">
+<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">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>3.0.2</version>
+        <version>9.0.15</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>features</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>7.0.17</version>
     <packaging>pom</packaging>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
         <!-- Stable features -->
-        <module>odl-triemap</module>
         <module>odl-yangtools-codec</module>
         <module>odl-yangtools-common</module>
         <module>odl-yangtools-data-api</module>
         <module>odl-yangtools-data</module>
         <module>odl-yangtools-export</module>
+        <module>odl-yangtools-netty</module>
         <module>odl-yangtools-parser-api</module>
         <module>odl-yangtools-parser</module>
         <module>odl-yangtools-util</module>
+        <module>odl-yangtools-xpath-api</module>
         <module>odl-yangtools-xpath</module>
 
         <!-- Stable feature repository -->
         <module>features-yangtools</module>
 
         <!-- Experimental features -->
-        <module>odl-exp-objcache</module>
+        <!-- none at this time -->
 
         <!-- Experimental feature repostitory -->
         <module>features-yangtools-experimental</module>