Bump versions by 0.1.0 for next dev cycle
[vpnservice.git] / fibmanager / fibmanager-impl / pom.xml
index 6995c9ac3083f428243cfb03be01b6cb762bac2b..28b56f2fbacb552834bc0abb9d33035ba55ef3ec 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
@@ -33,8 +33,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vpnservice</groupId>
-      <artifactId>vpnmanager-impl</artifactId>
-      <version>${vpnservices.version}</version>
+      <artifactId>itm-api</artifactId>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vpnservice</groupId>
@@ -43,7 +43,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vpnservice</groupId>
-      <artifactId>nexthopmgr-api</artifactId>
+      <artifactId>idmanager-api</artifactId>
+      <version>${vpnservices.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>interfacemgr-api</artifactId>
       <version>${vpnservices.version}</version>
     </dependency>
     <dependency>