Skip to content

Commit

Permalink
feat: creating java backport (#1120)
Browse files Browse the repository at this point in the history
* feat: creating java backport

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
hannahrogers-google and gcf-owl-bot[bot] committed May 11, 2022
1 parent 696bcef commit d88f417
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/release-please.yml
Expand Up @@ -14,3 +14,7 @@ branches:
handleGHRelease: true
releaseType: java-backport
branch: 1.114.x
- bumpMinorPreMajor: true
handleGHRelease: true
releaseType: java-backport
branch: 1.116.x
16 changes: 16 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -66,6 +66,22 @@ branchProtectionRules:
- Kokoro - Against Pub/Sub Lite samples
- cla/google
- OwlBot Post Processor
- pattern: 1.116.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- dependencies (8)
- dependencies (11)
- lint
- clirr
- units (8)
- units (11)
- 'Kokoro - Test: Integration'
- Kokoro - Against Pub/Sub Lite samples
- cla/google
- OwlBot Post Processor
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-pubsub:1.116.4'
implementation 'com.google.cloud:google-cloud-pubsub:1.117.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.116.4"
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.117.0"
```

## Authentication
Expand Down

0 comments on commit d88f417

Please sign in to comment.