correcting errors
diff --git a/dist-setup.sh b/dist-setup.sh
index 3ff368d..c32e7e8 100644
--- a/dist-setup.sh
+++ b/dist-setup.sh
@@ -10,14 +10,13 @@
echo "Creating distributed tutorial"
-IDEA_URL=http://download.jetbrains.com/idea/ideaIC-14.0.2.tar.gz
+IDEA_URL=https://download.jetbrains.com/idea/ideaIC-2016.2.2.tar.gz
cd ~
git clone https://github.com/bocon13/onos-byon.git
cd onos-byon
-mvn versions:set -DnewVersion=1.2.1 versions:commit
-sed -i -e s/1.3.0-SNAPSHOT/1.2.1/ pom.xml
+git checkout started-1.6.0
# Pull ONOS code into local repo to compile against
mkdir -p .m2/repository/org