Skip to content

Commit 2f8c56f

Browse files
---
yaml --- r: 4309 b: refs/heads/gcs-nio c: f27b5c3 h: refs/heads/master i: 4307: 7b25185
1 parent 8d20a6b commit 2f8c56f

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ refs/tags/v0.0.12: 2fd8066e891fb3dfea69b65f6bf6461db79342b9
1111
refs/heads/compute-alpha: 969cba2627f1d53d352cc4a5ffe0879dacf65e6c
1212
refs/heads/dns-alpha: 2f90e7e338349287ace33375896907af0f032ca1
1313
refs/heads/dns-alpha-batch: 17442b07867021b85d0452f5f3eda29a3413288f
14-
refs/heads/gcs-nio: 25eaa092acde85f4bf81c03cccddf6f6cade4a99
14+
refs/heads/gcs-nio: f27b5c34ef785533bc32e7c6c56e14d15aa5e9cf
1515
refs/heads/logging-alpha: db5312bffa7fccac194f6a7feb8cc3066de16aff
1616
refs/tags/v0.1.0: a615317f7424ed58621b1f65d5c4d8cbbe8a6ed8
1717
refs/tags/v0.1.1: 7a7f6985fe465e9dd6a075af55493f42b4933be0

branches/gcs-nio/gcloud-java-examples/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Examples for gcloud-java (Java idiomatic client for [Google Cloud Platform][clou
99
[![Codacy Badge](https://api.codacy.com/project/badge/grade/9da006ad7c3a4fe1abd142e77c003917)](https://www.codacy.com/app/mziccard/gcloud-java)
1010
[![Dependency Status](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969/badge.svg?style=flat)](https://www.versioneye.com/user/projects/56bd8ee72a29ed002d2b0969)
1111

12-
- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/)
13-
- [Examples] (http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/cloud/examples/package-summary.html)
12+
- [Homepage](https://googlecloudplatform.github.io/gcloud-java/)
13+
- [Examples](http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/cloud/examples/package-summary.html)
1414

1515
Quickstart
1616
----------
@@ -37,8 +37,8 @@ To run examples from your command line:
3737

3838
2. Set your current project using `gcloud config set project PROJECT_ID`. This step is not necessary for `ResourceManagerExample`.
3939

40-
3. Compile using Maven: `mvn install -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true` in command line from your base project directory
41-
then `cd gcloud-java-examples` and finally `mvn package appassembler:assemble -DskipTests -Dmaven.javadoc.skip=true -Dmaven.source.skip=true`.
40+
3. Compile using Maven: `mvn install -DskipTests` in command line from your base project directory
41+
then `cd gcloud-java-examples` and finally `mvn package appassembler:assemble -DskipTests`.
4242

4343
4. Run an example from the command line using the Maven-generated scripts.
4444

@@ -70,6 +70,7 @@ To run examples from your command line:
7070
target/appassembler/bin/DatastoreExample your-project-id my_name add my\ comment
7171
target/appassembler/bin/DatastoreExample your-project-id my_name display
7272
target/appassembler/bin/DatastoreExample your-project-id my_name delete
73+
```
7374
7475
* Here's an example run of `DnsExample`.
7576
@@ -136,7 +137,7 @@ Java 7 or above is required for using this client.
136137
Versioning
137138
----------
138139
139-
This library follows [Semantic Versioning] (http://semver.org/).
140+
This library follows [Semantic Versioning](http://semver.org/).
140141
141142
It is currently in major version zero (``0.y.z``), which means that anything
142143
may change at any time and the public API should not be considered

0 commit comments

Comments
 (0)