Skip to content

Commit

Permalink
chore: [java] stopping auto release (#1596) (#255)
Browse files Browse the repository at this point in the history
Source-Link: googleapis/synthtool@316ebf5
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:086f6916c24f11a1a196ea47f9da39abb4ca8730fcd6e69158fec4834287bcde

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 30, 2022
1 parent f6b91d5 commit 0679ce1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions java-filestore/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3

digest: sha256:086f6916c24f11a1a196ea47f9da39abb4ca8730fcd6e69158fec4834287bcde
6 changes: 3 additions & 3 deletions java-filestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-filestore</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-filestore:1.4.3'
implementation 'com.google.cloud:google-cloud-filestore:1.4.4'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.4.3"
libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.4.4"
```

## Authentication
Expand Down

0 comments on commit 0679ce1

Please sign in to comment.