Fix POST request with insert parameter
[netconf.git] / keystore / pom.xml
index 6c086c02710ee39b2284597369a131bab2182057..1ae0126747fa24723e32b8b86d69db7440021471 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>13.0.3</version>
+        <version>13.0.11</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>keystore-aggregator</artifactId>
-    <version>7.0.0-SNAPSHOT</version>
+    <version>7.0.4-SNAPSHOT</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>