mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-04 19:56:49 +02:00
Bumping openflowj version to 0.9.7.onos
Change-Id: I1288d90a22df038ba4ae6d228fa496451ba95c52
This commit is contained in:
parent
4d19ab9398
commit
cd64e899e9
@ -20,7 +20,7 @@
|
||||
<feature>onos-api</feature>
|
||||
<bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
|
||||
|
||||
<bundle>mvn:org.onosproject/openflowj/0.9.6.onos</bundle>
|
||||
<bundle>mvn:org.onosproject/openflowj/0.9.7.onos</bundle>
|
||||
<bundle>mvn:${project.groupId}/onos-of-api/${project.version}</bundle>
|
||||
|
||||
</feature>
|
||||
|
||||
10
lib/BUCK
10
lib/BUCK
@ -1,4 +1,4 @@
|
||||
# ***** This file was auto-generated at Mon Oct 24 14:55:13 PDT 2016. Do not edit this file manually. *****
|
||||
# ***** This file was auto-generated at Thu Oct 27 21:27:03 PDT 2016. Do not edit this file manually. *****
|
||||
osgi_feature_group(
|
||||
name = 'COMPILE',
|
||||
visibility = ['PUBLIC'],
|
||||
@ -826,10 +826,10 @@ remote_jar (
|
||||
|
||||
remote_jar (
|
||||
name = 'openflowj',
|
||||
out = 'openflowj-0.9.6.onos.jar',
|
||||
url = 'mvn:org.onosproject:openflowj:jar:0.9.6.onos',
|
||||
sha1 = '3af3b529871775ba612f6689b2d6460057e17067',
|
||||
maven_coords = 'org.onosproject:openflowj:0.9.6.onos',
|
||||
out = 'openflowj-0.9.7.onos.jar',
|
||||
url = 'mvn:org.onosproject:openflowj:jar:0.9.7.onos',
|
||||
sha1 = '87b7685730283ccf5fb5366f8e576e4cd9b409ca',
|
||||
maven_coords = 'org.onosproject:openflowj:0.9.7.onos',
|
||||
visibility = [ 'PUBLIC' ],
|
||||
)
|
||||
|
||||
|
||||
@ -163,7 +163,7 @@
|
||||
"catalyst-netty": "mvn:io.atomix.catalyst:catalyst-netty:1.1.1",
|
||||
"catalyst-transport": "mvn:io.atomix.catalyst:catalyst-transport:1.1.1",
|
||||
"objenesis": "mvn:org.objenesis:objenesis:2.2",
|
||||
"openflowj": "mvn:org.onosproject:openflowj:0.9.6.onos",
|
||||
"openflowj": "mvn:org.onosproject:openflowj:0.9.7.onos",
|
||||
"org.apache.felix.scr": "mvn:org.apache.felix:org.apache.felix.scr:1.8.2",
|
||||
"org.apache.felix.scr.annotations": "mvn:org.apache.felix:org.apache.felix.scr.annotations:1.9.12",
|
||||
"org.apache.karaf.features.core": "mvn:org.apache.karaf.features:org.apache.karaf.features.core:3.0.5",
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<onos-build-conf.version>1.3</onos-build-conf.version>
|
||||
<netty4.version>4.0.40.Final</netty4.version>
|
||||
<openflowj.version>0.9.6.onos</openflowj.version>
|
||||
<openflowj.version>0.9.7.onos</openflowj.version>
|
||||
<onos-maven-plugin.version>1.10</onos-maven-plugin.version>
|
||||
<osgi.version>5.0.0</osgi.version>
|
||||
<karaf.version>3.0.5</karaf.version>
|
||||
|
||||
@ -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.6.onos</bundle>
|
||||
<bundle>mvn:org.onosproject/openflowj/0.9.7.onos</bundle>
|
||||
<bundle>mvn:${project.groupId}/onos-of-api/${project.version}</bundle>
|
||||
<bundle>mvn:${project.groupId}/onos-of-ctl/${project.version}</bundle>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user