Fixing local_jar stuff to work with runtime.

Change-Id: I3209167bc9660c6cd2e80521e3edd96b479bba71
Note: There's still a small cosmetic glitch in that the jars still get included under the original version; internally they are the new version though and OSGi recognizes them as such.
(cherry picked from commit 6a17acd1cb91d48078cc5015e562e3ef65a9f1ad)
diff --git a/WORKSPACE b/WORKSPACE
index a3d108d..723f0ac 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -9,13 +9,13 @@
 # Use this to build against locally built arbitrary 3rd party artifacts
 #local_jar(
 #    name = "atomix",
-#    path = "/users/tom/atomix/core/target/atomix-3.0.1-SNAPSHOT.jar",
+#    path = "/Users/tom/atomix/core/target/atomix-3.0.8-SNAPSHOT.jar",
 #)
 
 # Use this to build against locally built Atomix
 #local_atomix(
-#    path = "/users/tom/atomix",
-#    version = "3.0.1-SNAPSHOT",
+#    path = "/Users/tom/atomix",
+#    version = "3.0.8-SNAPSHOT",
 #)
 
 load("//tools/build/bazel:generate_workspace.bzl", "generated_maven_jars")