Bumping versions by 0.0.1 after the Helium SR2 release
[groupbasedpolicy.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 696bc0cb90154ffa174ebe7750062ff456d6eb30..38a2366c4b3f149377bbaa17f60e91611d6ec418 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,21 +4,25 @@
   <parent>
     <groupId>org.opendaylight.groupbasedpolicy</groupId>
     <artifactId>commons.groupbasedpolicy</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.3-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy.project</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.3-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>distribution</module>
+    <module>groupbasedpolicy-ofoverlay-config</module>
+    <module>distribution-karaf</module>
+    <module>features</module>
   </modules>
+
   <build>
     <plugins>
       <plugin>