From 5415d82bc9d5ead4474feb2bd0c37dd4a4b15dd3 Mon Sep 17 00:00:00 2001 From: Mathieu Lemay Date: Fri, 13 Jun 2014 15:03:01 -0400 Subject: [PATCH] Fixed yangtools feature repo, bug with base and lang3 property version Change-Id: Ibd5095501b0f9fbe585ad1c6389e0385448f9321 Signed-off-by: Mathieu Lemay Signed-off-by: Ed Warnicke --- features/base/src/main/resources/features.xml | 2 +- opendaylight/commons/opendaylight/pom.xml | 5 +++-- opendaylight/distribution/opendaylight-karaf/pom.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/features/base/src/main/resources/features.xml b/features/base/src/main/resources/features.xml index 5677ab66d0..dd6eec8222 100644 --- a/features/base/src/main/resources/features.xml +++ b/features/base/src/main/resources/features.xml @@ -73,7 +73,7 @@ mvn:org.javassist/javassist/${javassist.version} mvn:commons-io/commons-io/${commons.io.version} mvn:commons-codec/commons-codec/${commons.codec.version} - mvn:org.apache.commons/commons-lang3/${commons.lang.version} + mvn:org.apache.commons/commons-lang3/${commons.lang3.version} mvn:commons-net/commons-net/${commons.net.version} diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 990276468b..d6ec2e3272 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -20,8 +20,8 @@ 0.4.2-SNAPSHOT 0.0.1-SNAPSHOT 1.1.0 - 0.5.2-SNAPSHOT + 0.5.2-SNAPSHOT 4.1 @@ -50,6 +50,7 @@ 7.0.32.v201211201952 7.0.32.v201211081135 3.1 + 3.1 0.0.2-SNAPSHOT 3.0.1 0.1.2-SNAPSHOT @@ -615,7 +616,7 @@ org.apache.commons commons-lang3 - ${commons.lang.version} + ${commons.lang3.version} org.apache.felix diff --git a/opendaylight/distribution/opendaylight-karaf/pom.xml b/opendaylight/distribution/opendaylight-karaf/pom.xml index 6a6a12d1de..7970b3aa00 100644 --- a/opendaylight/distribution/opendaylight-karaf/pom.xml +++ b/opendaylight/distribution/opendaylight-karaf/pom.xml @@ -82,7 +82,7 @@ org.opendaylight.yangtools - features-file + features-yangtools ${yangtools.version} features xml -- 2.36.6