blob: 4fb73b0c2253362fe33832741117e6efd14b55d1 [file] [log] [blame]
ONOS Jenkins User2fdc8ee2019-04-30 20:36:47 +00001ONOS_VERSION = "2.1.1-SNAPSHOT"
Ray Milkey15053f02018-06-13 10:00:45 -07002ONOS_ARTIFACT_BASE = "onos-"
Thomas Vachuskae17756d2018-10-31 15:23:55 -07003ONOS_GROUP_ID = "org.onosproject"
4ONOS_ORIGIN = "ONOS Community"
Ray Milkey15053f02018-06-13 10:00:45 -07005APP_PREFIX = ONOS_GROUP_ID + "."
Thomas Vachuskae17756d2018-10-31 15:23:55 -07006DEFAULT_APP_CATEGORY = "Utility"