Starting snapshot 1.6.0-SNAPSHOT
diff --git a/buck-tools/onos_stage.py b/buck-tools/onos_stage.py
index 7c9eaf7..96f153b 100755
--- a/buck-tools/onos_stage.py
+++ b/buck-tools/onos_stage.py
@@ -64,8 +64,8 @@
                                 addFile(output, dest, oar.open(f), f.file_size)
                                 written_files.add(dest)
             elif 'features.xml' in file:
-                dest = BASE + 'apache-karaf-3.0.5/system/org/onosproject/onos-features/1.6.0-rc2/'
-                dest += 'onos-features-1.6.0-rc2-features.xml'
+                dest = BASE + 'apache-karaf-3.0.5/system/org/onosproject/onos-features/1.6.0-SNAPSHOT/'
+                dest += 'onos-features-1.6.0-SNAPSHOT-features.xml'
                 with open(file) as f:
                     addFile(output, dest, f, os.stat(file).st_size)
         addString(output, BASE + 'apps/org.onosproject.drivers/active', '')