Bump to odlparent 3.1.0 and yangtools 2.0.3
[nemo.git] / nemo-karaf / pom.xml
index 5949d61e4a6b4dc61a346560e75cf662d0ae7bf5..acdd02ceec2e9ef615af0dfc649c4a387b25af6a 100644 (file)
@@ -5,29 +5,30 @@ This program and the accompanying materials are made available under the
 terms of the Eclipse Public License v1.0 which accompanies this distribution,
 and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>karaf-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
-    <relativePath />
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>karaf4-parent</artifactId>
+    <version>3.1.0</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.nemo</groupId>
   <artifactId>nemo-karaf</artifactId>
-  <version>1.2.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.5.0-SNAPSHOT</feature.mdsal.version>
-    <feature.dlux.version>0.5.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>