Updates to buck publish scripts

Change-Id: Ibdeae8d7a44e7f1230ebdba2e754da415fd5ffcf
diff --git a/tools/build/buck-publish-api b/tools/build/buck-publish-api
index e319395..e27f1d0 100755
--- a/tools/build/buck-publish-api
+++ b/tools/build/buck-publish-api
@@ -35,7 +35,7 @@
 BUCK_API_URL="$MVN_REPO/org/onosproject/buck-api/0.1-SNAPSHOT/buck-api-$SNAPSHOT_VERSION.jar"
 echo $BUCK_API_URL
 
-BUCK_API_SHA=$(shasum buck-out/gen/src/com/facebook/buck/cli/main-fixed/main-fixed.jar | cut -d' ' -f1)
+BUCK_API_SHA=$(shasum buck/buck-out/gen/src/com/facebook/buck/cli/main-fixed/main-fixed.jar | cut -d' ' -f1)
 echo $BUCK_API_SHA
 
 pushd onos
@@ -51,6 +51,6 @@
 
 echo
 echo "Please build and verify the ONOS Buck plugin and the Yang tools plugin:"
-echo "  cd onos; buck build //tools/build/buck-plugin:onosjar"
+echo "  cd onos; buck build //tools/build/buck-plugin:onos"
 echo "  cd onos-yang-tools; mvn clean package"
-echo "You should commit and push any required changes."
\ No newline at end of file
+echo "You should commit and push any required changes."
diff --git a/tools/build/buck-publish-setup b/tools/build/buck-publish-setup
index 25e360a..b56575f 100755
--- a/tools/build/buck-publish-setup
+++ b/tools/build/buck-publish-setup
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-BUCK_REF="10-11-2016"
+BUCK_REF="11-11-2016"
 ONOS_REF="master"
 YANG_REF="master"