Fix version in samples/northbound/loadbalancer
[controller.git] / opendaylight / samples / northbound / loadbalancer / pom.xml
index 9dd0f99be6782715deb325db3d70165601e0a44c..d39241757fea07732c7920340fd3fdd5ebf37c7d 100644 (file)
@@ -43,7 +43,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>${bundle.plugin.version}</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
@@ -82,7 +81,7 @@
           <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal</artifactId>
-            <version>0.7.1-SNAPSHOT</version>
+            <version>${sal.version}</version>
           </dependency>
         </dependencies>
       </plugin>