remove <version>${genius.version} from GAV
authorMichael Vorburger <vorburger@redhat.com>
Thu, 24 May 2018 12:26:52 +0000 (14:26 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 24 May 2018 12:26:52 +0000 (14:26 +0200)
because this is inherited from <parent> and avoid this:

[WARNING] Some problems were encountered while building the effective model for org.opendaylight.genius:interfacemanager-shell:bundle:0.4.2-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ org.opendaylight.genius:interfacemanager-shell:${genius.version}, /w/workspace/integration-multipatch-test-fluorine/patch_tester/genius/interfacemanager/interfacemanager-shell/pom.xml, line 22, column 14

Change-Id: Ibb8b91b06ef63fb8292e02503b4c711069650e1b
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
shell/pom.xml

index 6327ba30772006fdc61f7c7b09bee39b4d6f5f98..c8652ddb6389bbe828a7203e20e763274344d16c 100644 (file)
@@ -18,7 +18,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>srm-shell</artifactId>
-  <version>${genius.version}</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->