ONOS Jenkins User | 961dbde | 2019-04-12 21:52:16 +0000 | [diff] [blame] | 1 | ONOS_VERSION = "2.1.0-SNAPSHOT" |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 2 | ONOS_ARTIFACT_BASE = "onos-" |
Thomas Vachuska | e17756d | 2018-10-31 15:23:55 -0700 | [diff] [blame] | 3 | ONOS_GROUP_ID = "org.onosproject" |
| 4 | ONOS_ORIGIN = "ONOS Community" |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 5 | APP_PREFIX = ONOS_GROUP_ID + "." |
Thomas Vachuska | e17756d | 2018-10-31 15:23:55 -0700 | [diff] [blame] | 6 | DEFAULT_APP_CATEGORY = "Utility" |
Carmelo Cascone | bde9beb | 2019-02-08 14:40:56 -0800 | [diff] [blame] | 7 | |
| 8 | GRPC_JAVA_VERSION = "1.18.0" |
| 9 | PROTOBUF_VERSION = "3.6.1.3" |