Update opendove artifacts in virtualization pom
authorrmoats <rmoats@us.ibm.com>
Mon, 13 Jan 2014 15:58:58 +0000 (09:58 -0600)
committerrmoats <rmoats@us.ibm.com>
Mon, 13 Jan 2014 15:58:58 +0000 (09:58 -0600)
After fixing bug 243, opendove artifact versions numbers were bumped.
Reflect this in virtualization pom and remove deprecated artifact.

Change-Id: Ia49e91aaca558ffc27de11a55665a894d7e44f96
Signed-off-by: rmoats <rmoats@us.ibm.com>
distributions/virtualization/pom.xml

index 96d49af78cc3068f067d9ca73660bf98b4939e08..ee4675397ddfa486ec8f82833ca7ea4a05a7a0fd 100644 (file)
@@ -144,37 +144,32 @@ http://maven.apache.org/maven-v4_0_0.xsd">
     <dependency>
       <groupId>org.opendaylight.opendove</groupId>
       <artifactId>odmc</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.opendove</groupId>
       <artifactId>odmc.implementation</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.opendove</groupId>
       <artifactId>odmc.rest</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.opendaylight.opendove</groupId>
-      <artifactId>odmc.northbound</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
-    </dependency>
 
     <dependency>
       <groupId>org.opendaylight.opendove</groupId>
       <artifactId>odmc.rest.northbound</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.opendove</groupId>
       <artifactId>odmc.rest.southbound</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.5.0-SNAPSHOT</version>
     </dependency>
 
   </dependencies>