Remove hardcoded karaf version from IT
[lispflowmapping.git] / mappingservice / integrationtest / src / test / java / org / opendaylight / lispflowmapping / integrationtest / MappingServiceIntegrationTest.java
index 64b35e032dac1d507764a9133db3b81a579dfc4b..d73ea09a51d386122b314705d58f08b3090df286 100644 (file)
@@ -157,13 +157,12 @@ public class MappingServiceIntegrationTest extends AbstractMdsalTestBase {
     }
 
     // This is temporary, since the properties in the pom file are not picked up
-    // .versionAsInProject() doesn't work here, and this makes version bumping difficult
     @Override
     public String getKarafDistro() {
         return maven()
                 .groupId("org.opendaylight.lispflowmapping")
                 .artifactId("distribution-karaf")
-                .version("1.3.0-SNAPSHOT")
+                .versionAsInProject()
                 .type("zip")
                 .getURL();
     }