Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Bumping to 1.19.0/0.36.0 for release (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjonesgoogle committed Feb 8, 2018
1 parent 956a513 commit af69175
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.18.0</version>
<version>1.19.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.18.0</version>
<version>1.19.0</version>
</dependency>
```

If you are using Gradle, add this to your dependencies

```Groovy
compile 'com.google.api:gax:1.18.0',
'com.google.api:gax-grpc:1.18.0'
compile 'com.google.api:gax:1.19.0',
'com.google.api:gax-grpc:1.19.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.api" % "gax" % "1.18.0"
libraryDependencies += "com.google.api" % "gax-grpc" % "1.18.0"
libraryDependencies += "com.google.api" % "gax" % "1.19.0"
libraryDependencies += "com.google.api" % "gax-grpc" % "1.19.0"
```

[//]: # (/_QUICKSTART_ WARNING: This section is automatically inserted by build scripts)
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ javadoc.options {

clean {
delete 'tmp_gh-pages/'
delete 'tmp_docs/'
}

// Release
Expand Down
2 changes: 1 addition & 1 deletion gax-grpc/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.1-SNAPSHOT
1.19.0
2 changes: 1 addition & 1 deletion gax-httpjson/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.35.1-SNAPSHOT
0.36.0
2 changes: 1 addition & 1 deletion gax/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.1-SNAPSHOT
1.19.0
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<!-- WARNING this is automatically populated by a build script, don't update manually -->
<version>1.18.0</version>
<version>1.19.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<!-- WARNING this is automatically populated by a build script, don't update manually -->
<version>1.18.0</version>
<version>1.19.0</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down

0 comments on commit af69175

Please sign in to comment.