Remove 2.2 branch from LTS
Change-Id: I81be74f97491c2df0bf6e034cb7d92d11468b003
diff --git a/TestON/JenkinsFile/dependencies/branches.json b/TestON/JenkinsFile/dependencies/branches.json
index c00d94f..e03ba04 100644
--- a/TestON/JenkinsFile/dependencies/branches.json
+++ b/TestON/JenkinsFile/dependencies/branches.json
@@ -1,7 +1,7 @@
{
"latest_branches": {
"onos-LTS1": "2.5",
- "onos-LTS2": "2.2"
+ "onos-LTS2": "2.5"
},
"support_branches": {
"onos-1.sb1": "1.12",
@@ -10,8 +10,9 @@
"onos-1.sb4": "1.15",
"onos-2.sb1": "2.0",
"onos-2.sb2": "2.1",
- "onos-2.sb3": "2.3",
- "onos-2.sb4": "2.4",
- "onos-2.sb5": "2.6"
+ "onos-2.sb3": "2.2",
+ "onos-2.sb4": "2.3",
+ "onos-2.sb5": "2.4",
+ "onos-2.sb6": "2.6"
}
}