Skip to content

Commit 63407d7

Browse files
authored
chore: regenerate common templates (#178)
1 parent 83544fa commit 63407d7

File tree

5 files changed

+20
-14
lines changed

5 files changed

+20
-14
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Code owners file.
2+
# This file controls who is tagged for review for any given pull request.
3+
4+
# For syntax help see:
5+
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6+
7+
# The java-samples-reviewers team is the default owner for samples changes
8+
samples/**/*.java @googleapis/java-samples-reviewers

.kokoro/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ test)
5151
RETURN_CODE=$?
5252
;;
5353
lint)
54-
mvn \
55-
-Penable-samples \
56-
com.coveo:fmt-maven-plugin:check
54+
mvn com.coveo:fmt-maven-plugin:check
5755
RETURN_CODE=$?
5856
;;
5957
javadoc)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>5.3.0</version>
20+
<version>5.7.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
"groupName": "jackson dependencies"
7777
}
7878
],
79-
"semanticCommits": true
79+
"semanticCommits": true,
80+
"masterIssue": true
8081
}

synth.metadata

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"updateTime": "2020-02-29T09:42:45.087168Z",
32
"sources": [
43
{
5-
"generator": {
6-
"name": "artman",
7-
"version": "0.47.0",
8-
"dockerImage": "googleapis/artman@sha256:b3e50d6b8de03920b9f065bbc3d210e2ca93a043446f1fa16cdf567393c09678"
4+
"git": {
5+
"name": ".",
6+
"remote": "https://github.com/googleapis/java-logging.git",
7+
"sha": "83544fa5b9eaf36e5fbe112270e51421cdf09365"
98
}
109
},
1110
{
@@ -18,10 +17,10 @@
1817
}
1918
},
2019
{
21-
"template": {
22-
"name": "java_library",
23-
"origin": "synthtool.gcp",
24-
"version": "2020.2.4"
20+
"git": {
21+
"name": "synthtool",
22+
"remote": "https://github.com/googleapis/synthtool.git",
23+
"sha": "fc0fce9d9ae75b536754b2d0f49408205d4c7a53"
2524
}
2625
}
2726
],

0 commit comments

Comments
 (0)