Tagging 1.4.0-rc2
Change-Id: I7e2916f7b02d297818ad65153aee5e5946f882ac
diff --git a/utils/stc/bin/stc b/utils/stc/bin/stc
index 241822c..4a84df0 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.4.0-SNAPSHOT
+VER=1.4.0-rc2
PATH=$PWD/bin:$PATH
diff --git a/utils/stc/pom.xml b/utils/stc/pom.xml
index a71dcfe..49bcab2 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.4.0-SNAPSHOT</version>
+ <version>1.4.0-rc2</version>
<relativePath>../pom.xml</relativePath>
</parent>