Updated versions of ovsdb for base edition.
authorHideyuki Tai <h-tai@cd.jp.nec.com>
Fri, 21 Feb 2014 02:55:54 +0000 (21:55 -0500)
committerHideyuki Tai <h-tai@cd.jp.nec.com>
Fri, 21 Feb 2014 02:55:54 +0000 (21:55 -0500)
This patch updated pom.xml of base edition to use new versions of
ovsdb bundles.

Change-Id: I2a8362a041a0c8eebddfc03f2fe4604dcaa8151d
Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
distributions/base/pom.xml

index 6f56beac7fe84197fe159d0ac62e96190bd81fce..babb4ceec9c34f7061d722978baa51f7f017b2ca 100644 (file)
@@ -28,12 +28,12 @@ see https://git.opendaylight.org/gerrit/#/c/390/
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>ovsdb</artifactId>
-      <version>0.5.0</version>
+      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>ovsdb.northbound</artifactId>
-      <version>0.5.0</version>
+      <version>0.5.1-SNAPSHOT</version>
     </dependency>
     
     <!-- openflowplugin -->