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.2 (#157)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
### [1.0.2](https://www.github.com/googleapis/java-grafeas/compare/v1.0.1...v1.0.2) (2020-09-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.0 ([#155](https://www.github.com/googleapis/java-grafeas/issues/155)) ([ab6a8fb](https://www.github.com/googleapis/java-grafeas/commit/ab6a8fbcf4143dd89e860b634ae4b213727294a4))
---


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 ab6a8fb commit 379bfec
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

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


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.0 ([#155](https://www.github.com/googleapis/java-grafeas/issues/155)) ([ab6a8fb](https://www.github.com/googleapis/java-grafeas/commit/ab6a8fbcf4143dd89e860b634ae4b213727294a4))

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


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.1</version>
<version>1.0.2</version>
</dependency>
```
If you are using Gradle, add this to your dependencies
```Groovy
compile 'io.grafeas:grafeas:1.0.1'
compile 'io.grafeas:grafeas:1.0.2'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.1"
libraryDependencies += "io.grafeas" % "grafeas" % "1.0.2"
```
[//]: # ({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.2-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>1.0.2</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.1:1.0.2-SNAPSHOT
grafeas:1.0.2:1.0.2

0 comments on commit 379bfec

Please sign in to comment.