Release Carbon
[unimgr.git] / impl / pom.xml
index 2faed65e2d11f0358b4d732b27e9b41e4c322447..8aa0a933292e4a622021bbb31e49e16e23b18b0a 100644 (file)
@@ -12,19 +12,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.1-Carbon</version>
         <relativePath/>
     </parent>
 
     <properties>
-        <ovsdb.version>1.3.0-SNAPSHOT</ovsdb.version>
+        <ovsdb.version>1.4.1-Carbon</ovsdb.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-impl</artifactId>
-    <version>0.1.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>
             <plugin>
@@ -35,16 +38,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
                     <target>1.8</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <version>3.0.2</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>test-jar</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        <Import-Package>*</Import-Package>
                         <Export-Package>
                             org.opendaylight.unimgr.mef.nrp.common,
                             org.opendaylight.unimgr.mef.nrp.api,
-                            org.opendaylight.unimgr.api
+                            org.opendaylight.unimgr.api,
+                            org.opendaylight.unimgr.utils
                         </Export-Package>
                     </instructions>
                 </configuration>
@@ -58,6 +73,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <artifactId>unimgr-api</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>unimgr-presto-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <!--     OVSDB dependency -->
         <dependency>
@@ -69,7 +89,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>netconf-topology</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.2.1-Carbon</version>
+        </dependency>
+
+        <!-- dependencies to use AbstractDataBrokerTest -->
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
         </dependency>
 
         <!-- Testing Dependencies -->
@@ -81,7 +114,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
         <dependency>
             <groupId>org.mockito</groupId>
-            <artifactId>mockito-all</artifactId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>