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
diff --git a/install-tutorial.sh b/install-tutorial.sh
index aaccf58..1b24f55 100755
--- a/install-tutorial.sh
+++ b/install-tutorial.sh
@@ -104,7 +104,7 @@
sudo dpkg-reconfigure -f noninteractive wireshark-common
# Get the wireshark dissector handy
-wget -O /home/mininet/openflow.lua "https://gerrit.onosproject.org/gitweb?p=onos-vm.git;a=blob_plain;hb=refs/heads/onos-tutorial-1.1;f=openflow.lua"
+wget -O /home/mininet/openflow.lua "https://gerrit.onosproject.org/gitweb?p=onos-vm.git;a=blob_plain;hb=refs/heads/onos-tutorial-1.6;f=openflow.lua"
# -------------- Install ONOS ----------------
diff --git a/onos-setup.sh b/onos-setup.sh
index 8dde99d..0a5b275 100755
--- a/onos-setup.sh
+++ b/onos-setup.sh
@@ -113,20 +113,10 @@
export KARAF_ROOT=${USER_HOME}/apache-karaf-3.0.5
. ~/onos/tools/dev/bash_profile
-
echo $ONOS_ROOT
cd $ONOS_ROOT && mvn clean install && mvn dependency:go-offline && cd -
-# Get the sample apps and build them for the right version
-git clone https://gerrit.onosproject.org/onos-app-samples
-cd onos-app-samples
-git checkout 52da58b5991049025ce1b599c000357500b00aef
-mvn versions:set -DnewVersion=1.2.1 versions:commit
-mvn clean install
-cd ..
-
-
cat << EOF >> onos/tools/test/cells/3node
export ONOS_NIC=10.0.3.*
export OC1="10.0.3.11"
@@ -147,7 +137,6 @@
cell 3node
-
onos-package
onos-group install -f
onos-wait-for-start $OC1