Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore: update common templates (#177)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/d76bfbb4-fde1-4909-a913-608cdb170a49/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@9872708
Source-Link: googleapis/synthtool@cac9eef
Source-Link: googleapis/synthtool@8b65daa
  • Loading branch information
yoshi-automation committed Jun 6, 2020
1 parent 568a61a commit 2d096b4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
@@ -0,0 +1,8 @@
# Code owners file.
# This file controls who is tagged for review for any given pull request.

# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# The java-samples-reviewers team is the default owner for samples changes
samples/**/*.java @googleapis/java-samples-reviewers
4 changes: 1 addition & 3 deletions .kokoro/build.sh
Expand Up @@ -51,9 +51,7 @@ test)
RETURN_CODE=$?
;;
lint)
mvn \
-Penable-samples \
com.coveo:fmt-maven-plugin:check
mvn com.coveo:fmt-maven-plugin:check
RETURN_CODE=$?
;;
javadoc)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>5.3.0</version>
<version>5.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Expand Up @@ -76,5 +76,6 @@
"groupName": "jackson dependencies"
}
],
"semanticCommits": true
"semanticCommits": true,
"masterIssue": true
}
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-monitoring.git",
"sha": "6ed9f56add0f760b00c5250bbe80f2b87d02bd22"
"sha": "568a61ae80726466b40680b4f99925550fc09bf7"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "f395615039665af6599f69305efcd886685e74f9"
"sha": "987270824bd26f6a8c716d5e2022057b8ae7b26e"
}
}
],
Expand Down

0 comments on commit 2d096b4

Please sign in to comment.