Split out keystore-legacy
[netconf.git] / keystore / pom.xml
index 1c0dd3c694fb762fe95c836c7804558c86bc9cdd..d277fd0d4496885dd04f138bdd86f285d53e60f5 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>12.0.1</version>
+        <version>13.0.10</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>keystore-aggregator</artifactId>
-    <version>5.0.2-SNAPSHOT</version>
+    <version>7.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
@@ -30,6 +30,7 @@
 
     <modules>
         <module>keystore-api</module>
+        <module>keystore-legacy</module>
         <module>keystore-none</module>
     </modules>
 </project>