Bump versions by x.y.(z+1)
[groupbasedpolicy.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d448d48becd3e123d78b7d576643e0e3d98fe69b..9687a8fc3c23d00697c88597d246496abcda2334 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -8,13 +8,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>groupbasedpolicy.project</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>groupbasedpolicy</name> <!-- Used by Sonar to set project name -->
 
@@ -34,8 +34,7 @@
     <module>groupbasedpolicy-ui</module>
     <module>distribution-karaf</module>
     <module>features</module>
-    <module>sxp-mapper</module>
-    <module>groupbasedpolicy-ise-adapter</module>
+    <module>sxp-integration</module>
   </modules>
 
   <build>
           <skip>true</skip>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.jacoco</groupId>
-        <artifactId>jacoco-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>default-instrument</id>
-            <goals>
-              <goal>instrument</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>default-restore-instrumented-classes</id>
-            <goals>
-              <goal>restore-instrumented-classes</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>