diff options
author | Lina George <lg941u@att.com> | 2017-10-03 14:18:35 -0400 |
---|---|---|
committer | Lina George <lg941u@att.com> | 2017-10-04 16:27:24 +0000 |
commit | 275ccba3fcd4291182c3d73803bb320f5b08b709 (patch) | |
tree | d4b31e1187ebf18ea6d0325fcab511fc372db6ad /appc-config/appc-encryption-tool/features/src | |
parent | 6790d2d3b3b3c8f0056f0a8aa6c3892085e11ab0 (diff) |
Config pom and feature changes
Issue-ID: APPC-219
Change-Id: I407dd3781edcc6b06c598bc7fa1d57fc024c2648
Signed-off-by: Lina George <lg941u@att.com>
Diffstat (limited to 'appc-config/appc-encryption-tool/features/src')
-rw-r--r-- | appc-config/appc-encryption-tool/features/src/main/resources/features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml index ddb1a8526..6138f53c4 100644 --- a/appc-config/appc-encryption-tool/features/src/main/resources/features.xml +++ b/appc-config/appc-encryption-tool/features/src/main/resources/features.xml @@ -24,7 +24,7 @@ xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> - <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features</repository> + <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository> <feature name='appc-config-encryption-tool' description="Application Controller Encription Tool" version='${project.version}'> |