Updated version of VTN for virt edition.
authorHideyuki Tai <h-tai@cd.jp.nec.com>
Wed, 11 Jun 2014 02:41:59 +0000 (22:41 -0400)
committerHideyuki Tai <h-tai@cd.jp.nec.com>
Wed, 11 Jun 2014 07:27:29 +0000 (03:27 -0400)
This patch updated pom.xml of virtualization edition to use new version
of artifacts of VTN project.
 - VTN Coordinator: 5.1.1.0
 - VTN Manager    : 0.2.0

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

index 650cac12ab7fe2d508ea8cc032a223387b2d9fdd..d3697221cae0497ea36751286f7d8104d4578abb 100644 (file)
@@ -41,34 +41,34 @@ see https://git.opendaylight.org/gerrit/#/c/390/
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>manager</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>manager.implementation</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>manager.neutron</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>manager.northbound</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>distribution.vtn-coordinator</artifactId>
-      <version>5.1.0.0-SNAPSHOT</version>
+      <version>5.1.1.0-SNAPSHOT</version>
       <type>tar.bz2</type>
       <classifier>bin</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.vtn</groupId>
       <artifactId>distribution.vtn-coordinator</artifactId>
-      <version>5.1.0.0-SNAPSHOT</version>
+      <version>5.1.1.0-SNAPSHOT</version>
       <type>txt</type>
       <classifier>README</classifier>
     </dependency>