Changing version to back to snapshot 1.3.0-SNAPSHOT

Change-Id: I05bc4669bf3ad2a149cee5d303da42bf8ffd14e8
diff --git a/utils/jdvue/bin/jdvue b/utils/jdvue/bin/jdvue
index 0af4544..86adfb4 100755
--- a/utils/jdvue/bin/jdvue
+++ b/utils/jdvue/bin/jdvue
@@ -8,7 +8,7 @@
 
 JDVUE_ROOT=${JDVUE_ROOT:-$(dirname $0)/..}
 cd $JDVUE_ROOT
-VER=1.3.0-rc1
+VER=1.3.0-SNAPSHOT
 JAR=$PWD/target/jdvue-${VER}.jar # start with the dev jar first
 cd - >/dev/null
 
diff --git a/utils/jdvue/pom.xml b/utils/jdvue/pom.xml
index bfdfd16..3399a8a 100644
--- a/utils/jdvue/pom.xml
+++ b/utils/jdvue/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onlab-utils</artifactId>
-        <version>1.3.0-rc1</version>
+        <version>1.3.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>