mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
By publishing the repackaged grpc and protobuf artifacts Change-Id: Ib3af7dba4f64948132aa70be31922de61d6f6ab2
7 lines
192 B
Python
7 lines
192 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"
|