Starting snapshot 1.15.0-SNAPSHOT
Change-Id: I9239c7695f7faf6dc184a0ff54a34dedf4761b2d
diff --git a/tools/build/onos-prepare-sonar b/tools/build/onos-prepare-sonar
index 8caac59..75946ab 100755
--- a/tools/build/onos-prepare-sonar
+++ b/tools/build/onos-prepare-sonar
@@ -12,7 +12,7 @@
from subprocess import call, check_call, check_output
# FIXME pull the version from the Buck version file
-ONOS_VERSION='1.14.0-SNAPSHOT'
+ONOS_VERSION='1.15.0-SNAPSHOT'
# SonarQube property file name and template
FILE_NAME = 'sonar-project.properties'