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

Commit

Permalink
chore: release 1.0.1 (#139)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
### [1.0.1](https://www.github.com/googleapis/java-grafeas/compare/v1.0.0...v1.0.1) (2020-09-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.9.0 ([#143](https://www.github.com/googleapis/java-grafeas/issues/143)) ([cde13e7](https://www.github.com/googleapis/java-grafeas/commit/cde13e7aaf1eb1f16c10216421684a42a659d9d6))
* update dependency com.puppycrawl.tools:checkstyle to v8.35 ([#106](https://www.github.com/googleapis/java-grafeas/issues/106)) ([52f3994](https://www.github.com/googleapis/java-grafeas/commit/52f3994868ddead85ab50d873263292fc2638808))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
release-please[bot] committed Sep 23, 2020
1 parent 346d356 commit a965f3d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

### [1.0.1](https://www.github.com/googleapis/java-grafeas/compare/v1.0.0...v1.0.1) (2020-09-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.9.0 ([#143](https://www.github.com/googleapis/java-grafeas/issues/143)) ([cde13e7](https://www.github.com/googleapis/java-grafeas/commit/cde13e7aaf1eb1f16c10216421684a42a659d9d6))
* update dependency com.puppycrawl.tools:checkstyle to v8.35 ([#106](https://www.github.com/googleapis/java-grafeas/issues/106)) ([52f3994](https://www.github.com/googleapis/java-grafeas/commit/52f3994868ddead85ab50d873263292fc2638808))

## [1.0.0](https://www.github.com/googleapis/java-grafeas/compare/v0.25.0...v1.0.0) (2020-08-12)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -15,16 +15,16 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'io.grafeas:grafeas:1.0.0'
compile 'io.grafeas:grafeas:1.0.1'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.0"
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.1"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>1.0.1</version><!-- {x-version-update:grafeas:current} -->
<packaging>jar</packaging>
<name>Grafeas Client</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/grafeas
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

grafeas:1.0.0:1.0.1-SNAPSHOT
grafeas:1.0.1:1.0.1

0 comments on commit a965f3d

Please sign in to comment.