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.0 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Aug 12, 2020
1 parent 31eeadf commit 6f953f3
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.0](https://www.github.com/googleapis/java-grafeas/compare/v0.25.0...v1.0.0) (2020-08-12)


### Features

* promote to 1.0.0 ([#133](https://www.github.com/googleapis/java-grafeas/issues/133)) ([31eeadf](https://www.github.com/googleapis/java-grafeas/commit/31eeadf1cdc676d5eb7cd483d168005ff70935ac))

## [0.25.0](https://www.github.com/googleapis/java-grafeas/compare/v0.24.1...v0.25.0) (2020-08-10)


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

0 comments on commit 6f953f3

Please sign in to comment.