From fe73ab6e11082acdecd6706856b3adc1cec1c8c6 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 14 Nov 2019 15:53:46 -0800
Subject: [PATCH 1/4] chore: release 0.117.2-SNAPSHOT (#17)
* updated versions.txt [ci skip]
* updated pom.xml [ci skip]
---
pom.xml | 2 +-
versions.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 567bb2b6..2385ae9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-dns-parent
jar
- 0.117.1-alpha
+ 0.117.2-alpha-SNAPSHOT
Google Cloud DNS Parent
https://github.com/googleapis/java-dns
diff --git a/versions.txt b/versions.txt
index dc28d7e7..68ab8d66 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-dns:0.117.1-alpha:0.117.1-alpha
\ No newline at end of file
+google-cloud-dns:0.117.1-alpha:0.117.2-alpha-SNAPSHOT
\ No newline at end of file
From 39b14b0909b29b2ae0c089b32ea00f478d660028 Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot
Date: Fri, 15 Nov 2019 07:38:34 -0800
Subject: [PATCH 2/4] chore: fix javadoc publish location (#18)
---
.kokoro/release/publish_javadoc.sh | 2 +-
synth.metadata | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index e29f5f9a..c59a511d 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
# compile all packages
mvn clean install -B -DskipTests=true
-NAME=dns
+NAME=google-cloud-dns
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
# build the docs
diff --git a/synth.metadata b/synth.metadata
index c0463a42..38ab6569 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -1,5 +1,5 @@
{
- "updateTime": "2019-11-05T08:44:37.564842Z",
+ "updateTime": "2019-11-15T08:41:26.838061Z",
"sources": [
{
"template": {
From ac3ab389a9055c47af6b698ab5f2a180154670be Mon Sep 17 00:00:00 2001
From: Jeff Ching
Date: Fri, 15 Nov 2019 09:49:01 -0600
Subject: [PATCH 3/4] fix: fix artifact name (#19)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2385ae9d..e4d80030 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
com.google.cloud
- google-cloud-dns-parent
+ google-cloud-dns
jar
0.117.2-alpha-SNAPSHOT
Google Cloud DNS Parent
@@ -281,4 +281,4 @@
-
\ No newline at end of file
+
From 14a736b5b73df85aa7f3cc08ce01a49be6c7b607 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 15 Nov 2019 07:56:04 -0800
Subject: [PATCH 4/4] chore: release 0.117.2 (#20)
* updated CHANGELOG.md [ci skip]
* updated README.md [ci skip]
* updated versions.txt [ci skip]
* updated pom.xml [ci skip]
---
CHANGELOG.md | 7 +++++++
README.md | 6 +++---
pom.xml | 2 +-
versions.txt | 2 +-
4 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e9e9216b..f535ac2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [0.117.2](https://www.github.com/googleapis/java-dns/compare/v0.117.1...v0.117.2) (2019-11-15)
+
+
+### Bug Fixes
+
+* fix artifact name ([#19](https://www.github.com/googleapis/java-dns/issues/19)) ([ac3ab38](https://www.github.com/googleapis/java-dns/commit/ac3ab389a9055c47af6b698ab5f2a180154670be))
+
### [0.117.1](https://www.github.com/googleapis/java-dns/compare/v0.117.0...v0.117.1) (2019-11-14)
diff --git a/README.md b/README.md
index 86754abe..6ff55e52 100644
--- a/README.md
+++ b/README.md
@@ -40,16 +40,16 @@ If you are using Maven without a BOM, add this to your dependencies.
com.google.cloud
google-cloud-dns
- 0.117.1-alpha
+ 0.117.2-alpha
```
If you are using Gradle, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-dns:0.117.1-alpha'
+compile 'com.google.cloud:google-cloud-dns:0.117.2-alpha'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.117.1-alpha"
+libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.117.2-alpha"
```
[//]: # ({x-version-update-end})
diff --git a/pom.xml b/pom.xml
index e4d80030..999689d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-dns
jar
- 0.117.2-alpha-SNAPSHOT
+ 0.117.2-alpha
Google Cloud DNS Parent
https://github.com/googleapis/java-dns
diff --git a/versions.txt b/versions.txt
index 68ab8d66..573c67d5 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-dns:0.117.1-alpha:0.117.2-alpha-SNAPSHOT
\ No newline at end of file
+google-cloud-dns:0.117.2-alpha:0.117.2-alpha
\ No newline at end of file