Release Carbon
[unimgr.git] / ovs-driver / pom.xml
old mode 100644 (file)
new mode 100755 (executable)
index d6db016..f646bac
@@ -6,21 +6,24 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.1-Carbon</version>
         <relativePath/>
     </parent>
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
         <powermock.version>1.6.4</powermock.version>
-        <openflow.version>0.3.0-Boron</openflow.version>
+        <openflow.version>0.4.1-Carbon</openflow.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>ovs-driver</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.1-Carbon</version>
     <packaging>bundle</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 :: unimgr :: ${project.artifactId}</name>
 
     <build>
         <plugins>
             <version>${project.version}</version>
         </dependency>
 
-        <!-- dependencies to use AbstractDataBrokerTest -->
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-        </dependency>
-
         <!-- Testing Dependencies -->
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <version>${openflow.version}</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>