Starting snapshot 1.5.1-SNAPSHOT
diff --git a/utils/stc/bin/stc b/utils/stc/bin/stc
index 865bbc5..1c27e48 100755
--- a/utils/stc/bin/stc
+++ b/utils/stc/bin/stc
@@ -5,7 +5,7 @@
STC_ROOT=${STC_ROOT:-$(dirname $0)/..}
cd $STC_ROOT
-VER=1.5.0
+VER=1.5.1-SNAPSHOT
PATH=$PWD/bin:$PATH
diff --git a/utils/stc/pom.xml b/utils/stc/pom.xml
index 2789c72..1a36af5 100644
--- a/utils/stc/pom.xml
+++ b/utils/stc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onlab-utils</artifactId>
- <version>1.5.0</version>
+ <version>1.5.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>