Bump up openflowj version to 0.9.5 in features.xml files

Change-Id: Iefeee8771fcbc0a35c6cdc2e128802f324f572d6
This commit is contained in:
Jimmy Yan 2016-08-10 12:27:07 -07:00 committed by Gerrit Code Review
parent 097c8f5bb1
commit a010ebc099
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<feature>onos-api</feature>
<bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
<bundle>mvn:org.onosproject/openflowj/0.9.4.onos</bundle>
<bundle>mvn:org.onosproject/openflowj/0.9.5.onos</bundle>
<bundle>mvn:${project.groupId}/onos-of-api/${project.version}</bundle>
</feature>
</features>

View File

@ -18,7 +18,7 @@
<feature name="${project.artifactId}" version="${project.version}"
description="${project.description}">
<feature>onos-api</feature>
<bundle>mvn:org.onosproject/openflowj/0.9.4.onos</bundle>
<bundle>mvn:org.onosproject/openflowj/0.9.5.onos</bundle>
<bundle>mvn:${project.groupId}/onos-of-api/${project.version}</bundle>
<bundle>mvn:${project.groupId}/onos-of-ctl/${project.version}</bundle>