Eliminate karaf.resources.version 18/42818/3
authorRobert Varga <rovarga@cisco.com>
Sat, 30 Jul 2016 11:28:03 +0000 (13:28 +0200)
committerStephen Kitt <skitt@redhat.com>
Wed, 3 Aug 2016 08:22:01 +0000 (08:22 +0000)
This property is only used once, inline it in dependency
declaration.

Change-Id: I618ead3ad2a4232e8f41283ddd68649c78f2601d
Signed-off-by: Robert Varga <rovarga@cisco.com>
karaf/karaf-parent/pom.xml

index 0f91b078b08dde8048c893c9db3d1fa8a744efd4..d2c11e917c0dce8b8524155a591e6028b2e0a4f4 100644 (file)
@@ -19,7 +19,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <properties>
     <branding.version>1.7.0-SNAPSHOT</branding.version>
-    <karaf.resources.version>1.7.0-SNAPSHOT</karaf.resources.version>
     <karaf.localFeature>standard</karaf.localFeature>
     <!--  Karaf Maven plugin 3.0.3 reinstalls already installed
           boot features to container, which could be observed
@@ -89,7 +88,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>opendaylight-karaf-resources</artifactId>
-      <version>${karaf.resources.version}</version>
+      <version>1.7.0-SNAPSHOT</version>
     </dependency>
 
     <!-- Aries Proxy 1.0.5 contains important bug fixes -->