Fix race condition in IT
[lispflowmapping.git] / mappingservice / neutron / pom.xml
index 5a870eb0ab464cf305e6b91fb3786635f6332abf..5eb50ed22206ef9c317181ccfcedbc28277b3091 100644 (file)
@@ -4,12 +4,12 @@
        <parent>
                <groupId>org.opendaylight.lispflowmapping</groupId>
                <artifactId>mappingservice-parent</artifactId>
-               <version>1.1.5-SNAPSHOT</version>
+               <version>1.1.11-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
        <artifactId>mappingservice.neutron</artifactId>
-       <version>1.1.5-SNAPSHOT</version>
+       <version>1.1.11-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <scm>
                <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>containermanager</artifactId>
-                       <version>0.5.1</version>
+                       <version>0.5.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>commons.northbound</artifactId>
-                       <version>0.4.1</version>
+                       <version>0.4.2-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>networkconfig.neutron</artifactId>
-                       <version>0.4.1</version>
+                       <version>0.4.2-SNAPSHOT</version>
                </dependency>
        </dependencies>
 </project>