Skip to content

Commit 5b7a456

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 6117 b: refs/heads/tswast-patch-1 c: 075e1a5 h: refs/heads/master i: 6115: da2bc77
1 parent 73945ef commit 5b7a456

15 files changed

Lines changed: 15 additions & 22 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 77563606992117ab43cfea96fb20a7e28b135a6d
60+
refs/heads/tswast-patch-1: 075e1a58711a1c8706ac60f85a351743dcee7a12
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ then you'll need to sign a [corporate CLA][corpcla].
4545
You can sign these electronically (just scroll to the bottom). After that,
4646
we'll be able to accept your pull requests.
4747

48-
## Code of Conduct
49-
50-
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
51-
5248
[gcloudcli]: https://developers.google.com/cloud/sdk/gcloud/
5349
[indvcla]: https://developers.google.com/open-source/cla/individual
5450
[corpcla]: https://developers.google.com/open-source/cla/corporate
55-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CODE_OF_CONDUCT.md

branches/tswast-patch-1/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add this to your pom.xml file
2929
<dependency>
3030
<groupId>com.google.gcloud</groupId>
3131
<artifactId>gcloud-java</artifactId>
32-
<version>0.0.6</version>
32+
<version>0.0.7</version>
3333
</dependency>
3434
```
3535

@@ -93,8 +93,6 @@ Contributions to this library are always welcome and highly encouraged.
9393

9494
See [CONTRIBUTING] for more information on how to get started.
9595

96-
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
97-
9896
Java Versions
9997
-------------
10098

@@ -116,7 +114,6 @@ Apache 2.0 - See [LICENSE] for more information.
116114

117115

118116
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md
119-
[code-of-conduct]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CODE_OF_CONDUCT.md
120117
[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE
121118
[cloud-platform]: https://cloud.google.com/
122119
[cloud-datastore]: https://cloud.google.com/datastore/docs

branches/tswast-patch-1/gcloud-java-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add this to your pom.xml file
1919
<dependency>
2020
<groupId>com.google.gcloud</groupId>
2121
<artifactId>gcloud-java-core</artifactId>
22-
<version>0.0.6</version>
22+
<version>0.0.7</version>
2323
</dependency>
2424
```
2525

branches/tswast-patch-1/gcloud-java-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.gcloud</groupId>
1313
<artifactId>gcloud-java-pom</artifactId>
14-
<version>0.0.7-SNAPSHOT</version>
14+
<version>0.0.8-SNAPSHOT</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

branches/tswast-patch-1/gcloud-java-datastore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add this to your pom.xml file
2323
<dependency>
2424
<groupId>com.google.gcloud</groupId>
2525
<artifactId>gcloud-java-datastore</artifactId>
26-
<version>0.0.6</version>
26+
<version>0.0.7</version>
2727
</dependency>
2828
```
2929

branches/tswast-patch-1/gcloud-java-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.gcloud</groupId>
1313
<artifactId>gcloud-java-pom</artifactId>
14-
<version>0.0.7-SNAPSHOT</version>
14+
<version>0.0.8-SNAPSHOT</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

branches/tswast-patch-1/gcloud-java-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add this to your pom.xml file
1818
<dependency>
1919
<groupId>com.google.gcloud</groupId>
2020
<artifactId>gcloud-java-examples</artifactId>
21-
<version>0.0.6</version>
21+
<version>0.0.7</version>
2222
</dependency>
2323
```
2424

branches/tswast-patch-1/gcloud-java-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.google.gcloud</groupId>
1313
<artifactId>gcloud-java-pom</artifactId>
14-
<version>0.0.7-SNAPSHOT</version>
14+
<version>0.0.8-SNAPSHOT</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

branches/tswast-patch-1/gcloud-java-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add this to your pom.xml file
2222
<dependency>
2323
<groupId>com.google.gcloud</groupId>
2424
<artifactId>gcloud-java-storage</artifactId>
25-
<version>0.0.6</version>
25+
<version>0.0.7</version>
2626
</dependency>
2727
```
2828

0 commit comments

Comments
 (0)