dependency version update
[openflowplugin.git] / openflowplugin / pom.xml
index ae1ee310a385893550cf1c4b78667fd02f358df8..615e51c6c129d6ec60926c195ffb838da82b81d1 100644 (file)
     <artifactId>openflowplugin</artifactId>
     <packaging>bundle</packaging>
 
-    <properties>
-        <yang.prototype.version>1.0-SNAPSHOT</yang.prototype.version>
-        <yang.version>0.5.9-SNAPSHOT</yang.version>
-    </properties>
-
     <build>
         <plugins>
             <plugin>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal</artifactId>
-            <version>0.7.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal.connection</artifactId>
-            <version>0.1.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller.model</groupId>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-common-util</artifactId>
-            <version>${yang.prototype.version}</version>
         </dependency>
     </dependencies>
 </project>