Fixed the error bundle name in features.xml 93/18393/1
authorEmiapwil (Gao Kai) <gaok12@mails.tsinghua.edu.cn>
Thu, 16 Apr 2015 04:50:20 +0000 (12:50 +0800)
committerEmiapwil (Gao Kai) <gaok12@mails.tsinghua.edu.cn>
Thu, 16 Apr 2015 04:50:20 +0000 (12:50 +0800)
Change-Id: Ie8ba386f2a50727cf83090210dd7016e1f8c95a7
Signed-off-by: Emiapwil (Gao Kai) <gaok12@mails.tsinghua.edu.cn>
features/src/main/resources/features.xml

index 8197d3ad39592029f99a16073f12221c13a882e7..609138828be215c87c396ca144338f641ba675ca 100644 (file)
@@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <feature name='odl-alto-commons' version='${project.version}' description='OpenDaylight :: alto :: utils'>
     <feature version='${project.version}'>odl-alto-model</feature>
     <feature version='${jackson.version}'>odl-base-jackson</feature>
-    <bundle>mvn:org.opendaylight.alto/commons/${project.version}</bundle>
+    <bundle>mvn:org.opendaylight.alto/alto-commons/${project.version}</bundle>
   </feature>
 
   <feature name='odl-alto-provider' version='${project.version}' description='OpenDaylight :: alto :: Provider'>