mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-12-18 15:51:29 +01:00
7 lines
193 B
Python
7 lines
193 B
Python
ONOS_ORIGIN = "ONOS Community"
|
|
ONOS_GROUP_ID = "org.onosproject"
|
|
ONOS_VERSION = "1.14.0-SNAPSHOT"
|
|
DEFAULT_APP_CATEGORY = "Utility"
|
|
ONOS_ARTIFACT_BASE = "onos-"
|
|
APP_PREFIX = ONOS_GROUP_ID + "."
|