blob: 2576c00fce802714a2fefdfee3eb80bb1690f32e [file] [log] [blame]
Thomas Vachuska1251e632017-07-31 15:03:40 -07001ONOS_ORIGIN = 'ONOS Community'
Brian O'Connor338bc0c2016-09-16 00:05:50 -07002ONOS_GROUP_ID = 'org.onosproject'
ONOS Jenkins User148a3472018-06-15 16:28:08 +00003ONOS_VERSION = '1.13.2-rc1'
Brian O'Connor338bc0c2016-09-16 00:05:50 -07004DEFAULT_APP_CATEGORY = 'Utility'
5ONOS_ARTIFACT_BASE = 'onos-'
6APP_PREFIX = ONOS_GROUP_ID + '.'
7
8include_defs('//modules.defs')