From: Deepthi V V Date: Wed, 8 Jan 2014 16:34:45 +0000 (+0530) Subject: Bug 267: Upgraded maven-bundle-plugin to 2.4.0 X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~132 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=321de7f0da4453d27edabbeb43d003658cf79d0b Bug 267: Upgraded maven-bundle-plugin to 2.4.0 While trying to fetch augmentation code, ClassNotFoundException is thrown for certain classes due to missing imports in Manifest.mf of model bundles. These classes were used as type parameters in Augmentation. maven-bundle-plugin 2.4.0 fixes the issue of missing imports for generics. Signed-off-by: Deepthi V V Change-Id: If917e687a3815ad730a26bd46efbd057bd6e2243 --- diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index 1fc9b50b3f..571e9d8df2 100644 --- a/opendaylight/md-sal/model/pom.xml +++ b/opendaylight/md-sal/model/pom.xml @@ -19,7 +19,7 @@ UTF-8 - 2.3.7 + 2.4.0 @@ -40,7 +40,7 @@ ${project.groupId}.${project.artifactId} - *,org.opendaylight.yangtools.yang.binding.annotations + org.opendaylight.yangtools.yang.binding.annotations, *