Remove Genius version properties
authorStephen Kitt <skitt@redhat.com>
Thu, 7 Jun 2018 11:38:05 +0000 (13:38 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 7 Jun 2018 13:11:35 +0000 (13:11 +0000)
This avoids the temptation of using them for parents.

Change-Id: I1753fa760a46fd14da5c907a7aa0bfbb2f08d19a
Signed-off-by: Stephen Kitt <skitt@redhat.com>
shell/pom.xml

index c8652ddb6389bbe828a7203e20e763274344d16c..6524cc6d51f28c63c1f75d6b2a035f47140e8440 100644 (file)
@@ -27,12 +27,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.genius</groupId>
       <artifactId>srm-api</artifactId>
-      <version>${genius.version}</version>
+      <version>${project.version}</version>
     </dependency>
     <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>sal-binding-api</artifactId>
-        <version>${controller.mdsal.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.karaf.shell</groupId>