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

Commit 32d2806

Browse files
chore(main): release 2.1.5 (#700)
🤖 I have created a release *beep* *boop* --- ## [2.1.5](v2.1.4...v2.1.5) (2022-09-08) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#699](#699)) ([4fadb06](4fadb06)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 4fadb06 commit 32d2806

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.5](https://github.com/googleapis/java-dns/compare/v2.1.4...v2.1.5) (2022-09-08)
4+
5+
6+
### Dependencies
7+
8+
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#699](https://github.com/googleapis/java-dns/issues/699)) ([4fadb06](https://github.com/googleapis/java-dns/commit/4fadb0669e80ca7567aa346233ba7c1b8ff58f29))
9+
310
## [2.1.4](https://github.com/googleapis/java-dns/compare/v2.1.3...v2.1.4) (2022-08-18)
411

512

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-dns</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.1.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-dns:current} -->
7+
<version>2.1.5</version><!-- {x-version-update:google-cloud-dns:current} -->
88
<name>Google Cloud DNS Parent</name>
99
<url>https://github.com/googleapis/java-dns</url>
1010
<description>

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-dns</artifactId>
31-
<version>2.1.5-SNAPSHOT</version>
31+
<version>2.1.5</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-dns:2.1.4:2.1.5-SNAPSHOT
4+
google-cloud-dns:2.1.5:2.1.5

0 commit comments

Comments
 (0)