Removing all references to "stubby"
diff --git a/build.gradle b/build.gradle
index 5bb44ea..f4c9860 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@
     apply plugin: "maven"
     apply plugin: "idea"
 
-    group = "com.google.net.stubby"
+    group = "io.grpc"
     version = "0.1.0-SNAPSHOT"
 
     sourceCompatibility = 1.6