Remove controller.mdsal.version 17/82717/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jun 2019 10:35:12 +0000 (12:35 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 25 Jun 2019 12:22:09 +0000 (14:22 +0200)
This property is only used for imports, remove it in favor of
inlining the version into import.

Change-Id: If2405635464d530e52f5108f975d14f9659b6226
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
commons/binding-parent/pom.xml

index 9856d2e6fec67fa4b8142fb763cf868cc1cd631c..8d2b3e30561fca71cd674375773f562742dafeed 100644 (file)
@@ -24,7 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <name>ODL :: genius :: ${project.artifactId}</name>
 
   <properties>
-    <controller.mdsal.version>1.10.0-SNAPSHOT</controller.mdsal.version>
     <openflowplugin.version>0.9.0-SNAPSHOT</openflowplugin.version>
     <genius.ovsdb.version>1.9.0-SNAPSHOT</genius.ovsdb.version>
     <genius.infrautils.version>1.6.0-SNAPSHOT</genius.infrautils.version>
@@ -35,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-artifacts</artifactId>
-        <version>${controller.mdsal.version}</version>
+        <version>1.10.0-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>