Release netconf
[netconf.git] / keystore / pom.xml
index fbce350581235d1445d112d834f807b79f8feb12..c5370fe5391519822ac950537507cae86674d761 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>11.0.2</version>
+        <version>13.0.11</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>keystore-aggregator</artifactId>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>7.0.4</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
 
     <modules>
         <module>keystore-api</module>
+        <module>keystore-legacy</module>
         <module>keystore-none</module>
+        <module>plaintext-api</module>
+        <module>plaintext-localfile</module>
+        <module>plaintext-cli</module>
     </modules>
 </project>