genius/interfacemanager annotation based bp
[genius.git] / karaf / pom.xml
index a0b0539fd67d3436b30a48d7c2789bc148375dff..9962acf1cfc82d92469b5f61444803e2749c11ca 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>2.0.0</version>
+    <version>4.0.9</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>genius-karaf</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: genius :: ${project.artifactId}</name>
@@ -44,15 +44,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </dependency>
   </dependencies>
 
-  <!-- For CSIT, temporarily *DO* install or deploy the karaf artifact! -->
-  <!-- TODO : Change 'false' back to 'true' and comment: DO NOT install or deploy the karaf artifact -->
+  <!-- DO NOT install or deploy the karaf artifact -->
   <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-          <skip>false</skip>
+          <skip>true</skip>
         </configuration>
       </plugin>
     </plugins>