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

Commit

Permalink
feat: promote to 2.0.0 (#1444)
Browse files Browse the repository at this point in the history
* feat: promote to 2.0.0

Release-As: 2.0.0

* chore: enable release-please for releases

* chore: update java to 1.8 in BUILD.bazel
  • Loading branch information
Neenu1995 committed Jul 30, 2021
1 parent 2925ed7 commit 776b1aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/release-please.yml
@@ -1,5 +1,6 @@
releaseType: java-yoshi
bumpMinorPreMajor: true
handleGHRelease: true
branches:
- releaseType: java-lts
bumpMinorPreMajor: true
Expand Down
4 changes: 2 additions & 2 deletions gax-grpc/BUILD.bazel
Expand Up @@ -2,9 +2,9 @@ load("//:gax_java.bzl", "google_java_format", "google_java_format_verification",

_JAVA_COPTS = [
"-source",
"1.7",
"1.8",
"-target",
"1.7",
"1.8",
]

_COMPILE_DEPS = [
Expand Down
4 changes: 2 additions & 2 deletions gax-httpjson/BUILD.bazel
Expand Up @@ -2,9 +2,9 @@ load("//:gax_java.bzl", "google_java_format", "google_java_format_verification",

_JAVA_COPTS = [
"-source",
"1.7",
"1.8",
"-target",
"1.7",
"1.8",
]

_COMPILE_DEPS = [
Expand Down
4 changes: 2 additions & 2 deletions gax/BUILD.bazel
Expand Up @@ -2,9 +2,9 @@ load("//:gax_java.bzl", "google_java_format", "google_java_format_verification",

_JAVA_COPTS = [
"-source",
"1.7",
"1.8",
"-target",
"1.7",
"1.8",
]

_COMPILE_DEPS = [
Expand Down

0 comments on commit 776b1aa

Please sign in to comment.