mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-01 16:51:28 +01:00
10 lines
251 B
Python
10 lines
251 B
Python
ONOS_VERSION = "2.2.0-SNAPSHOT"
|
|
ONOS_ARTIFACT_BASE = "onos-"
|
|
ONOS_GROUP_ID = "org.onosproject"
|
|
ONOS_ORIGIN = "ONOS Community"
|
|
APP_PREFIX = ONOS_GROUP_ID + "."
|
|
DEFAULT_APP_CATEGORY = "Utility"
|
|
|
|
GRPC_JAVA_VERSION = "1.18.0"
|
|
PROTOBUF_VERSION = "3.6.1.3"
|