Implementation of IP address classifier.
[groupbasedpolicy.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3eea583ed8fd32d77c2505aaea392f107ec83727..83259ee1538154c1d7f5008f4a06cdd3ba817959 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,20 +4,26 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>commons.groupbasedpolicy</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy.project</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
+
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
   <modules>
     <module>commons/parent</module>
     <module>groupbasedpolicy</module>
+    <module>renderers</module>
     <module>groupbasedpolicy-ofoverlay-config</module>
+    <module>groupbasedpolicy-opflex-config</module>
+    <module>groupbasedpolicy-oc-config</module>
+    <module>groupbasedpolicy-openstackendpoint-config</module>
     <module>distribution-karaf</module>
     <module>features</module>
   </modules>
@@ -43,3 +49,4 @@
   </scm>
 
 </project>
+