diff --git a/README.md b/README.md
index 850193ae58c9..b15c777bf88d 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,8 @@ Example Applications
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/DatastoreExample.html).
- [`ResourceManagerExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/ResourceManagerExample.java) - A simple command line interface providing some of Cloud Resource Manager's functionality
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/ResourceManagerExample.html).
-- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managedvms/sparkjava) - An example of using gcloud-java-datastore from within the SparkJava and App Engine Managed VM frameworks.
- - Read about how it works on the example's [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managedvms/sparkjava#how-does-it-work).
+- [`SparkDemo`](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/managed_vms/sparkjava) - An example of using gcloud-java-datastore from within the SparkJava and App Engine Managed VM frameworks.
+ - Read about how it works on the example's [README page](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava#how-does-it-work).
- [`StorageExample`](https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/gcloud-java-examples/src/main/java/com/google/gcloud/examples/StorageExample.java) - A simple command line interface providing some of Cloud Storage's functionality
- Read more about using this application on the [`gcloud-java-examples` docs page](http://googlecloudplatform.github.io/gcloud-java/apidocs/?com/google/gcloud/examples/StorageExample.html).
diff --git a/pom.xml b/pom.xml
index 2d1bfb1e0a74..0084fd53d74f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,24 @@
Java idiomatic client for Google Cloud Platform services.
+
+ derka
+ Martin Derka
+ derka@google.com
+ Google
+
+ Developer
+
+
+
+ ajaykannan
+ Ajay Kannan
+ ajaykannan@google.com
+ Google
+
+ Developer
+
+
ozarov
Arie Ozarov
@@ -20,6 +38,15 @@
Developer
+
+ mziccardi
+ Marco Ziccardi
+ mziccardi@google.com
+ Google
+
+ Developer
+
+
Google
diff --git a/src/site/resources/index.html b/src/site/resources/index.html
index 8f40cfbcd97e..0e0933e7b68c 100644
--- a/src/site/resources/index.html
+++ b/src/site/resources/index.html
@@ -178,8 +178,10 @@ Examples
-
-
SparkJava demo - Use gcloud-java with App Engine Managed VMs, Datastore, and SparkJava.
+ SparkJava demo - Uses gcloud-java with App Engine Managed VMs, Datastore, and SparkJava.
+ -
+
Bookshelf - An App Engine app that manages a virtual bookshelf using gcloud-java libraries for Datastore and Storage.