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

Commit c90be3d

Browse files
authored
Merge branch 'master' into autosynth-googleapis
2 parents 1415dc7 + 9422b20 commit c90be3d

7 files changed

Lines changed: 8 additions & 7 deletions

File tree

.kokoro/dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
3333
retry_with_backoff 3 10 \
3434
mvn install -B -V -ntp \
3535
-DskipTests=true \
36+
-Dmaven.javadoc.skip=true \
3637
-Dclirr.skip=true
3738

3839
mvn -B dependency:analyze -DfailOnWarning=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.google.cloud</groupId>
9898
<artifactId>google-cloud-shared-dependencies</artifactId>
99-
<version>0.20.1</version>
99+
<version>0.21.0</version>
100100
<type>pom</type>
101101
<scope>import</scope>
102102
</dependency>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.21</version>
17+
<version>1.0.22</version>
1818
</parent>
1919

2020
<properties>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.google.cloud.samples</groupId>
2020
<artifactId>shared-configuration</artifactId>
21-
<version>1.0.21</version>
21+
<version>1.0.22</version>
2222
</parent>
2323

2424
<properties>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.21</version>
17+
<version>1.0.22</version>
1818
</parent>
1919

2020
<properties>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.21</version>
17+
<version>1.0.22</version>
1818
</parent>
1919

2020
<properties>

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-dialogflow-cx.git",
7-
"sha": "43cdc986d04472760a42f61e8318090bd5565052"
7+
"sha": "45f31e7068457c00a90bebd7be9620319d2634a7"
88
}
99
},
1010
{
@@ -27,7 +27,7 @@
2727
"git": {
2828
"name": "synthtool",
2929
"remote": "https://github.com/googleapis/synthtool.git",
30-
"sha": "572ef8f70edd9041f5bcfa71511aed6aecfc2098"
30+
"sha": "5b0e1592dd7d70b485e157ea4b3eb1704ecbd015"
3131
}
3232
}
3333
],

0 commit comments

Comments
 (0)