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

Commit

Permalink
chore: fix javadoc publish location (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Nov 18, 2019
1 parent 340104e commit a5d811b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .kokoro/release/publish_javadoc.sh
Expand Up @@ -33,7 +33,7 @@ python3 -m pip install gcp-docuploader
# compile all packages
mvn clean install -B -DskipTests=true

NAME=webrisk
NAME=google-cloud-webrisk
VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)

# build the docs
Expand Down
10 changes: 5 additions & 5 deletions synth.metadata
@@ -1,19 +1,19 @@
{
"updateTime": "2019-10-28T19:51:32.972799Z",
"updateTime": "2019-11-14T09:05:30.482424Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.40.3",
"dockerImage": "googleapis/artman@sha256:c805f50525f5f557886c94ab76f56eaa09cb1da58c3ee95111fd34259376621a"
"version": "0.41.1",
"dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d27a44798506d28e8e6d874bd128da43f45f74c4",
"internalRef": "276716410"
"sha": "bc76ffd87360ce1cd34e3a6eac28afd5e1efda76",
"internalRef": "280356106"
}
},
{
Expand Down

0 comments on commit a5d811b

Please sign in to comment.