blob: f17947bf4b6cf3dcbe5d75f2890b6140bc7fae2c [file] [log] [blame]
Ray Milkey74f589e2020-12-01 11:30:38 -08001ONOS_VERSION = "2.6.0-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"
Carmelo Cascone27b97122019-11-12 10:34:05 -08007DEFAULT_JAVA_VERSION = "11"