Use 0.4.1 which cleans up depedencies between affinity metadata
authorSuchi Raman <suchi.raman@plexxi.com>
Tue, 7 Jan 2014 14:33:34 +0000 (09:33 -0500)
committerSuchi Raman <suchi.raman@plexxi.com>
Tue, 7 Jan 2014 14:33:34 +0000 (09:33 -0500)
service and the flatl2 service (which is used for
connectivity/forwarding). This fix is not complete -- what is
remaining is a way to use flatl2 only when configured to do so.

Signed-off-by: Suchi Raman <suchi.raman@plexxi.com>
distributions/virtualization/pom.xml

index 65859b89b5b5fb8466b41204ecdf7c71b95fb427..96d49af78cc3068f067d9ca73660bf98b4939e08 100644 (file)
@@ -94,50 +94,49 @@ http://maven.apache.org/maven-v4_0_0.xsd">
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
       <artifactId>affinity</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
       <artifactId>affinity.implementation</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
       <artifactId>affinity.northbound</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
-      <artifactId>l2agent</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <artifactId>flatl2</artifactId>
+      <version>0.4.1-SNAPSHOT</version>
     </dependency>
 
-    <!--
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
-      <artifactId>model-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <artifactId>l2agent</artifactId>
+      <version>0.4.1-SNAPSHOT</version>
     </dependency>
-    -->
+
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
       <artifactId>analytics</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
       <artifactId>analytics.implementation</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.1-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>org.opendaylight.affinity</groupId>
       <artifactId>analytics.northbound</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.4.1-SNAPSHOT</version>
     </dependency>
 
     <!-- opendove -->