Release Oxygen
[groupbasedpolicy.git] / distribution-karaf / pom.xml
index b7e87c640d0eeed35164fc5ecc5d922cb27c65ce..cae23e11349cdd10c9c412a3da6db4b2e38b4bee 100644 (file)
@@ -1,31 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. 
-  This program and the accompanying materials are made available under the 
-  terms of the Eclipse Public License v1.0 which accompanies this distribution, 
+<!-- Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+  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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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.7.0-SNAPSHOT</version>
-    <relativePath />
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>karaf4-parent</artifactId>
+    <version>3.1.0</version>
+    <relativePath/>
   </parent>
 
   <artifactId>distribution-karaf</artifactId>
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.7.2</version>
   <packaging>pom</packaging>
+  <!-- <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 :: groupbasedpolicy :: ${project.artifactId}</name>
 
   <prerequisites>
     <maven>3.0</maven>
   </prerequisites>
 
   <properties>
-    <groupbasedpolicy.project.version>0.4.0-SNAPSHOT</groupbasedpolicy.project.version>
-    <sfc.version>0.3.0-SNAPSHOT</sfc.version>
+    <groupbasedpolicy.project.version>0.7.2</groupbasedpolicy.project.version>
+    <sfc.version>0.7.2</sfc.version>
   </properties>
 
   <dependencyManagement>
@@ -41,7 +43,7 @@
   </dependencyManagement>
   <dependencies>
     <dependency>
-      <!-- scope is compile so all features (there is only one) are installed 
+      <!-- scope is compile so all features (there is only one) are installed
         into startup.properties and the feature repo itself is not installed -->
       <groupId>org.apache.karaf.features</groupId>
       <artifactId>framework</artifactId>