Bump versions by x.(y+1).z for next dev cycle
[nemo.git] / nemo-karaf / pom.xml
index c5520cc830b68aa852c688787fe5244cb7960f36..ef435f5b289743102f53b2590113deaef9dacd61 100644 (file)
@@ -10,24 +10,26 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>karaf-parent</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>karaf4-parent</artifactId>
+    <version>3.0.2</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-karaf</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <name>${project.artifactId}</name>
+  <version>1.5.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 :: nemo :: ${project.artifactId}</name>
 
   <prerequisites>
     <maven>3.1.1</maven>
   </prerequisites>
 
   <properties>
-    <feature.mdsal.version>1.3.0-SNAPSHOT</feature.mdsal.version>
-    <feature.dlux.version>0.3.0-SNAPSHOT</feature.dlux.version>
+    <feature.mdsal.version>1.8.0-SNAPSHOT</feature.mdsal.version>
+    <feature.dlux.version>0.8.0-SNAPSHOT</feature.dlux.version>
   </properties>
 
   <dependencyManagement>
@@ -80,4 +82,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+
+  <build>
+    <plugins>
+      <!-- DO NOT deploy the karaf artifact -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>