mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 08:51:01 +02:00
7 lines
192 B
Python
7 lines
192 B
Python
ONOS_VERSION = "2.0.0-SNAPSHOT"
|
|
ONOS_ARTIFACT_BASE = "onos-"
|
|
ONOS_GROUP_ID = "org.onosproject"
|
|
ONOS_ORIGIN = "ONOS Community"
|
|
APP_PREFIX = ONOS_GROUP_ID + "."
|
|
DEFAULT_APP_CATEGORY = "Utility"
|